//
pkg.gl
Category
github.com/coreos/coreos-assembler
mantle
network
mockssh
package
0.17.0
Repository:
https://github.com/coreos/coreos-assembler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
164 SLOC
#
Functions
NewMockClient
NewMockClient starts a ssh server backed by the given handler and returns a client that is connected to it.
#
Structs
Session
Session represents the server side execution of the client's ssh.Session.
#
Type aliases
SessionHandler
SessionHandler is a user provided function that processes/executes the command given to it in the given Session.