Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + type AddAction actions.Action + func (this *AddAction) Run(params struct{}) + func (this *AddAction) RunPost(params struct{ ... }) + type CacheAction actions.Action + func (this *CacheAction) Run(params struct{ ... }) + type ClientDisconnectAction actions.Action + func (this *ClientDisconnectAction) RunPost(params struct{ ... }) + type ClientsAction actions.Action + func (this *ClientsAction) RunGet(params struct{ ... }) + func (this *ClientsAction) RunPost(params struct{ ... }) + type DeleteAction actions.Action + func (this *DeleteAction) Run(params struct{ ... }) + func (this *DeleteAction) RunPost(params struct{ ... }) + type DetailAction actions.Action + func (this *DetailAction) Run(params struct{ ... }) + type FrontendAction actions.Action + func (this *FrontendAction) Run(params struct{ ... }) + type Helper struct + func (this *Helper) BeforeAction(action *actions.ActionObject) + type IndexAction actions.Action + func (this *IndexAction) Run(params struct{}) + type LocalAddrsAction actions.Action + func (this *LocalAddrsAction) RunPost(params struct{}) + type LocalListensAction actions.Action + func (this *LocalListensAction) RunPost(params struct{}) + type LocalPathAction actions.Action + func (this *LocalPathAction) Run(params struct{ ... }) + type MoveAction actions.Action + func (this *MoveAction) Run(params struct{ ... }) + type RestartAction actions.Action + func (this *RestartAction) Run(params struct{}) + type ShutdownHttpAction actions.Action + func (this *ShutdownHttpAction) Run(params struct{ ... }) + type ShutdownTcpAction actions.Action + func (this *ShutdownTcpAction) Run(params struct{ ... }) + type StartHttpAction actions.Action + func (this *StartHttpAction) Run(params struct{ ... }) + type StartTcpAction actions.Action + func (this *StartTcpAction) Run(params struct{ ... }) + type StatusAction actions.Action + func (this *StatusAction) Run() + type UpdateAction actions.Action + func (this *UpdateAction) Run(params struct{ ... }) + func (this *UpdateAction) RunPost(params struct{ ... }) + type UpdateCacheAction actions.Action + func (this *UpdateCacheAction) Run(params struct{ ... })