update protobuf definition file

This commit is contained in:
Jett Chen 2024-07-13 18:14:00 -07:00
parent 951b4ddae2
commit aa634d03e2

View file

@ -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);