Skip to content

Commit

Permalink
update protobuf definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
JettChenT committed Jul 14, 2024
1 parent 951b4dd commit aa634d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/burrow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package burrow;
import "google/protobuf/timestamp.proto";

service Tunnel {
rpc TunnelConfiguration (Empty) returns (TunnelConfigurationResponse);
rpc TunnelConfiguration (Empty) returns (stream TunnelConfigurationResponse);
rpc TunnelStart (Empty) returns (Empty);
rpc TunnelStop (Empty) returns (Empty);
rpc TunnelStatus (Empty) returns (stream TunnelStatusResponse);
Expand Down

0 comments on commit aa634d0

Please sign in to comment.