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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderController

type OrderController struct {
	Ctx          iris.Context
	OrderService services.IOrderService
}

func (*OrderController) Get

func (o *OrderController) Get() mvc.View

type ProductController

type ProductController struct {
	Ctx            iris.Context
	ProductService services.IProductService
}

func (*ProductController) GetAdd

func (p *ProductController) GetAdd() mvc.View

func (*ProductController) GetAll

func (p *ProductController) GetAll() mvc.View

func (*ProductController) GetDelete

func (p *ProductController) GetDelete()

func (*ProductController) GetManager

func (p *ProductController) GetManager() mvc.View

修改页面

func (*ProductController) PostAdd

func (p *ProductController) PostAdd()

添加

func (*ProductController) PostUpdate

func (p *ProductController) PostUpdate()

修改商品

Jump to

Keyboard shortcuts

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