Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when the requested entity does not exist in the // underlying storage. ErrNotFound = errors.New("dao: not found") // ErrInvalidID indicates that the supplied ID/key is empty or otherwise // invalid. ErrInvalidID = errors.New("dao: invalid id") // ErrNilEntity is returned when the caller attempts to persist a nil // pointer. ErrNilEntity = errors.New("dao: nil entity") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.