Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IShellServer ¶
type IShellServer interface { SetPrompt(prompt string) SetTemplate(template *cli.Command) Start() AsyncStart() }
func New ¶
func New(secure bool, auth interfaces.IAuthenticator, port int, autosave bool) IShellServer
Click to show internal directories.
Click to hide internal directories.