Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeEventsEndpointStrategy
- func (fake *FakeEventsEndpointStrategy) EventsResource() resources.EventResource
- func (fake *FakeEventsEndpointStrategy) EventsResourceCallCount() int
- func (fake *FakeEventsEndpointStrategy) EventsResourceReturns(result1 resources.EventResource)
- func (fake *FakeEventsEndpointStrategy) EventsURL(appGUID string, limit int64) string
- func (fake *FakeEventsEndpointStrategy) EventsURLArgsForCall(i int) (string, int64)
- func (fake *FakeEventsEndpointStrategy) EventsURLCallCount() int
- func (fake *FakeEventsEndpointStrategy) EventsURLReturns(result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEventsEndpointStrategy ¶
type FakeEventsEndpointStrategy struct { EventsURLStub func(appGUID string, limit int64) string EventsResourceStub func() resources.EventResource // contains filtered or unexported fields }
func (*FakeEventsEndpointStrategy) EventsResource ¶
func (fake *FakeEventsEndpointStrategy) EventsResource() resources.EventResource
func (*FakeEventsEndpointStrategy) EventsResourceCallCount ¶
func (fake *FakeEventsEndpointStrategy) EventsResourceCallCount() int
func (*FakeEventsEndpointStrategy) EventsResourceReturns ¶
func (fake *FakeEventsEndpointStrategy) EventsResourceReturns(result1 resources.EventResource)
func (*FakeEventsEndpointStrategy) EventsURL ¶
func (fake *FakeEventsEndpointStrategy) EventsURL(appGUID string, limit int64) string
func (*FakeEventsEndpointStrategy) EventsURLArgsForCall ¶
func (fake *FakeEventsEndpointStrategy) EventsURLArgsForCall(i int) (string, int64)
func (*FakeEventsEndpointStrategy) EventsURLCallCount ¶
func (fake *FakeEventsEndpointStrategy) EventsURLCallCount() int
func (*FakeEventsEndpointStrategy) EventsURLReturns ¶
func (fake *FakeEventsEndpointStrategy) EventsURLReturns(result1 string)
Click to show internal directories.
Click to hide internal directories.