Files
crawlab/backend/constants/register.go
2020-04-28 20:41:42 +08:00

9 lines
162 B
Go

package constants
const (
RegisterTypeMac = "mac"
RegisterTypeIp = "ip"
RegisterTypeHostname = "hostname"
RegisterTypeCustomName = "customName"
)