update protobuf definition file
This commit is contained in:
parent
951b4ddae2
commit
aa634d03e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue