Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppError ¶
type AppError struct { Code int `json:"code,omitempty"` Message string `json:"message,omitempty"` Error error `json:"error,omitempty"` }
func NewAlreadyExistError ¶
func NewNotFoundError ¶
func NewUnexpectedError ¶
Click to show internal directories.
Click to hide internal directories.