Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAction ¶
type CreateAction struct {
actionutils.ParentAction
}
创建路径规则
func (*CreateAction) Init ¶
func (this *CreateAction) Init()
func (*CreateAction) RunGet ¶
func (this *CreateAction) RunGet(params struct { ServerId int64 ParentId int64 // 父节点 })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { WebId int64 LocationId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { ServerId int64 })
type SortAction ¶
type SortAction struct {
actionutils.ParentAction
}
func (*SortAction) RunPost ¶
func (this *SortAction) RunPost(params struct { WebId int64 LocationIds []int64 })
Click to show internal directories.
Click to hide internal directories.