Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MallUserController ¶
type MallUserController struct {
Ctx iris.Context
Service services.IUserService
Session *sessions.Session
}
func (*MallUserController) GetLogin ¶
func (c *MallUserController) GetLogin() mvc.View
func (*MallUserController) GetRegister ¶
func (c *MallUserController) GetRegister() mvc.View
func (*MallUserController) PostLogin ¶
func (c *MallUserController) PostLogin() mvc.Response
func (*MallUserController) PostRegister ¶
func (c *MallUserController) PostRegister()
type ProductController ¶
type ProductController struct {
Ctx iris.Context
ProductService services.IProductService
Session *sessions.Session
}
func (*ProductController) GetDetail ¶
func (p *ProductController) GetDetail() mvc.View
Click to show internal directories.
Click to hide internal directories.