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{})
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { Name string Description string Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { RegionId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type NodesAction ¶ added in v0.5.6
type NodesAction struct {
actionutils.ParentAction
}
func (*NodesAction) Init ¶ added in v0.5.6
func (this *NodesAction) Init()
func (*NodesAction) RunGet ¶ added in v0.5.6
func (this *NodesAction) RunGet(params struct { RegionId int64 })
type SelectPopupAction ¶
type SelectPopupAction struct {
actionutils.ParentAction
}
func (*SelectPopupAction) Init ¶
func (this *SelectPopupAction) Init()
func (*SelectPopupAction) RunGet ¶
func (this *SelectPopupAction) RunGet(params struct{})
func (*SelectPopupAction) RunPost ¶
func (this *SelectPopupAction) RunPost(params struct { RegionId int64 Must *actions.Must CSRF *actionutils.CSRF })
type SortAction ¶
type SortAction struct {
actionutils.ParentAction
}
func (*SortAction) RunPost ¶
func (this *SortAction) RunPost(params struct { RegionIds []int64 })
type UpdateNodeRegionPopupAction ¶ added in v0.5.6
type UpdateNodeRegionPopupAction struct {
actionutils.ParentAction
}
func (*UpdateNodeRegionPopupAction) Init ¶ added in v0.5.6
func (this *UpdateNodeRegionPopupAction) Init()
func (*UpdateNodeRegionPopupAction) RunGet ¶ added in v0.5.6
func (this *UpdateNodeRegionPopupAction) RunGet(params struct { NodeId int64 RegionId int64 })
func (*UpdateNodeRegionPopupAction) RunPost ¶ added in v0.5.6
func (this *UpdateNodeRegionPopupAction) RunPost(params struct { NodeId int64 RegionId int64 Must *actions.Must CSRF *actionutils.CSRF })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { RegionId int64 })
Click to show internal directories.
Click to hide internal directories.