agent_api/observer/messages/data_sender.go

6 lines
73 B
Go
Raw Normal View History

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