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 { UserId int64 })
type FeaturesAction ¶
type FeaturesAction struct {
actionutils.ParentAction
}
func (*FeaturesAction) Init ¶
func (this *FeaturesAction) Init()
func (*FeaturesAction) RunGet ¶
func (this *FeaturesAction) RunGet(params struct { UserId int64 })
func (*FeaturesAction) RunPost ¶
func (this *FeaturesAction) RunPost(params struct { UserId int64 Codes []string Must *actions.Must CSRF *actionutils.CSRF })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Keyword string })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { UserId int64 })
type UserAction ¶
type UserAction struct {
actionutils.ParentAction
}
func (*UserAction) Init ¶
func (this *UserAction) Init()
func (*UserAction) RunGet ¶
func (this *UserAction) RunGet(params struct { UserId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.