Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrAlreadyExists ¶
type ErrAlreadyExists struct{}
func (ErrAlreadyExists) Error ¶
func (e ErrAlreadyExists) Error() string
type ErrFailedToCreate ¶
type ErrFailedToCreate struct {
Err error
}
func (ErrFailedToCreate) Error ¶
func (e ErrFailedToCreate) Error() string
type ErrFailedToDelete ¶
type ErrFailedToDelete struct {
Err error
}
func (ErrFailedToDelete) Error ¶
func (e ErrFailedToDelete) Error() string
type ErrFailedToGet ¶
type ErrFailedToGet struct {
Err error
}
func (ErrFailedToGet) Error ¶
func (e ErrFailedToGet) Error() string
type ErrFailedToUpdate ¶
type ErrFailedToUpdate struct {
Err error
}
func (ErrFailedToUpdate) Error ¶
func (e ErrFailedToUpdate) Error() string
type ErrNotFound ¶
type ErrNotFound struct{}
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.