Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitItem ¶
func InitItem(parent *actionutils.ParentAction, itemId int64) error
Types ¶
type ChartsAction ¶
type ChartsAction struct {
actionutils.ParentAction
}
func (*ChartsAction) Init ¶
func (this *ChartsAction) Init()
func (*ChartsAction) RunGet ¶
func (this *ChartsAction) RunGet(params struct { ItemId int64 })
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct { Category string })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { ItemId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Category string })
type ItemAction ¶
type ItemAction struct {
actionutils.ParentAction
}
func (*ItemAction) Init ¶
func (this *ItemAction) Init()
func (*ItemAction) RunGet ¶
func (this *ItemAction) RunGet(params struct { ItemId int64 })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { ItemId int64 })
Click to show internal directories.
Click to hide internal directories.