package
0.3.6
Repository: https://github.com/linkernetworks/vortex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CreateAttachHandler is called from main for /v1/sockjs.
WaitForTerminal is called from apihandler.handleAttach as a goroutine Waits for the SockJS connection to be opened by the client the session to be bound in handleTerminalSession.

# Structs

App is the structure to set config & service provider of APP.
TerminalMessage is the messaging protocol between ShellController and TerminalSession.
TerminalResponse is sent by handleExecShell.
TerminalSession implements PtyHandler (using a SockJS connection).

# Interfaces

PtyHandler is what remotecommand expects from a pty.