Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfController ¶
type ConfController struct {
controllers.BaseController
}
func (*ConfController) Get ¶
func (c *ConfController) Get()
func (*ConfController) Post ¶
func (c *ConfController) Post()
type CopyController ¶
type CopyController struct {
controllers.BaseController
}
func (*CopyController) Get ¶
func (c *CopyController) Get()
type DelController ¶
type DelController struct {
controllers.BaseController
}
func (*DelController) Get ¶
func (c *DelController) Get()
type ListController ¶
type ListController struct {
controllers.BaseController
}
func (*ListController) Get ¶
func (c *ListController) Get()
type MyListController ¶
type MyListController struct {
controllers.BaseController
}
func (*MyListController) Get ¶
func (c *MyListController) Get()
type SaveController ¶
type SaveController struct {
controllers.BaseController
}
func (*SaveController) Post ¶
func (c *SaveController) Post()
Click to show internal directories.
Click to hide internal directories.