This commit is contained in:
insanity@loafle.com 2017-05-15 19:06:32 +09:00
parent 126c0fcd0b
commit 3885d429cf

View File

@ -1,7 +1,6 @@
package messages
const (
AGT_START = "AGENT_WILL_STOP"
AGT_STOPPED = "AGENT_STOPPED"
AGT_INITIALIZED = "AGT_INITIALIZED"
AGT_START = "AGENTT_START"
AGT_STOP = "AGENT_STOP"
)