Files
crawlab/backend/constants/register.go
2020-03-05 08:09:12 +08:00

8 lines
123 B
Go

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