Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFactory ¶
type FakeFactory struct { SSHTunnel bisshtunnel.SSHTunnel NewSSHTunnelOptions bisshtunnel.Options }
func NewFakeFactory ¶
func NewFakeFactory() *FakeFactory
func (*FakeFactory) NewSSHTunnel ¶
func (f *FakeFactory) NewSSHTunnel(options bisshtunnel.Options) bisshtunnel.SSHTunnel
type FakeTunnel ¶
type FakeTunnel struct { Started bool // contains filtered or unexported fields }
func NewFakeTunnel ¶
func NewFakeTunnel() *FakeTunnel
func (*FakeTunnel) SetStartBehavior ¶
func (s *FakeTunnel) SetStartBehavior(readyErrChOutput error, errChOutput error)
func (*FakeTunnel) Start ¶
func (s *FakeTunnel) Start(readyErrCh chan<- error, errCh chan<- error)
Click to show internal directories.
Click to hide internal directories.