Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadRequest ¶
type BadRequest struct {
Message string
}
func (*BadRequest) Error ¶
func (e *BadRequest) Error() string
type InternalServerError ¶
type InternalServerError struct {
Err error
}
func (*InternalServerError) Error ¶
func (e *InternalServerError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Message string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.