Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CartController ¶
type CartController struct {
beego.Controller
}
func (*CartController) Add ¶
func (this *CartController) Add()
func (*CartController) Remove ¶
func (this *CartController) Remove()
func (*CartController) View ¶
func (this *CartController) View()
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (this *MainController) Get()
type TestController ¶
type TestController struct {
beego.Controller
}
func (*TestController) Bootstrap ¶
func (this *TestController) Bootstrap()
Click to show internal directories.
Click to hide internal directories.