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 service.IOrderService }
type ProductController ¶
type ProductController struct { Ctx iris.Context ProductService service.IProductService }
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.