Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEntity ¶
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.