Documentation ¶
Index ¶
- func Apple(r *ghttp.Request)
- func ApplePen(r *ghttp.Request)
- func Cookie(r *ghttp.Request)
- func Form(r *ghttp.Request)
- func FormShow(r *ghttp.Request)
- func Pen(r *ghttp.Request)
- func Session(r *ghttp.Request)
- func Upload(r *ghttp.Request)
- func UploadShow(r *ghttp.Request)
- type ControllerDomain
- type ControllerExit
- type ControllerRule
- type ControllerTemplate
- type Method
- type Object
- type ObjectMethod
- type ObjectRest
- type Order
- type Product
- type Rest
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UploadShow ¶
Types ¶
type ControllerDomain ¶
type ControllerDomain struct{}
type ControllerExit ¶
type ControllerExit struct {
gmvc.Controller
}
func (*ControllerExit) Init ¶
func (c *ControllerExit) Init(r *ghttp.Request)
func (*ControllerExit) Show ¶
func (c *ControllerExit) Show()
type ControllerRule ¶
type ControllerRule struct {
gmvc.Controller
}
func (*ControllerRule) Show ¶
func (c *ControllerRule) Show()
type ControllerTemplate ¶
type ControllerTemplate struct {
gmvc.Controller
}
func (*ControllerTemplate) Info ¶
func (c *ControllerTemplate) Info()
type Method ¶
type Method struct {
gmvc.Controller
}
type ObjectMethod ¶
type ObjectMethod struct{}
func (*ObjectMethod) Show1 ¶
func (o *ObjectMethod) Show1(r *ghttp.Request)
func (*ObjectMethod) Show2 ¶
func (o *ObjectMethod) Show2(r *ghttp.Request)
func (*ObjectMethod) Show3 ¶
func (o *ObjectMethod) Show3(r *ghttp.Request)
func (*ObjectMethod) Show4 ¶
func (o *ObjectMethod) Show4(r *ghttp.Request)
type Rest ¶
type Rest struct {
gmvc.Controller
}
Click to show internal directories.
Click to hide internal directories.