Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeLogging
- func (fake *FakeLogging) Connect() bool
- func (fake *FakeLogging) ConnectCallCount() int
- func (fake *FakeLogging) ConnectReturns(result1 bool)
- func (fake *FakeLogging) Invocations() map[string][][]interface{}
- func (fake *FakeLogging) ShipEvents(arg1 map[string]interface{}, arg2 string)
- func (fake *FakeLogging) ShipEventsArgsForCall(i int) (map[string]interface{}, string)
- func (fake *FakeLogging) ShipEventsCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeLogging ¶
type FakeLogging struct { ConnectStub func() bool ShipEventsStub func(map[string]interface{}, string) // contains filtered or unexported fields }
func (*FakeLogging) Connect ¶
func (fake *FakeLogging) Connect() bool
func (*FakeLogging) ConnectCallCount ¶
func (fake *FakeLogging) ConnectCallCount() int
func (*FakeLogging) ConnectReturns ¶
func (fake *FakeLogging) ConnectReturns(result1 bool)
func (*FakeLogging) Invocations ¶
func (fake *FakeLogging) Invocations() map[string][][]interface{}
func (*FakeLogging) ShipEvents ¶
func (fake *FakeLogging) ShipEvents(arg1 map[string]interface{}, arg2 string)
func (*FakeLogging) ShipEventsArgsForCall ¶
func (fake *FakeLogging) ShipEventsArgsForCall(i int) (map[string]interface{}, string)
func (*FakeLogging) ShipEventsCallCount ¶
func (fake *FakeLogging) ShipEventsCallCount() int
Click to show internal directories.
Click to hide internal directories.