Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEntityNotFound is returned when an entity is not found in the repository. ErrEntityNotFound = errors.New("entity not found") // ErrOptimisticLocking is returned when an optimistic locking conflict occurs. ErrOptimisticLocking = errors.New("optimistic locking error") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.