Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExists ¶
type AlreadyExists struct {
EntityName string
}
func (AlreadyExists) Error ¶
func (err AlreadyExists) Error() string
type InvalidInputError ¶
type InvalidInputError struct {
}
func (InvalidInputError) Error ¶
func (err InvalidInputError) Error() string
type NotFoundError ¶
type NotFoundError struct {
EntityName string
}
func (NotFoundError) Error ¶
func (err NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.