Documentation ¶
Index ¶
- Variables
- type AdminController
- type AlertController
- type AuthController
- type BaseController
- type GraphiteServiceController
- type HTTPServiceController
- type HealthController
- type NestPreparer
- type NotifierController
- type SiteController
- type TCPServiceController
- type TemplateController
- type UserController
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorUsernameEmpty = errors.New("username is empty") ErrorUserNull = errors.New("username is null") )
Functions ¶
This section is empty.
Types ¶
type AdminController ¶
type AdminController struct {
AuthController
}
func (*AdminController) Delete ¶
func (this *AdminController) Delete()
func (*AdminController) Get ¶
func (this *AdminController) Get()
func (*AdminController) NestPrepare ¶
func (this *AdminController) NestPrepare()
func (*AdminController) Post ¶
func (this *AdminController) Post()
type AlertController ¶
type AlertController struct {
AuthController
}
func (*AlertController) Delete ¶
func (this *AlertController) Delete()
func (*AlertController) Get ¶
func (this *AlertController) Get()
func (*AlertController) NestPrepare ¶
func (this *AlertController) NestPrepare()
func (*AlertController) Post ¶
func (this *AlertController) Post()
func (*AlertController) Put ¶
func (this *AlertController) Put()
type AuthController ¶
type AuthController struct {
BaseController
}
func (*AuthController) Prepare ¶
func (this *AuthController) Prepare()
type BaseController ¶
type BaseController struct {
beego.Controller
}
type GraphiteServiceController ¶
type GraphiteServiceController struct {
AuthController
}
func (*GraphiteServiceController) Delete ¶
func (this *GraphiteServiceController) Delete()
func (*GraphiteServiceController) Get ¶
func (this *GraphiteServiceController) Get()
func (*GraphiteServiceController) NestPrepare ¶
func (this *GraphiteServiceController) NestPrepare()
func (*GraphiteServiceController) Post ¶
func (this *GraphiteServiceController) Post()
func (*GraphiteServiceController) Put ¶
func (this *GraphiteServiceController) Put()
type HTTPServiceController ¶
type HTTPServiceController struct {
AuthController
}
func (*HTTPServiceController) Delete ¶
func (this *HTTPServiceController) Delete()
func (*HTTPServiceController) Get ¶
func (this *HTTPServiceController) Get()
func (*HTTPServiceController) NestPrepare ¶
func (this *HTTPServiceController) NestPrepare()
func (*HTTPServiceController) Post ¶
func (this *HTTPServiceController) Post()
func (*HTTPServiceController) Put ¶
func (this *HTTPServiceController) Put()
func (*HTTPServiceController) Test ¶
func (this *HTTPServiceController) Test()
type HealthController ¶
type HealthController struct {
BaseController
}
func (*HealthController) Get ¶
func (this *HealthController) Get()
type NestPreparer ¶
type NestPreparer interface {
NestPrepare()
}
type NotifierController ¶
type NotifierController struct {
AuthController
}
func (*NotifierController) Delete ¶
func (this *NotifierController) Delete()
func (*NotifierController) Get ¶
func (this *NotifierController) Get()
func (*NotifierController) NestPrepare ¶
func (this *NotifierController) NestPrepare()
func (*NotifierController) Post ¶
func (this *NotifierController) Post()
type SiteController ¶
type SiteController struct {
BaseController
}
func (*SiteController) Home ¶
func (this *SiteController) Home()
func (*SiteController) Logout ¶
func (this *SiteController) Logout()
type TCPServiceController ¶
type TCPServiceController struct {
AuthController
}
func (*TCPServiceController) Delete ¶
func (this *TCPServiceController) Delete()
func (*TCPServiceController) Get ¶
func (this *TCPServiceController) Get()
func (*TCPServiceController) NestPrepare ¶
func (this *TCPServiceController) NestPrepare()
func (*TCPServiceController) Post ¶
func (this *TCPServiceController) Post()
func (*TCPServiceController) Put ¶
func (this *TCPServiceController) Put()
type TemplateController ¶
type TemplateController struct {
AuthController
}
func (*TemplateController) Delete ¶
func (this *TemplateController) Delete()
func (*TemplateController) Get ¶
func (this *TemplateController) Get()
func (*TemplateController) NestPrepare ¶
func (this *TemplateController) NestPrepare()
func (*TemplateController) Post ¶
func (this *TemplateController) Post()
func (*TemplateController) Put ¶
func (this *TemplateController) Put()
type UserController ¶
type UserController struct {
AuthController
}
func (*UserController) Get ¶
func (this *UserController) Get()
func (*UserController) NestPrepare ¶
func (this *UserController) NestPrepare()
func (*UserController) Put ¶
func (this *UserController) Put()
Click to show internal directories.
Click to hide internal directories.