Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICRUDHandler ¶
type ICRUDHandler interface { // Get Retrive(c *fiber.Ctx) error RetriveList(c *fiber.Ctx) error Describe(c *fiber.Ctx) error }
func CRUDHandler ¶
func CRUDHandler() ICRUDHandler
Click to show internal directories.
Click to hide internal directories.