Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyword ¶
type Keyword struct {
// contains filtered or unexported fields
}
func (*Keyword) NestPrepare ¶
func (c *Keyword) NestPrepare()
func (*Keyword) Prepare ¶
func (c *Keyword) Prepare()
Prepare implements Prepare method for baseController
func (*Keyword) SetCurrentUser ¶
type NestPreparer ¶
type NestPreparer interface {
NestPrepare()
}
NestPreparer : check the below docs https://beego.me/docs/mvc/controller/controller.md#custom-logic
type Registration ¶
type Registration struct {
// contains filtered or unexported fields
}
func (*Registration) Get ¶
func (c *Registration) Get()
func (*Registration) NestPrepare ¶
func (c *Registration) NestPrepare()
func (*Registration) Post ¶
func (c *Registration) Post()
func (*Registration) Prepare ¶
func (c *Registration) Prepare()
Prepare implements Prepare method for baseController
func (*Registration) SetCurrentUser ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) NestPrepare ¶
func (c *Session) NestPrepare()
func (*Session) Prepare ¶
func (c *Session) Prepare()
Prepare implements Prepare method for baseController
func (*Session) SetCurrentUser ¶
Click to show internal directories.
Click to hide internal directories.