Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct { AdminId int64 })
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { AdminId int64 Description string Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { AccessKeyId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { AdminId int64 })
type UpdateIsOnAction ¶
type UpdateIsOnAction struct {
actionutils.ParentAction
}
func (*UpdateIsOnAction) RunPost ¶
func (this *UpdateIsOnAction) RunPost(params struct { AccessKeyId int64 IsOn bool })
Click to show internal directories.
Click to hide internal directories.