Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAction ¶
type CreateAction struct {
actionutils.ParentAction
}
func (*CreateAction) Init ¶
func (this *CreateAction) Init()
func (*CreateAction) RunGet ¶
func (this *CreateAction) RunGet(params struct{})
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct{})
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { GrantId int64 })
type GrantAction ¶
type GrantAction struct {
actionutils.ParentAction
}
func (*GrantAction) Init ¶
func (this *GrantAction) Init()
func (*GrantAction) RunGet ¶
func (this *GrantAction) RunGet(params struct { GrantId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Keyword string })
type SelectPopupAction ¶
type SelectPopupAction struct {
actionutils.ParentAction
}
func (*SelectPopupAction) Init ¶
func (this *SelectPopupAction) Init()
func (*SelectPopupAction) RunGet ¶
func (this *SelectPopupAction) RunGet(params struct { NodeClusterId int64 NsClusterId int64 })
type TestAction ¶ added in v0.1.0
type TestAction struct {
actionutils.ParentAction
}
func (*TestAction) Init ¶ added in v0.1.0
func (this *TestAction) Init()
func (*TestAction) RunGet ¶ added in v0.1.0
func (this *TestAction) RunGet(params struct { GrantId int64 })
func (*TestAction) RunPost ¶ added in v0.1.0
func (this *TestAction) RunPost(params struct { GrantId int64 Host string Port int32 Must *actions.Must CSRF *actionutils.CSRF })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { GrantId int64 })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { GrantId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.