add event const
This commit is contained in:
parent
d4d98d14a2
commit
6bfb60b8d1
9
observer/messages/crawler_manager.go
Normal file
9
observer/messages/crawler_manager.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package messages
|
||||
|
||||
|
||||
const (
|
||||
CRAWLER_READY = "CRAWLER_READY"
|
||||
CRAWLER_MGR_STOPPED = "CRAWLER_MGR_STOPPED"
|
||||
CRAWLER_MGR_STARTED = "CRAWLER_MGR_STARTED"
|
||||
ADD_SENSOR_2_END = "ADD_SENSOR_2_END"
|
||||
)
|
Loading…
Reference in New Issue
Block a user