package
0.8.0-rc1
Repository: https://github.com/stackpointcloud/machine.git
Documentation: pkg.go.dev

# Functions

NewFakeSSHCommander creates a FakeSSHCommander without actually knowing the underlying sshcommands.

# Structs

FakeSSHCommander is an implementation of provision.SSHCommander to provide predictable responses set by testing codeExtend it when needed.
FakeSSHCommanderOptions is intended to create a FakeSSHCommander without actually knowing the underlying sshcommands by passing it to NewSSHCommander.