Documentation ¶
Index ¶
- func New(db *postgres.Database) model.Controller
- type ControllerImpl
- func (c ControllerImpl) Create(ctx *fiber.Ctx) error
- func (c ControllerImpl) Delete(ctx *fiber.Ctx) error
- func (c ControllerImpl) Get(ctx *fiber.Ctx) error
- func (c ControllerImpl) Login(ctx *fiber.Ctx) error
- func (c ControllerImpl) Me(ctx *fiber.Ctx) error
- func (c ControllerImpl) Update(ctx *fiber.Ctx) error
- func (c ControllerImpl) UpdatePassword(ctx *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerImpl ¶
type ControllerImpl struct {
// contains filtered or unexported fields
}
func (ControllerImpl) Create ¶
func (c ControllerImpl) Create(ctx *fiber.Ctx) error
func (ControllerImpl) Delete ¶
func (c ControllerImpl) Delete(ctx *fiber.Ctx) error
func (ControllerImpl) Get ¶
func (c ControllerImpl) Get(ctx *fiber.Ctx) error
func (ControllerImpl) Login ¶
func (c ControllerImpl) Login(ctx *fiber.Ctx) error
func (ControllerImpl) Me ¶
func (c ControllerImpl) Me(ctx *fiber.Ctx) error
func (ControllerImpl) Update ¶
func (c ControllerImpl) Update(ctx *fiber.Ctx) error
func (ControllerImpl) UpdatePassword ¶
func (c ControllerImpl) UpdatePassword(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.