Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeIDataDogClient
- func (fake *FakeIDataDogClient) Invocations() map[string][][]interface{}
- func (fake *FakeIDataDogClient) PostEvent(event *go_datadog_api.Event) (*go_datadog_api.Event, error)
- func (fake *FakeIDataDogClient) PostEventArgsForCall(i int) *go_datadog_api.Event
- func (fake *FakeIDataDogClient) PostEventCallCount() int
- func (fake *FakeIDataDogClient) PostEventReturns(result1 *go_datadog_api.Event, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIDataDogClient ¶
type FakeIDataDogClient struct { PostEventStub func(event *go_datadog_api.Event) (*go_datadog_api.Event, error) // contains filtered or unexported fields }
func (*FakeIDataDogClient) Invocations ¶
func (fake *FakeIDataDogClient) Invocations() map[string][][]interface{}
func (*FakeIDataDogClient) PostEvent ¶
func (fake *FakeIDataDogClient) PostEvent(event *go_datadog_api.Event) (*go_datadog_api.Event, error)
func (*FakeIDataDogClient) PostEventArgsForCall ¶
func (fake *FakeIDataDogClient) PostEventArgsForCall(i int) *go_datadog_api.Event
func (*FakeIDataDogClient) PostEventCallCount ¶
func (fake *FakeIDataDogClient) PostEventCallCount() int
func (*FakeIDataDogClient) PostEventReturns ¶
func (fake *FakeIDataDogClient) PostEventReturns(result1 *go_datadog_api.Event, result2 error)
Click to show internal directories.
Click to hide internal directories.