Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrForbidden = errors.New("forbidden access") ErrUnknownUser = errors.New("unknown user") ErrMalformedContent = errors.New("malformed content") ErrInvalidCredentials = errors.New("invalid credentials") )
View Source
var ErrUnknownUserKind = errors.New("unknown UserKind")
Functions ¶
Types ¶
type Authentication ¶ added in v3.1.0
type Authorization ¶
type User ¶
type UserKind ¶ added in v3.6.2
type UserKind int
func ParseUserKind ¶ added in v3.6.2
func (UserKind) MarshalJSON ¶ added in v3.6.2
func (*UserKind) UnmarshalJSON ¶ added in v3.6.2
Click to show internal directories.
Click to hide internal directories.