Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeITunnel
- func (fake *FakeITunnel) Close() error
- func (fake *FakeITunnel) CloseCallCount() int
- func (fake *FakeITunnel) CloseCalls(stub func() error)
- func (fake *FakeITunnel) CloseReturns(result1 error)
- func (fake *FakeITunnel) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeITunnel) Delete(arg1 context.Context, arg2 string) error
- func (fake *FakeITunnel) DeleteArgsForCall(i int) (context.Context, string)
- func (fake *FakeITunnel) DeleteCallCount() int
- func (fake *FakeITunnel) DeleteCalls(stub func(context.Context, string) error)
- func (fake *FakeITunnel) DeleteReturns(result1 error)
- func (fake *FakeITunnel) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeITunnel) Invocations() map[string][][]interface{}
- func (fake *FakeITunnel) Read() chan *events.Outbound
- func (fake *FakeITunnel) ReadCallCount() int
- func (fake *FakeITunnel) ReadCalls(stub func() chan *events.Outbound)
- func (fake *FakeITunnel) ReadReturns(result1 chan *events.Outbound)
- func (fake *FakeITunnel) ReadReturnsOnCall(i int, result1 chan *events.Outbound)
- func (fake *FakeITunnel) Start(arg1 context.Context, arg2 string, arg3 chan<- *records.ErrorRecord) error
- func (fake *FakeITunnel) StartArgsForCall(i int) (context.Context, string, chan<- *records.ErrorRecord)
- func (fake *FakeITunnel) StartCallCount() int
- func (fake *FakeITunnel) StartCalls(stub func(context.Context, string, chan<- *records.ErrorRecord) error)
- func (fake *FakeITunnel) StartReturns(result1 error)
- func (fake *FakeITunnel) StartReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeITunnel ¶
type FakeITunnel struct { CloseStub func() error DeleteStub func(context.Context, string) error ReadStub func() chan *events.Outbound StartStub func(context.Context, string, chan<- *records.ErrorRecord) error // contains filtered or unexported fields }
func (*FakeITunnel) Close ¶
func (fake *FakeITunnel) Close() error
func (*FakeITunnel) CloseCallCount ¶
func (fake *FakeITunnel) CloseCallCount() int
func (*FakeITunnel) CloseCalls ¶
func (fake *FakeITunnel) CloseCalls(stub func() error)
func (*FakeITunnel) CloseReturns ¶
func (fake *FakeITunnel) CloseReturns(result1 error)
func (*FakeITunnel) CloseReturnsOnCall ¶
func (fake *FakeITunnel) CloseReturnsOnCall(i int, result1 error)
func (*FakeITunnel) Delete ¶ added in v1.6.0
func (fake *FakeITunnel) Delete(arg1 context.Context, arg2 string) error
func (*FakeITunnel) DeleteArgsForCall ¶ added in v1.6.0
func (fake *FakeITunnel) DeleteArgsForCall(i int) (context.Context, string)
func (*FakeITunnel) DeleteCallCount ¶ added in v1.6.0
func (fake *FakeITunnel) DeleteCallCount() int
func (*FakeITunnel) DeleteCalls ¶ added in v1.6.0
func (fake *FakeITunnel) DeleteCalls(stub func(context.Context, string) error)
func (*FakeITunnel) DeleteReturns ¶ added in v1.6.0
func (fake *FakeITunnel) DeleteReturns(result1 error)
func (*FakeITunnel) DeleteReturnsOnCall ¶ added in v1.6.0
func (fake *FakeITunnel) DeleteReturnsOnCall(i int, result1 error)
func (*FakeITunnel) Invocations ¶
func (fake *FakeITunnel) Invocations() map[string][][]interface{}
func (*FakeITunnel) Read ¶
func (fake *FakeITunnel) Read() chan *events.Outbound
func (*FakeITunnel) ReadCallCount ¶
func (fake *FakeITunnel) ReadCallCount() int
func (*FakeITunnel) ReadCalls ¶
func (fake *FakeITunnel) ReadCalls(stub func() chan *events.Outbound)
func (*FakeITunnel) ReadReturns ¶
func (fake *FakeITunnel) ReadReturns(result1 chan *events.Outbound)
func (*FakeITunnel) ReadReturnsOnCall ¶
func (fake *FakeITunnel) ReadReturnsOnCall(i int, result1 chan *events.Outbound)
func (*FakeITunnel) Start ¶
func (fake *FakeITunnel) Start(arg1 context.Context, arg2 string, arg3 chan<- *records.ErrorRecord) error
func (*FakeITunnel) StartArgsForCall ¶
func (fake *FakeITunnel) StartArgsForCall(i int) (context.Context, string, chan<- *records.ErrorRecord)
func (*FakeITunnel) StartCallCount ¶
func (fake *FakeITunnel) StartCallCount() int
func (*FakeITunnel) StartCalls ¶
func (fake *FakeITunnel) StartCalls(stub func(context.Context, string, chan<- *records.ErrorRecord) error)
func (*FakeITunnel) StartReturns ¶
func (fake *FakeITunnel) StartReturns(result1 error)
func (*FakeITunnel) StartReturnsOnCall ¶
func (fake *FakeITunnel) StartReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.