package
0.11.0
Repository: https://github.com/kobsio/kobs.git
Documentation: pkg.go.dev

# Functions

IsValidShell checks if the user provided shell is an allowed one.
StartProcess executes the given command (cmd) in the container specified in the request and connects it up with the ptyHandler (a session).

# Constants

No description provided by the author

# Structs

Message is the messaging protocol between the shell and terminal session.
Session implements PtyHandler (using a WebSocket connection).

# Interfaces

PtyHandler is what remotecommand expects from a pty.