File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ syntax = "proto3";
1717// This package contains the core entities for the Exile system.
1818package tcnapi.exile.core.v2 ;
1919
20+ option go_package = "github.com/tcncloud/tcnapi/exile/core/v2;corev2" ;
21+
2022message Pool {
2123 string pool_id = 1 ;
2224 string description = 2 ;
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ package tcnapi.exile.gate.v2;
1818
1919import "google/protobuf/struct.proto" ;
2020import "google/protobuf/timestamp.proto" ;
21- import "google/protobuf/wrappers.proto" ;
22- import " tcnapi/exile/core /v2/entities.proto " ;
21+
22+ option go_package = "github.com/tcncloud/exileapi/ tcnapi/exile/gate /v2;gatev2 " ;
2323
2424message ExileAgentCall {
2525 int64 agent_call_sid = 1 ;
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ import "google/protobuf/wrappers.proto";
3333import "tcnapi/exile/core/v2/entities.proto" ;
3434import "tcnapi/exile/gate/v2/entities.proto" ;
3535
36+ option go_package = "github.com/tcncloud/exileapi/tcnapi/exile/gate/v2;gatev2" ;
37+
3638/**
3739 * The GateService provides a set of RPCs for the Exile Gate service.
3840 * The service requires mTLS authentication for secure client-server communications.
You can’t perform that action at this time.
0 commit comments