Versions in this module Expand all Collapse all v0 v0.0.0 Dec 20, 2023 Changes in this version + const DefaultPort + type Config struct + CertFile string + DisableOutput bool + Hostname string + KeyFile string + Password string + Port int + Username string + WorkingDir string + func DefaultConfig() Config + type Editor struct + func New(cfg ...Config) *Editor + func (e *Editor) Attach(app *iris.Application) + func (e *Editor) Dir(workingDir string) *Editor + func (e *Editor) DisableOutput() + func (e *Editor) GetDescription() string + func (e *Editor) Port(port int) *Editor + func (e *Editor) SetEnable(enable bool) + func (e *Editor) User(username string, password string) *Editor