Documentation
¶
Overview ¶
Package db provides database helper functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotUpdated = errors.New("cannot find record to update") ErrMultipleUpdated = errors.New("multiple records updated") )
Functions ¶
Types ¶
type ErrNotFound ¶
type ErrNotFound struct {
// contains filtered or unexported fields
}
func NewErrNotFound ¶
func NewErrNotFound(resource string) ErrNotFound
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.