1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00

add dockerfile

This commit is contained in:
2019-04-16 15:33:37 +08:00
parent 5877310950
commit e34d75dc7f
5 changed files with 23 additions and 11 deletions

View File

@@ -92,8 +92,9 @@ type NodeStatus struct {
}
type MsgAgent struct {
ClientID int `json:"code"`
Status []NodeStatus `json:"status"`
ClientID int `json:"code"`
ClientHost string `json:"host"`
Status []NodeStatus `json:"status"`
}
type Job struct {