Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorParamEmpty liberr.CodeError = iota + liberr.MinPkgDatabaseKVItm ErrorLoadFunction ErrorStoreFunction )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncLoad ¶
type FuncLoad[K comparable, M any] func(key K, model *M) error
type FuncStore ¶
type FuncStore[K comparable, M any] func(key K, model M) error
Click to show internal directories.
Click to hide internal directories.