Skip to content

Commit 1cdf938

Browse files
committed
Fix typos for SUBSCRIBE/UNSUBSCRIBE in tunnel.proto
- Regenerate golang stubs
1 parent cad4b3d commit 1cdf938

File tree

5 files changed

+42
-38
lines changed

5 files changed

+42
-38
lines changed

cmd/target/proto/config/target_config.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/tunnel/tunnel.pb.go

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/tunnel/tunnel.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ message Session {
106106
message Subscription {
107107
enum SubscriptionOp {
108108
UNKNOWN = 0;
109-
SUBCRIBE = 1;
110-
UNSUBCRIBE = 2;
109+
SUBSCRIBE = 1;
110+
UNSUBSCRIBE = 2;
111111
}
112112
SubscriptionOp op = 1;
113113
// Used to ack the registration of (un)subscription.

proto/tunnel/tunnel_grpc.pb.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/types/types.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)