draft grpc

This commit is contained in:
2026-03-13 02:17:18 +00:00
parent ea2edbb9e0
commit 91e5e3542b
116 changed files with 44505 additions and 558 deletions

View File

@@ -0,0 +1,13 @@
package domain
type LogEntry struct {
JobID string `json:"job_id"`
Line string `json:"line"`
Progress float64 `json:"progress"`
}
type SystemResource struct {
AgentID string `json:"agent_id"`
CPU float64 `json:"cpu"`
RAM float64 `json:"ram"`
}