Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrNotAffected = errors.New("not affected by create/update") )
Functions ¶
Types ¶
type ImmutableObject ¶
type Keyer ¶ added in v0.1.0
type Keyer[K comparable] interface { Key() K }
type PersistentObject ¶
Click to show internal directories.
Click to hide internal directories.