Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct { ClusterId int64 ReceiversJSON []byte Must *actions.Must CSRF *actionutils.CSRF })
type SelectReceiverPopupAction ¶
type SelectReceiverPopupAction struct {
actionutils.ParentAction
}
func (*SelectReceiverPopupAction) Init ¶
func (this *SelectReceiverPopupAction) Init()
func (*SelectReceiverPopupAction) RunGet ¶
func (this *SelectReceiverPopupAction) RunGet(params struct { RecipientIds string GroupIds string })
type SelectedReceiversAction ¶
type SelectedReceiversAction struct {
actionutils.ParentAction
}
func (*SelectedReceiversAction) Init ¶
func (this *SelectedReceiversAction) Init()
Click to show internal directories.
Click to hide internal directories.