package
Version:
v0.0.0-...-f62d8aa
Opens a new window with list of versions in this module.
Published: Aug 2, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Email represents an email address on the form: "name@domain"
ParseEmail will parse the email address, returning the
valid email address with trimmed spaces on success or a non-nil
error in case of failure.
Error represents errors related to users
They should always be checked using errors.Is since the
error may be wrapped with more context.
const (
InvalidUserParamErr Error = "user has invalid param"
UserAlreadyExistsErr Error = "user already exists"
)
Error returns the string representation of the error
Source Files
¶
Directories
¶
Package manager is responsible for managing users.
|
Package manager is responsible for managing users. |
Package storage is responsible for storing and retrieving users
|
Package storage is responsible for storing and retrieving users |
Click to show internal directories.
Click to hide internal directories.