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 IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Keyword string SearchType string })
type NodeOptionsAction ¶ added in v0.4.0
type NodeOptionsAction struct {
actionutils.ParentAction
}
func (*NodeOptionsAction) RunPost ¶ added in v0.4.0
func (this *NodeOptionsAction) RunPost(params struct { ClusterId int64 })
type NodesAction ¶ added in v0.4.7
type NodesAction struct {
actionutils.ParentAction
}
func (*NodesAction) Init ¶ added in v0.4.7
func (this *NodesAction) Init()
type OptionsAction ¶
type OptionsAction struct {
actionutils.ParentAction
}
func (*OptionsAction) RunPost ¶
func (this *OptionsAction) RunPost(params struct{})
type PinAction ¶ added in v0.4.5
type PinAction struct {
actionutils.ParentAction
}
type SelectPopupAction ¶ added in v0.2.8
type SelectPopupAction struct {
actionutils.ParentAction
}
func (*SelectPopupAction) Init ¶ added in v0.2.8
func (this *SelectPopupAction) Init()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.