We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51fda commit accb212Copy full SHA for accb212
pb/edge_client_pb/edge_client.proto
@@ -5,6 +5,7 @@ package ziti.edge_client.pb;
5
import "google/protobuf/timestamp.proto";
6
7
option go_package = "github.com/openziti/sdk-golang/pb/edge_client_pb";
8
+option java_package = "org.openziti.edge.proto";
9
10
enum ContentType {
11
Zero = 0;
@@ -89,4 +90,4 @@ message PostureResponse {
89
90
string type = 5;
91
string version = 6;
92
}
-}
93
+}
0 commit comments