agent_api/messages/crawler.go
insanity@loafle.com 6aeb8743ca const added
2017-05-15 18:19:37 +09:00

7 lines
95 B
Go

package messages
const (
CRAWLER_ADD = "CRAWLER_ADD"
CRAWLER_REMOVE = "CRAWLER_REMOVE"
)