Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { FindAll(ctx *fiber.Ctx) error FindByID(ctx *fiber.Ctx) error New(ctx *fiber.Ctx) error Alter(ctx *fiber.Ctx) error Remove(ctx *fiber.Ctx) error }
func NewController ¶
func NewController(service crud.Contract[entities.Debt]) Controller
Click to show internal directories.
Click to hide internal directories.