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