Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddIPAction ¶ added in v0.2.9
type AddIPAction struct {
actionutils.ParentAction
}
type DeleteFromListAction ¶ added in v0.3.7
type DeleteFromListAction struct {
actionutils.ParentAction
}
func (*DeleteFromListAction) RunPost ¶ added in v0.3.7
func (this *DeleteFromListAction) RunPost(params struct { ListId int64 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 { Ip string })
Click to show internal directories.
Click to hide internal directories.