crawlab/core/constants/auth.go

8 lines
106 B
Go

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