Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeChannel
- func (fake *FakeChannel) Invocations() map[string][][]interface{}
- func (fake *FakeChannel) Name() string
- func (fake *FakeChannel) NameCallCount() int
- func (fake *FakeChannel) NameCalls(stub func() string)
- func (fake *FakeChannel) NameReturns(result1 string)
- func (fake *FakeChannel) NameReturnsOnCall(i int, result1 string)
- func (fake *FakeChannel) Send(arg1 context.Context, arg2 channels.OutboundMessage) error
- func (fake *FakeChannel) SendArgsForCall(i int) (context.Context, channels.OutboundMessage)
- func (fake *FakeChannel) SendCallCount() int
- func (fake *FakeChannel) SendCalls(stub func(context.Context, channels.OutboundMessage) error)
- func (fake *FakeChannel) SendReturns(result1 error)
- func (fake *FakeChannel) SendReturnsOnCall(i int, result1 error)
- func (fake *FakeChannel) Start(arg1 context.Context, arg2 chan<- channels.InboundMessage) error
- func (fake *FakeChannel) StartArgsForCall(i int) (context.Context, chan<- channels.InboundMessage)
- func (fake *FakeChannel) StartCallCount() int
- func (fake *FakeChannel) StartCalls(stub func(context.Context, chan<- channels.InboundMessage) error)
- func (fake *FakeChannel) StartReturns(result1 error)
- func (fake *FakeChannel) StartReturnsOnCall(i int, result1 error)
- func (fake *FakeChannel) Stop() error
- func (fake *FakeChannel) StopCallCount() int
- func (fake *FakeChannel) StopCalls(stub func() error)
- func (fake *FakeChannel) StopReturns(result1 error)
- func (fake *FakeChannel) StopReturnsOnCall(i int, result1 error)
- type FakeHistoryCleaner
- func (fake *FakeHistoryCleaner) ClearHistory(arg1 context.Context, arg2 string) error
- func (fake *FakeHistoryCleaner) ClearHistoryArgsForCall(i int) (context.Context, string)
- func (fake *FakeHistoryCleaner) ClearHistoryCallCount() int
- func (fake *FakeHistoryCleaner) ClearHistoryCalls(stub func(context.Context, string) error)
- func (fake *FakeHistoryCleaner) ClearHistoryReturns(result1 error)
- func (fake *FakeHistoryCleaner) ClearHistoryReturnsOnCall(i int, result1 error)
- func (fake *FakeHistoryCleaner) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeChannel ¶
type FakeChannel struct {
NameStub func() string
SendStub func(context.Context, channels.OutboundMessage) error
StartStub func(context.Context, chan<- channels.InboundMessage) error
StopStub func() error
// contains filtered or unexported fields
}
func (*FakeChannel) Invocations ¶
func (fake *FakeChannel) Invocations() map[string][][]interface{}
func (*FakeChannel) Name ¶
func (fake *FakeChannel) Name() string
func (*FakeChannel) NameCallCount ¶
func (fake *FakeChannel) NameCallCount() int
func (*FakeChannel) NameCalls ¶
func (fake *FakeChannel) NameCalls(stub func() string)
func (*FakeChannel) NameReturns ¶
func (fake *FakeChannel) NameReturns(result1 string)
func (*FakeChannel) NameReturnsOnCall ¶
func (fake *FakeChannel) NameReturnsOnCall(i int, result1 string)
func (*FakeChannel) Send ¶
func (fake *FakeChannel) Send(arg1 context.Context, arg2 channels.OutboundMessage) error
func (*FakeChannel) SendArgsForCall ¶
func (fake *FakeChannel) SendArgsForCall(i int) (context.Context, channels.OutboundMessage)
func (*FakeChannel) SendCallCount ¶
func (fake *FakeChannel) SendCallCount() int
func (*FakeChannel) SendCalls ¶
func (fake *FakeChannel) SendCalls(stub func(context.Context, channels.OutboundMessage) error)
func (*FakeChannel) SendReturns ¶
func (fake *FakeChannel) SendReturns(result1 error)
func (*FakeChannel) SendReturnsOnCall ¶
func (fake *FakeChannel) SendReturnsOnCall(i int, result1 error)
func (*FakeChannel) Start ¶
func (fake *FakeChannel) Start(arg1 context.Context, arg2 chan<- channels.InboundMessage) error
func (*FakeChannel) StartArgsForCall ¶
func (fake *FakeChannel) StartArgsForCall(i int) (context.Context, chan<- channels.InboundMessage)
func (*FakeChannel) StartCallCount ¶
func (fake *FakeChannel) StartCallCount() int
func (*FakeChannel) StartCalls ¶
func (fake *FakeChannel) StartCalls(stub func(context.Context, chan<- channels.InboundMessage) error)
func (*FakeChannel) StartReturns ¶
func (fake *FakeChannel) StartReturns(result1 error)
func (*FakeChannel) StartReturnsOnCall ¶
func (fake *FakeChannel) StartReturnsOnCall(i int, result1 error)
func (*FakeChannel) Stop ¶
func (fake *FakeChannel) Stop() error
func (*FakeChannel) StopCallCount ¶
func (fake *FakeChannel) StopCallCount() int
func (*FakeChannel) StopCalls ¶
func (fake *FakeChannel) StopCalls(stub func() error)
func (*FakeChannel) StopReturns ¶
func (fake *FakeChannel) StopReturns(result1 error)
func (*FakeChannel) StopReturnsOnCall ¶
func (fake *FakeChannel) StopReturnsOnCall(i int, result1 error)
type FakeHistoryCleaner ¶
type FakeHistoryCleaner struct {
ClearHistoryStub func(context.Context, string) error
// contains filtered or unexported fields
}
func (*FakeHistoryCleaner) ClearHistory ¶
func (fake *FakeHistoryCleaner) ClearHistory(arg1 context.Context, arg2 string) error
func (*FakeHistoryCleaner) ClearHistoryArgsForCall ¶
func (fake *FakeHistoryCleaner) ClearHistoryArgsForCall(i int) (context.Context, string)
func (*FakeHistoryCleaner) ClearHistoryCallCount ¶
func (fake *FakeHistoryCleaner) ClearHistoryCallCount() int
func (*FakeHistoryCleaner) ClearHistoryCalls ¶
func (fake *FakeHistoryCleaner) ClearHistoryCalls(stub func(context.Context, string) error)
func (*FakeHistoryCleaner) ClearHistoryReturns ¶
func (fake *FakeHistoryCleaner) ClearHistoryReturns(result1 error)
func (*FakeHistoryCleaner) ClearHistoryReturnsOnCall ¶
func (fake *FakeHistoryCleaner) ClearHistoryReturnsOnCall(i int, result1 error)
func (*FakeHistoryCleaner) Invocations ¶
func (fake *FakeHistoryCleaner) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.