Documentation
¶
Index ¶
- Variables
- func GetLang() string
- type BaseController
- type ErrorController
- func (r *ErrorController) Error401()
- func (r *ErrorController) Error402()
- func (r *ErrorController) Error403()
- func (r *ErrorController) Error404()
- func (r *ErrorController) Error405()
- func (r *ErrorController) Error500()
- func (r *ErrorController) Error501()
- func (r *ErrorController) Error502()
- func (r *ErrorController) Error503()
- func (r *ErrorController) Error504()
- type NestPreparer
Constants ¶
This section is empty.
Variables ¶
View Source
var Lang string
Lang lang
Functions ¶
Types ¶
type BaseController ¶
type BaseController struct {
beego.Controller
i18n.Locale
}
BaseController base controller
type ErrorController ¶
type ErrorController struct {
beego.Controller
i18n.Locale
}
ErrorController error controller
Click to show internal directories.
Click to hide internal directories.