Files
crawlab/backend/constants/challenge.go
2020-03-18 18:00:25 +08:00

8 lines
185 B
Go

package constants
const (
ChallengeLogin7d = "login_7d"
ChallengeCreateCustomizedSpider = "create_customized_spider"
ChallengeRunRandom = "run_random"
)