Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanPopupAction ¶ added in v0.0.9
type CleanPopupAction struct {
actionutils.ParentAction
}
func (*CleanPopupAction) Init ¶ added in v0.0.9
func (this *CleanPopupAction) Init()
func (*CleanPopupAction) RunGet ¶ added in v0.0.9
func (this *CleanPopupAction) RunGet(params struct { NodeId int64 })
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 { NodeId int64 })
type DeleteTableAction ¶ added in v0.0.9
type DeleteTableAction struct {
actionutils.ParentAction
}
func (*DeleteTableAction) RunPost ¶ added in v0.0.9
func (this *DeleteTableAction) RunPost(params struct { NodeId int64 Table string })
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type TruncateTableAction ¶ added in v0.0.9
type TruncateTableAction struct {
actionutils.ParentAction
}
func (*TruncateTableAction) RunPost ¶ added in v0.0.9
func (this *TruncateTableAction) RunPost(params struct { NodeId int64 Table string })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { NodeId int64 })
Click to show internal directories.
Click to hide internal directories.