package
0.1.0
Repository: https://github.com/tomdewildt/ssh-provision.git
Documentation: pkg.go.dev

# Functions

NewClient is used to create a instance of the client struct.

# Structs

ClientMock is an struct used to mock the Client object in the ssh-provision/pkg/ssh package.
SessionMock is an struct used to mock the session object in the ssh-provision/pkg/ssh package.

# Interfaces

Client is a simple interface wrapper around golang.org/x/crypto/ssh.
Session is a simple interface wrapper around the session struct from golang.org/x/crypto/ssh.