Documentation ¶
Index ¶
- Constants
- func WrapbeegoAddAutoPrefix(p *beego.ControllerRegister, prefix string, c beego.ControllerInterface)
- func WrapbeegoAddMethod(p *beego.ControllerRegister, method, pattern string, f beego.FilterFunc)
- func WrapbeegoHandler(p *beego.ControllerRegister, pattern string, h http.Handler, ...)
- func WrapbeegoaddToRouter(p *beego.ControllerRegister, method, pattern string, r *beego.ControllerInfo)
- func WrapbeegoaddWithMethodParams(p *beego.ControllerRegister, pattern string, c beego.ControllerInterface, ...)
Constants ¶
View Source
const (
StorageIndexBeego = tingyun3.StorageIndexBeego
)
Variables ¶
This section is empty.
Functions ¶
func WrapbeegoAddAutoPrefix ¶
func WrapbeegoAddAutoPrefix(p *beego.ControllerRegister, prefix string, c beego.ControllerInterface)
func WrapbeegoAddMethod ¶
func WrapbeegoAddMethod(p *beego.ControllerRegister, method, pattern string, f beego.FilterFunc)
func WrapbeegoHandler ¶
func WrapbeegoHandler(p *beego.ControllerRegister, pattern string, h http.Handler, options ...interface{})
func WrapbeegoaddToRouter ¶
func WrapbeegoaddToRouter(p *beego.ControllerRegister, method, pattern string, r *beego.ControllerInfo)
func WrapbeegoaddWithMethodParams ¶
func WrapbeegoaddWithMethodParams(p *beego.ControllerRegister, pattern string, c beego.ControllerInterface, methodParams []*param.MethodParam, mappingMethods ...string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.