Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
func New ¶
func New(conn net.Conn, sshconfig *ssh.ServerConfig, bridgeconfig *BridgeConfig, providerCreater func(*ssh.ServerConn) (SessionProvider, error)) (*Bridge, error)
type BridgeConfig ¶
type ExecConfig ¶
type ExecResult ¶
type ResizeOptions ¶
type SessionProvider ¶
type SessionProvider interface { // Resize send resize request to container Resize(context.Context, ResizeOptions) error // Exec start command in container, will be called only once Exec(context.Context, ExecConfig) (<-chan ExecResult, error) }
Click to show internal directories.
Click to hide internal directories.