Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidPasswordError ¶
type InvalidPasswordError struct {
// contains filtered or unexported fields
}
func (*InvalidPasswordError) Error ¶
func (e *InvalidPasswordError) Error() string
type UserNotFoundError ¶
type UserNotFoundError struct {
// contains filtered or unexported fields
}
func (*UserNotFoundError) Error ¶
func (e *UserNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.