diff --git a/auth.proto b/auth.proto index d0acc93..77447f1 100644 --- a/auth.proto +++ b/auth.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package proto; +option go_package = "github.com/APN-Network/protos;apnproto"; // Auth is sent by the client to the Node as the first application // message after the TLS handshake. The Node verifies the HMAC tag diff --git a/ping.proto b/ping.proto index 421566a..44374cd 100644 --- a/ping.proto +++ b/ping.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package proto; +option go_package = "github.com/APN-Network/protos;apnproto"; // Ping is sent by the client at a regular interval (a few seconds) // to keep the tunnel alive, drive RTT measurement, and piggyback diff --git a/pong.proto b/pong.proto index 6220922..3a909a3 100644 --- a/pong.proto +++ b/pong.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package proto; +option go_package = "github.com/APN-Network/protos;apnproto"; // Lease describes the client's paid subscription as known to the // Hub. An empty Lease (ends == 0) means the client is on the free diff --git a/welcome.proto b/welcome.proto index b49064b..3fe93c6 100644 --- a/welcome.proto +++ b/welcome.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package proto; +option go_package = "github.com/APN-Network/protos;apnproto"; // Outcome of the Node's check of the preceding Auth message. enum Status {