Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreVersionAction ¶ added in v1.2.0
type IgnoreVersionAction struct {
actionutils.ParentAction
}
func (*IgnoreVersionAction) RunPost ¶ added in v1.2.0
func (this *IgnoreVersionAction) RunPost(params struct { Version string })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { DoCheck bool })
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct { })
type ResetIgnoredVersionAction ¶ added in v1.2.0
type ResetIgnoredVersionAction struct {
actionutils.ParentAction
}
func (*ResetIgnoredVersionAction) RunPost ¶ added in v1.2.0
func (this *ResetIgnoredVersionAction) RunPost(params struct{})
type UpdateAction ¶ added in v0.3.8
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) RunPost ¶ added in v0.3.8
func (this *UpdateAction) RunPost(params struct { AutoCheck bool })
type UpgradeAction ¶ added in v1.2.0
type UpgradeAction struct {
actionutils.ParentAction
}
func (*UpgradeAction) RunGet ¶ added in v1.2.0
func (this *UpgradeAction) RunGet(params struct { })
func (*UpgradeAction) RunPost ¶ added in v1.2.0
func (this *UpgradeAction) RunPost(params struct { Url string })
Click to show internal directories.
Click to hide internal directories.