refactor: hub grpc system

This commit is contained in:
lorsan
2026-04-06 11:39:19 +03:00
committed by lorsan
parent 306dcff31f
commit 0bd52aebea
11 changed files with 167 additions and 50 deletions
+6
View File
@@ -19,6 +19,12 @@ message RegisterAgentRequest {
string hostname = 3;
string version = 4;
string arch = 5;
AgentConfig config = 6;
}
message AgentConfig {
string system = 1;
bool docker = 2;
}
message RegisterAgentResponse {