Files
crawlab/backend/constants/spider.go
Marvin Zhang 56c99b314f added golang
2019-07-22 12:51:52 +08:00

7 lines
89 B
Go

package constants
const (
Customized = "customized"
Configurable = "configurable"
)