package messages
const (
AGENT_STARTED = "AGENT_STARTED"
AGENT_WILL_STOPPED = "AGENT_WILL_STOPPED"
AGENT_STOPPED = "AGENT_STOPPED"
)