WIP: protobuf defs
This commit is contained in:
parent
85640ffce1
commit
9b640a555a
4 changed files with 103 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ package burrow;
|
|||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
// Internal service for managing tunnels and networks
|
||||
// Used for IPC
|
||||
|
||||
service Tunnel {
|
||||
rpc TunnelConfiguration (Empty) returns (stream TunnelConfigurationResponse);
|
||||
rpc TunnelStart (Empty) returns (Empty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue