package
5.0.1+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev

# Functions

NewSPDYExecutor connects to the provided server and upgrades the connection to multiplexed bidirectional streams.
NewSPDYExecutorForProtocols connects to the provided server and upgrades the connection to multiplexed bidirectional streams using only the provided protocols.

# Structs

StreamOptions holds information pertaining to the current streaming session: supported stream protocols, input/output streams, if the client is requesting a TTY, and a terminal size queue to support terminal resizing.
TerminalSize represents the width and height of a terminal.

# Interfaces

Executor is an interface for transporting shell-style streams.
TerminalSizeQueue is capable of returning terminal resize events as they occur.