Documentation
¶
Index ¶
- type 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
- type SSH
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct { DialStub func(string, string, *ssh.ClientConfig) (*ssh.Client, error) // contains filtered or unexported fields }
Fake ...
func (*Fake) DialArgsForCall ¶
DialArgsForCall ...
func (*Fake) DialReturns ¶
DialReturns ...
func (*Fake) Invocations ¶
Invocations ...
Click to show internal directories.
Click to hide internal directories.