agent message changed

This commit is contained in:
geek 2017-05-11 18:04:56 +09:00
parent 8af5b9ace0
commit 0f21192884

View File

@ -2,6 +2,6 @@ package messages
const (
AGT_STARTING = "AGT_STARTING"
AGENT_WILL_STOP = "AGENT_WILL_STOP"
AGT_WILL_STOP = "AGENT_WILL_STOP"
AGT_STOPPED = "AGENT_STOPPED"
)