Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type PubSub
- func (fake *PubSub) Close() error
- func (fake *PubSub) CloseCallCount() int
- func (fake *PubSub) CloseCalls(stub func() error)
- func (fake *PubSub) CloseReturns(result1 error)
- func (fake *PubSub) CloseReturnsOnCall(i int, result1 error)
- func (fake *PubSub) Invocations() map[string][][]interface{}
- func (fake *PubSub) PublishWithOpts(arg1 string, arg2 *message.Message, arg3 ...spi.Option) error
- func (fake *PubSub) PublishWithOptsArgsForCall(i int) (string, *message.Message, []spi.Option)
- func (fake *PubSub) PublishWithOptsCallCount() int
- func (fake *PubSub) PublishWithOptsCalls(stub func(string, *message.Message, ...spi.Option) error)
- func (fake *PubSub) PublishWithOptsReturns(result1 error)
- func (fake *PubSub) PublishWithOptsReturnsOnCall(i int, result1 error)
- func (fake *PubSub) SubscribeWithOpts(arg1 context.Context, arg2 string, arg3 ...spi.Option) (<-chan *message.Message, error)
- func (fake *PubSub) SubscribeWithOptsArgsForCall(i int) (context.Context, string, []spi.Option)
- func (fake *PubSub) SubscribeWithOptsCallCount() int
- func (fake *PubSub) SubscribeWithOptsCalls(...)
- func (fake *PubSub) SubscribeWithOptsReturns(result1 <-chan *message.Message, result2 error)
- func (fake *PubSub) SubscribeWithOptsReturnsOnCall(i int, result1 <-chan *message.Message, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PubSub ¶
type PubSub struct { CloseStub func() error PublishWithOptsStub func(string, *message.Message, ...spi.Option) error SubscribeWithOptsStub func(context.Context, string, ...spi.Option) (<-chan *message.Message, error) // contains filtered or unexported fields }
func (*PubSub) CloseCallCount ¶
func (*PubSub) CloseCalls ¶ added in v1.0.0
func (*PubSub) CloseReturns ¶
func (*PubSub) CloseReturnsOnCall ¶
func (*PubSub) Invocations ¶
func (*PubSub) PublishWithOpts ¶ added in v1.0.0
func (*PubSub) PublishWithOptsArgsForCall ¶ added in v1.0.0
func (*PubSub) PublishWithOptsCallCount ¶ added in v1.0.0
func (*PubSub) PublishWithOptsCalls ¶ added in v1.0.0
func (*PubSub) PublishWithOptsReturns ¶ added in v1.0.0
func (*PubSub) PublishWithOptsReturnsOnCall ¶ added in v1.0.0
func (*PubSub) SubscribeWithOpts ¶
func (*PubSub) SubscribeWithOptsArgsForCall ¶
func (*PubSub) SubscribeWithOptsCallCount ¶
func (*PubSub) SubscribeWithOptsCalls ¶ added in v1.0.0
func (*PubSub) SubscribeWithOptsReturns ¶
Click to show internal directories.
Click to hide internal directories.