Versions in this module Expand all Collapse all v1 v1.3.0 Feb 8, 2017 Changes in this version + type Fake struct + DialStub func(string, string, *ssh.ClientConfig) (*ssh.Client, error) + func NewFake() *Fake + func (fake *Fake) Dial(arg1 string, arg2 string, arg3 *ssh.ClientConfig) (*ssh.Client, error) + func (fake *Fake) DialArgsForCall(i int) (string, string, *ssh.ClientConfig) + func (fake *Fake) DialCallCount() int + func (fake *Fake) DialReturns(result1 *ssh.Client, result2 error) + func (fake *Fake) Invocations() map[string][][]interface{} + type Real struct + func New() *Real + func (*Real) Dial(protocol, address string, config *ssh.ClientConfig) (*ssh.Client, error) + type SSH interface + Dial func(string, string, *ssh.ClientConfig) (*ssh.Client, error)