8 lines
186 B
Go
8 lines
186 B
Go
package module
|
|
|
|
const (
|
|
CrawlerService_Install = "CrawlerService.install"
|
|
CrawlerService_Uninstall = "CrawlerService.uninstall"
|
|
CrawlerService_Update = "CrawlerService.update"
|
|
)
|