mocks

package
v0.0.0-...-098adc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSSH

type FakeSSH struct {
	ConnectStub func(appName string, instanceIndex int, config *config_package.Config) error

	ForwardStub func(localAddress, remoteAddress string) error

	ShellStub func(command string, ptyDespired bool) error
	// contains filtered or unexported fields
}

func (*FakeSSH) Connect

func (fake *FakeSSH) Connect(appName string, instanceIndex int, config *config_package.Config) error

func (*FakeSSH) ConnectArgsForCall

func (fake *FakeSSH) ConnectArgsForCall(i int) (string, int, *config_package.Config)

func (*FakeSSH) ConnectCallCount

func (fake *FakeSSH) ConnectCallCount() int

func (*FakeSSH) ConnectReturns

func (fake *FakeSSH) ConnectReturns(result1 error)

func (*FakeSSH) Forward

func (fake *FakeSSH) Forward(localAddress string, remoteAddress string) error

func (*FakeSSH) ForwardArgsForCall

func (fake *FakeSSH) ForwardArgsForCall(i int) (string, string)

func (*FakeSSH) ForwardCallCount

func (fake *FakeSSH) ForwardCallCount() int

func (*FakeSSH) ForwardReturns

func (fake *FakeSSH) ForwardReturns(result1 error)

func (*FakeSSH) Shell

func (fake *FakeSSH) Shell(command string, ptyDespired bool) error

func (*FakeSSH) ShellArgsForCall

func (fake *FakeSSH) ShellArgsForCall(i int) (string, bool)

func (*FakeSSH) ShellCallCount

func (fake *FakeSSH) ShellCallCount() int

func (*FakeSSH) ShellReturns

func (fake *FakeSSH) ShellReturns(result1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL