add event const
This commit is contained in:
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"
|
||||
)
|
||||
Reference in New Issue
Block a user