Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + type WebShell struct + ShouldStop bool + func NewWebShell() *WebShell + func (this *WebShell) ExecHelp(writer io.Writer) bool + func (this *WebShell) ExecMasterProcess(writer io.Writer) bool + func (this *WebShell) ExecPprof(writer io.Writer) bool + func (this *WebShell) ExecReload(writer io.Writer) bool + func (this *WebShell) ExecReset(writer io.Writer) bool + func (this *WebShell) ExecRestart(writer io.Writer) bool + func (this *WebShell) ExecService(writer io.Writer) bool + func (this *WebShell) ExecStart(writer io.Writer) bool + func (this *WebShell) ExecStatus(writer io.Writer) bool + func (this *WebShell) ExecStop(writer io.Writer) bool + func (this *WebShell) ExecSync(writer io.Writer) bool + func (this *WebShell) ExecVersion(writer io.Writer) bool + func (this *WebShell) ExecWorker(writer io.Writer) bool + func (this *WebShell) Start(server *TeaGo.Server)