agent_api/observer/messages/poller.go

8 lines
135 B
Go
Raw Normal View History

2017-04-27 03:42:49 +00:00
package messages
const (
2017-04-27 06:06:14 +00:00
POLLER_STOPPED = "POLLER_STOPPED"
ADD_SENSOR_0 = "ADD_SENSOR_0"
REMOVE_SENSOR_0 = "REMOVE_SENSOR_0"
2017-04-27 03:42:49 +00:00
)