WIP: implemented Ping, implemented Set and Shutdown in agent, and added umask
This commit is contained in:
@@ -30,5 +30,6 @@ service Agent {
|
||||
rpc Get(CacheGetRequest) returns (CacheValue);
|
||||
rpc Set(CacheSetRequest) returns (SetStatus);
|
||||
rpc Shutdown(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
rpc Ping(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user