# Packages

No description provided by the author

# Functions

NewClient creates a new client instance.

# Constants

DontConnect is used to mark a socket to not be connected.

# Structs

ConnectOptions contains options for connecting to the server.
Options contains the configurable options of our CRI client.

# Interfaces

Client is the interface we expose to our CRI client.

# Type aliases

DialNotifyFn is a function to call after a successful net.Dial[Timeout]().