Versions in this module Expand all Collapse all v11 v11.1.1 Jan 16, 2019 v11.1.0 Nov 18, 2018 Changes in this version + const DefaultPort + var NoOpLogger = func(string, ...interface{}) + 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) Dir(workingDir string) *Editor + func (e *Editor) DisableOutput() + func (e *Editor) GetDescription() string + func (e *Editor) Port(port int) *Editor + func (e *Editor) Run(logger func(format string, a ...interface{})) + func (e *Editor) SetEnable(enable bool) + func (e *Editor) Stop() + func (e *Editor) User(username string, password string) *Editor Other modules containing this package gopkg.in/kataras/iris.v10 gopkg.in/kataras/iris.v8