Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigController ¶
type ConfigController struct {
// contains filtered or unexported fields
}
func (*ConfigController) Index ¶
func (this *ConfigController) Index()
type CrawlerController ¶
type CrawlerController struct {
// contains filtered or unexported fields
}
func (*CrawlerController) Run ¶
func (this *CrawlerController) Run()
type HelpController ¶
type HelpController struct {
// contains filtered or unexported fields
}
func (*HelpController) Index ¶
func (this *HelpController) Index()
type IndexController ¶
type IndexController struct {
// contains filtered or unexported fields
}
func (*IndexController) Info ¶
func (this *IndexController) Info()
func (*IndexController) Main ¶
func (this *IndexController) Main()
type LoginController ¶
type LoginController struct {
// contains filtered or unexported fields
}
func (*LoginController) Index ¶
func (this *LoginController) Index()
func (*LoginController) Login ¶
func (this *LoginController) Login()
func (*LoginController) Logout ¶
func (this *LoginController) Logout()
func (*LoginController) Recover ¶
func (this *LoginController) Recover()
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func (*UserController) Add ¶
func (this *UserController) Add()
func (*UserController) Del ¶
func (this *UserController) Del()
func (*UserController) Index ¶
func (this *UserController) Index()
func (*UserController) Update ¶
func (this *UserController) Update()
Click to show internal directories.
Click to hide internal directories.