Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadgeAction ¶
type BadgeAction struct {
actionutils.ParentAction
}
func (*BadgeAction) RunPost ¶
func (this *BadgeAction) RunPost(params struct{})
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(actionPtr actions.ActionWrapper)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type ReadAllAction ¶
type ReadAllAction struct {
actionutils.ParentAction
}
func (*ReadAllAction) RunPost ¶
func (this *ReadAllAction) RunPost(params struct{})
type ReadPageAction ¶
type ReadPageAction struct {
actionutils.ParentAction
}
func (*ReadPageAction) RunPost ¶
func (this *ReadPageAction) RunPost(params struct { MessageIds []int64 })
Click to show internal directories.
Click to hide internal directories.