mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 16:45:15 +03:00
feat: list containers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user