GRPC Server Support
- Deprecates old json-rpc system - Add GRPC daemon over uds
This commit is contained in:
parent
3fbb520a10
commit
e4b0f1660b
28 changed files with 1110 additions and 200 deletions
|
|
@ -11,7 +11,7 @@ service Tunnel {
|
|||
}
|
||||
|
||||
service Networks {
|
||||
rpc NetworkAdd (Empty) returns (Empty);
|
||||
rpc NetworkAdd (Network) returns (Empty);
|
||||
rpc NetworkList (Empty) returns (stream NetworkListResponse);
|
||||
rpc NetworkReorder (NetworkReorderRequest) returns (Empty);
|
||||
rpc NetworkDelete (NetworkDeleteRequest) returns (Empty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue