agent_api/observer/messages/collector.go

8 lines
151 B
Go
Raw Normal View History

2017-04-27 03:42:49 +00:00
package messages
const (
2017-04-28 02:48:47 +00:00
COLLECTED = "COLLECTED"
COLLECTOR_STOPPED = "COLLECTOR_STOPPED"
REMOVE_SENSOR_2_END = "REMOVE_SENSOR_2_END"
2017-04-27 03:42:49 +00:00
)