Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminController ¶
type AdminController struct {
}
func Admin ¶
func Admin() *AdminController
type DefaultController ¶
type DefaultController struct {
}
func Default ¶
func Default() *DefaultController
type JsonResponse ¶
type NumberController ¶
type NumberController struct {
}
func Number ¶
func Number() *NumberController
type UserController ¶
type UserController struct{}
func User ¶
func User() *UserController
func (*UserController) UpdateNumbers ¶
func (u *UserController) UpdateNumbers(context echo.Context) error
Click to show internal directories.
Click to hide internal directories.