package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Functions

NewMockClient starts a ssh server backed by the given handler and returns a client that is connected to it.

# Structs

Session represents the server side execution of the client's ssh.Session.

# Type aliases

SessionHandler is a user provided function that processes/executes the command given to it in the given Session.