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{})
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { RecipientId 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 MediaOptionsAction ¶
type MediaOptionsAction struct {
actionutils.ParentAction
}
媒介类型选项
func (*MediaOptionsAction) RunPost ¶
func (this *MediaOptionsAction) RunPost(params struct{})
type RecipientAction ¶
type RecipientAction struct {
actionutils.ParentAction
}
func (*RecipientAction) Init ¶
func (this *RecipientAction) Init()
func (*RecipientAction) RunGet ¶
func (this *RecipientAction) RunGet(params struct { RecipientId int64 })
type TestAction ¶
type TestAction struct {
actionutils.ParentAction
}
func (*TestAction) Init ¶
func (this *TestAction) Init()
func (*TestAction) RunGet ¶
func (this *TestAction) RunGet(params struct { RecipientId int64 })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { RecipientId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.