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 951b4dd commit aa634d0Copy full SHA for aa634d0
proto/burrow.proto
@@ -4,7 +4,7 @@ package burrow;
4
import "google/protobuf/timestamp.proto";
5
6
service Tunnel {
7
- rpc TunnelConfiguration (Empty) returns (TunnelConfigurationResponse);
+ rpc TunnelConfiguration (Empty) returns (stream TunnelConfigurationResponse);
8
rpc TunnelStart (Empty) returns (Empty);
9
rpc TunnelStop (Empty) returns (Empty);
10
rpc TunnelStatus (Empty) returns (stream TunnelStatusResponse);
0 commit comments