Versions in this module Expand all Collapse all v7 v7.3.4 Jul 6, 2017 v7.3.3 Jun 24, 2017 v7.3.2 Jun 24, 2017 v7.2.0 Jun 22, 2017 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 *siris.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