Documentation ¶
Index ¶
- type AdminController
- func (this *AdminController) Collection()
- func (this *AdminController) Collections()
- func (this *AdminController) CreateCollection()
- func (this *AdminController) Dashboard()
- func (this *AdminController) DeleteCollection()
- func (this *AdminController) DeleteEntry()
- func (this *AdminController) Entries()
- func (this *AdminController) Entry()
- func (this *AdminController) Login()
- func (this *AdminController) NewCollection()
- func (this *AdminController) NewEntry()
- func (this *AdminController) PostLogin()
- func (this *AdminController) PostNewEntry()
- func (this *AdminController) Prepare()
- func (this *AdminController) QiniuTokens()
- func (this *AdminController) UpdateCollection()
- func (this *AdminController) UpdateEntry()
- type FrontController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminController ¶
type AdminController struct {
beego.Controller
}
func (*AdminController) Collection ¶
func (this *AdminController) Collection()
func (*AdminController) Collections ¶
func (this *AdminController) Collections()
func (*AdminController) CreateCollection ¶
func (this *AdminController) CreateCollection()
func (*AdminController) Dashboard ¶
func (this *AdminController) Dashboard()
func (*AdminController) DeleteCollection ¶
func (this *AdminController) DeleteCollection()
func (*AdminController) DeleteEntry ¶
func (this *AdminController) DeleteEntry()
func (*AdminController) Entries ¶
func (this *AdminController) Entries()
func (*AdminController) Entry ¶
func (this *AdminController) Entry()
func (*AdminController) Login ¶
func (this *AdminController) Login()
func (*AdminController) NewCollection ¶
func (this *AdminController) NewCollection()
func (*AdminController) NewEntry ¶
func (this *AdminController) NewEntry()
func (*AdminController) PostLogin ¶
func (this *AdminController) PostLogin()
func (*AdminController) PostNewEntry ¶
func (this *AdminController) PostNewEntry()
func (*AdminController) Prepare ¶
func (this *AdminController) Prepare()
func (*AdminController) QiniuTokens ¶
func (this *AdminController) QiniuTokens()
func (*AdminController) UpdateCollection ¶
func (this *AdminController) UpdateCollection()
func (*AdminController) UpdateEntry ¶
func (this *AdminController) UpdateEntry()
type FrontController ¶
type FrontController struct {
beego.Controller
}
func (*FrontController) Collection ¶
func (this *FrontController) Collection()
func (*FrontController) Collections ¶
func (this *FrontController) Collections()
func (*FrontController) Entry ¶
func (this *FrontController) Entry()
func (*FrontController) Home ¶
func (this *FrontController) Home()
func (*FrontController) Prepare ¶
func (this *FrontController) Prepare()
Click to show internal directories.
Click to hide internal directories.