Documentation
¶
Overview ¶
Package integrity provides types to reduce API usage difficulty and avoid ambiguous args by type system
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRUD ¶
type CRUD string
CRUD is any string which preserves any state of Create Retrieve Update or Delete
func (CRUD) ToHTTPVerb ¶
ToHTTPVerb retrieves the CRUD synonym by REST HTTP convention
type Id ¶
type Id string
Id is a string in order to handle with every kind of id types (UUID/GUID/int)
Click to show internal directories.
Click to hide internal directories.