Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerList ¶
type ControllerList struct { JwtConfig middleware.JWTConfig UserController users.UserController AdminController admins.AdminController PcrController pcrcrud.PcrController PointController point.PointController TransactionController transaction.TransactionController CategoryController category.CategoryItemController ItemsController item.ItemsController RedeemController redeem.RedeemController FaqController faq.FaqController }
func (*ControllerList) RouteRegister ¶
func (cl *ControllerList) RouteRegister(e *echo.Echo)
Click to show internal directories.
Click to hide internal directories.