package
0.16.2
Repository: https://github.com/docker/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.