Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { NewSession(stdout io.Writer, stderr io.Writer) (session.Session, error) Disconnect() error }
func NewConnectClient ¶
type MockClient ¶
MockClient is an autogenerated mock type for the Client type
func (*MockClient) Disconnect ¶
func (_m *MockClient) Disconnect() error
Disconnect provides a mock function with given fields:
func (*MockClient) NewSession ¶
NewSession provides a mock function with given fields: stdout, stderr
Click to show internal directories.
Click to hide internal directories.