Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) SendEvent(data interface{}, globalTags interface{}, customTags interface{}) error
- func (fake *FakeClient) SendEventArgsForCall(i int) (interface{}, interface{}, interface{})
- func (fake *FakeClient) SendEventCallCount() int
- func (fake *FakeClient) SendEventReturns(result1 error)
- func (fake *FakeClient) SendEventReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { SendEventStub func(data interface{}, globalTags interface{}, customTags interface{}) error // contains filtered or unexported fields }
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) SendEvent ¶
func (fake *FakeClient) SendEvent(data interface{}, globalTags interface{}, customTags interface{}) error
func (*FakeClient) SendEventArgsForCall ¶
func (fake *FakeClient) SendEventArgsForCall(i int) (interface{}, interface{}, interface{})
func (*FakeClient) SendEventCallCount ¶
func (fake *FakeClient) SendEventCallCount() int
func (*FakeClient) SendEventReturns ¶
func (fake *FakeClient) SendEventReturns(result1 error)
func (*FakeClient) SendEventReturnsOnCall ¶
func (fake *FakeClient) SendEventReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.