Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexCtrl ¶
type IndexCtrl struct {
CategoryService *service.CategoryService `ioc:"auto"`
ArticleService *service.ArticleService `ioc:"auto"`
}
type SkinCtrl ¶
type SkinCtrl struct {
DictService *service.DictService `ioc:"auto"`
CategoryService *service.CategoryService `ioc:"auto"`
TemplateDir string `val:"${server.skin_template_dir}"`
HTMLCompress bool `val:"${server.html_compress}"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.