Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAction ¶
type DeleteAction ¶
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { ServerId string })
type DetailAction ¶
type FrontendAction ¶
func (*FrontendAction) Run ¶
func (this *FrontendAction) Run(params struct { ServerId string })
前端设置
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type LocalPathAction ¶
func (*LocalPathAction) Run ¶
func (this *LocalPathAction) Run(params struct { Prefix string })
本地路径查询
type MoveAction ¶
func (*MoveAction) Run ¶
func (this *MoveAction) Run(params struct { FromIndex int ToIndex int })
移动代理服务位置
type RestartAction ¶
func (*RestartAction) Run ¶
func (this *RestartAction) Run(params struct{})
type ShutdownHttpAction ¶ added in v0.1.2
func (*ShutdownHttpAction) Run ¶ added in v0.1.2
func (this *ShutdownHttpAction) Run(params struct { ServerId string })
启动
type StartHttpAction ¶ added in v0.1.2
func (*StartHttpAction) Run ¶ added in v0.1.2
func (this *StartHttpAction) Run(params struct { ServerId string })
启动
type StatusAction ¶
func (*StatusAction) Run ¶
func (this *StatusAction) Run()
type UpdateAction ¶
func (*UpdateAction) Run ¶
func (this *UpdateAction) Run(params struct { ServerId string })
修改代理服务信息
func (*UpdateAction) RunPost ¶
func (this *UpdateAction) RunPost(params struct { HttpOn bool ServerId string Description string Name []string Listen []string Root string Charset string Index []string MaxBodySize float64 MaxBodyUnit string EnableStat bool GzipLevel uint8 GzipMinLength float64 GzipMinUnit string CacheStatic bool PageStatus []string PageURL []string ShutdownPageOn bool ShutdownPage string RedirectToHttps bool Must *actions.Must })
保存提交
type UpdateCacheAction ¶
func (*UpdateCacheAction) Run ¶
func (this *UpdateCacheAction) Run(params struct { ServerId string Policy string })
更新缓存设置
Source Files
¶
Click to show internal directories.
Click to hide internal directories.