controller

package
v0.0.0-...-77ca5db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserController

type UserController interface {
	GetUser(c *fiber.Ctx) error
	Order(c *fiber.Ctx) error
	ReviewOrder(c *fiber.Ctx) error
}

func NewUserController

func NewUserController(service service.UserService) UserController

type UserControllerImpl

type UserControllerImpl struct {
	// contains filtered or unexported fields
}

func (*UserControllerImpl) GetUser

func (a *UserControllerImpl) GetUser(c *fiber.Ctx) error

func (*UserControllerImpl) Order

func (a *UserControllerImpl) Order(c *fiber.Ctx) error

func (*UserControllerImpl) ReviewOrder

func (a *UserControllerImpl) ReviewOrder(c *fiber.Ctx) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL