Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Elk map[interface{}]interface{}
View Source
var Site = setting.Config.Site
Functions ¶
This section is empty.
Types ¶
type About ¶
type About struct {
Controller
}
type Article ¶
type Article struct {
Controller
}
type Category ¶
type Category struct {
Controller
}
type Comment ¶
type Comment struct {
Controller
}
type Controller ¶
type Controller struct { Data map[interface{}]interface{} // contains filtered or unexported fields }
func (*Controller) Init ¶
func (ctrl *Controller) Init(this ControllerInterface) error
func (*Controller) Menu ¶
func (ctrl *Controller) Menu()
type ControllerInterface ¶
type ControllerInterface interface {
// contains filtered or unexported methods
}
type Index ¶
type Index struct {
Controller
}
type Message ¶
type Message struct {
Controller
}
type Tags ¶
type Tags struct {
Controller
}
Click to show internal directories.
Click to hide internal directories.