[agent-go] [status] add status module

This commit is contained in:
zeaslity
2023-04-13 17:24:39 +08:00
parent c79eaab3a3
commit c2a22b066f
12 changed files with 306 additions and 55 deletions

View File

@@ -105,6 +105,9 @@ func executorOMHandler(octopusMessage *OctopusMessage) {
}
func statusOMHandler(octopusMessage *OctopusMessage) {
log.Info("接收到查询Agent状态的请求假装已经处理")
//statusMessageString := octopusMessage.Content.(string)
}