WIP: protobuf defs

This commit is contained in:
Jett Chen 2024-11-02 11:38:34 +08:00
parent 85640ffce1
commit 9b640a555a
4 changed files with 103 additions and 0 deletions

View file

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