Documentation ¶
Index ¶
- Variables
- type Controller
- func (c *Controller) Create(ctx *fiber.Ctx) error
- func (c *Controller) Delete(ctx *fiber.Ctx) error
- func (c *Controller) Index(ctx *fiber.Ctx) error
- func (c *Controller) Update(ctx *fiber.Ctx) error
- func (c *Controller) Validate(ctx *fiber.Ctx, param any) error
- func (c *Controller) View(ctx *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Base = &Controller{}
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct{}
func (*Controller) Create ¶
func (c *Controller) Create(ctx *fiber.Ctx) error
func (*Controller) Delete ¶
func (c *Controller) Delete(ctx *fiber.Ctx) error
func (*Controller) Index ¶
func (c *Controller) Index(ctx *fiber.Ctx) error
func (*Controller) Update ¶
func (c *Controller) Update(ctx *fiber.Ctx) error
func (*Controller) Validate ¶
func (c *Controller) Validate(ctx *fiber.Ctx, param any) error
Validate ...
func (*Controller) View ¶
func (c *Controller) View(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.