move agents monitor task to go
This commit is contained in:
@@ -8,3 +8,8 @@ type NatsInfo struct {
|
||||
type AgentIDS struct {
|
||||
IDs []string `json:"agent_ids"`
|
||||
}
|
||||
|
||||
type Recovery struct {
|
||||
Func string `json:"func"`
|
||||
Data map[string]string `json:"payload"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user