package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

NewConn creates a new Conn which transfers data via the provided ReadWriter.
NewReadWriter creates a new ReadWriter that leverages the provided source to retrieve data from and write data to.

# Constants

MaxChunkSize is the maximum number of bytes to send in a single data message.

# Structs

Conn wraps [ReadWriter] in a [net.Conn] interface.
ReadWriter wraps a grpc source with an [io.ReadWriter] interface.

# Interfaces

Source is a common interface for grpc client and server streams that transport opaque data.