Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUsernameNotAvailable = errors.New("user: username not available") ErrEmailNotAvailable = errors.New("user: email not available") )
Errors
View Source
var (
ErrNotFound = errors.New("user: not found")
)
Functions ¶
Types ¶
type CreateArgs ¶
Click to show internal directories.
Click to hide internal directories.