controllers

package
v0.0.0-...-18b5139 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 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 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

Jump to

Keyboard shortcuts

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