Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphqlController ¶
type GraphqlController struct {
beego.Controller
}
func (*GraphqlController) Index ¶
func (c *GraphqlController) Index()
func (*GraphqlController) Prepare ¶
func (c *GraphqlController) Prepare()
func (*GraphqlController) Query ¶
func (c *GraphqlController) Query()
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Home ¶
func (c *MainController) Home()
func (*MainController) Prepare ¶
func (c *MainController) Prepare()
type SessionController ¶
type SessionController struct {
beego.Controller
}
func (*SessionController) Create ¶
func (c *SessionController) Create()
func (*SessionController) Destroy ¶
func (c *SessionController) Destroy()
func (*SessionController) New ¶
func (c *SessionController) New()
func (*SessionController) Prepare ¶
func (c *SessionController) Prepare()
Click to show internal directories.
Click to hide internal directories.