Documentation ¶
Index ¶
Constants ¶
View Source
const ErrIDRequired errorkit.Error = `` /* 174-byte string literal not displayed */
Variables ¶
Functions ¶
Types ¶
type CRD ¶ added in v0.71.0
type CRD[Entity, ID any] interface { crud.Creator[Entity] crud.ByIDFinder[Entity, ID] crud.ByIDDeleter[ID] }
CRD is the minimum requirements to write easily behavioral specification for a resource.
Click to show internal directories.
Click to hide internal directories.