Skip to content

Commit aa634d0

Browse files
committed
update protobuf definition file
1 parent 951b4dd commit aa634d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/burrow.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package burrow;
44
import "google/protobuf/timestamp.proto";
55

66
service Tunnel {
7-
rpc TunnelConfiguration (Empty) returns (TunnelConfigurationResponse);
7+
rpc TunnelConfiguration (Empty) returns (stream TunnelConfigurationResponse);
88
rpc TunnelStart (Empty) returns (Empty);
99
rpc TunnelStop (Empty) returns (Empty);
1010
rpc TunnelStatus (Empty) returns (stream TunnelStatusResponse);

0 commit comments

Comments
 (0)