Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUsernameEmpty = errors.New("username cannot be empty") ErrPasswordEmpty = errors.New("password cannot be empty") )
Functions ¶
This section is empty.
Types ¶
type LoginRequest ¶
type RequestErrors ¶
type RequestErrors struct {
// contains filtered or unexported fields
}
func (*RequestErrors) Append ¶
func (re *RequestErrors) Append(err error)
func (*RequestErrors) Error ¶
func (re *RequestErrors) Error() string
func (*RequestErrors) Len ¶
func (re *RequestErrors) Len() int
Click to show internal directories.
Click to hide internal directories.