feat: list containers

This commit is contained in:
lorsan
2026-04-11 09:38:20 +03:00
parent a7343b8ec3
commit 38fef1c4b1
8 changed files with 226 additions and 37 deletions
+4 -4
View File
@@ -16,15 +16,15 @@ message PongResponse {
message RegisterAgentRequest {
string agent_id = 1;
string agent_name = 2;
string hostname = 3;
string version = 4;
string arch = 5;
AgentConfig config = 6;
AgentConfig config = 3;
}
message AgentConfig {
string system = 1;
bool docker = 2;
string hostname = 3;
string version = 4;
string arch = 5;
}
message RegisterAgentResponse {