From 3885d429cf639fc61af6f2b797b803d097ee3574 Mon Sep 17 00:00:00 2001 From: "insanity@loafle.com" Date: Mon, 15 May 2017 19:06:32 +0900 Subject: [PATCH] task --- messages/agent.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/messages/agent.go b/messages/agent.go index 2fccec9..116b0da 100644 --- a/messages/agent.go +++ b/messages/agent.go @@ -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" )