# Functions
ContainerIDs asks the ids of the containers on the other hand and return them to the caller.
ContainerVersion asks the version of the containers on the other hand and return them to the caller.
NewConnector returns a new Connector.
NewServer returns a Server instance.
NewSSHInteraction returns a stream connection to the requested session The ssh conn is assumed to be connected to the Executor hosting the session.
# Constants
No description provided by the author
No description provided by the author
# Structs
Connector defines the connection and interactions.
LazySessionInteractor holds lazily initialized SessionInteractor.
Server waits for TCP client connections on serialOverLANPort, then once connected, attempts to negotiate an SSH connection to the attached client.
# Interfaces
SessionInteractor defines the interaction interface.
# Type aliases
LazyInitializer defines the function that returns SessionInteractor.