Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakePublishingConnection
- func (fake *FakePublishingConnection) Close()
- func (fake *FakePublishingConnection) CloseCallCount() int
- func (fake *FakePublishingConnection) Publish(subj string, data []byte) error
- func (fake *FakePublishingConnection) PublishArgsForCall(i int) (string, []byte)
- func (fake *FakePublishingConnection) PublishCallCount() int
- func (fake *FakePublishingConnection) PublishReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePublishingConnection ¶
type FakePublishingConnection struct { PublishStub func(subj string, data []byte) error CloseStub func() // contains filtered or unexported fields }
func (*FakePublishingConnection) Close ¶
func (fake *FakePublishingConnection) Close()
func (*FakePublishingConnection) CloseCallCount ¶
func (fake *FakePublishingConnection) CloseCallCount() int
func (*FakePublishingConnection) Publish ¶
func (fake *FakePublishingConnection) Publish(subj string, data []byte) error
func (*FakePublishingConnection) PublishArgsForCall ¶
func (fake *FakePublishingConnection) PublishArgsForCall(i int) (string, []byte)
func (*FakePublishingConnection) PublishCallCount ¶
func (fake *FakePublishingConnection) PublishCallCount() int
func (*FakePublishingConnection) PublishReturns ¶
func (fake *FakePublishingConnection) PublishReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.