Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactsController ¶
type ContactsController struct {
// contains filtered or unexported fields
}
func NewContactsController ¶
func NewContactsController(injector remy.Injector) *ContactsController
func (*ContactsController) Bind ¶
func (ctrl *ContactsController) Bind(router fiber.Router)
func (*ContactsController) GetAll ¶
func (ctrl *ContactsController) GetAll(c *fiber.Ctx) error
func (ContactsController) Insert ¶
func (ctrl ContactsController) Insert(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.