Documentation
¶
Index ¶
Constants ¶
View Source
const ErrIDRequired errorkit.Error = `` /* 174-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func MakeEntity ¶ added in v0.217.0
Types ¶
type CRD ¶
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.