Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound - object not found in DB. ErrNotFound = errors.New("not found") // ErrConflict - conflicting request (e.g. unique constraint violated) ErrConflict = errors.New("conflict") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.