package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Functions

NewExecutor connects to the provided server and upgrades the connection to multiplexed bidirectional streams.
NewStreamExecutor upgrades the request so that it supports multiplexed bidirectional streams.

# Interfaces

Executor is an interface for transporting shell-style streams.
StreamExecutor supports the ability to dial an httpstream connection and the ability to run a command line stream protocol over that dialer.