WIP: implemented Ping, implemented Set and Shutdown in agent, and added umask

This commit is contained in:
2025-06-23 16:43:53 +10:00
parent cfdfcb6ed5
commit b22529be7b
10 changed files with 243 additions and 60 deletions

View File

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