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()
Click to show internal directories.
Click to hide internal directories.