Files
crawlab/backend/constants/auth.go
2020-03-20 17:43:11 +08:00

8 lines
106 B
Go

package constants
const (
OwnerTypeAll = "all"
OwnerTypeMe = "me"
OwnerTypePublic = "public"
)