add high level client/server sync controller

This commit is contained in:
Ben Grewell
2021-04-05 10:56:03 -07:00
parent ff56a74e50
commit d52d741a4b
6 changed files with 294 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ option csharp_namespace = "BenGrewell.GoIperf.Control";
package api;
service Command {
rpc StartServer(StartServerRequest) returns (StartServerResponse) {}
rpc GrpcRequestServer(StartServerRequest) returns (StartServerResponse) {}
}
message StartServerRequest {