Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterConsoleLogin ¶
FilterConsoleLogin prohabits those unauthorized requests
Types ¶
type APIController ¶
type APIController struct {
beego.Controller
}
func (*APIController) GetRole ¶
func (c *APIController) GetRole()
type ConsoleAuthResponse ¶
type ConsoleAuthResponse struct { Message string `json:"msg"` URL string `json:"url"` Role ConsoleRole `json:"role"` }
type ConsoleRole ¶
type ConsoleRole struct {
Role string `json:"role"`
}
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Action ¶
func (c *MainController) Action()
func (*MainController) Details ¶
func (c *MainController) Details()
func (*MainController) Error ¶
func (c *MainController) Error()
func (*MainController) Overview ¶
func (c *MainController) Overview()
Click to show internal directories.
Click to hide internal directories.