Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEndpointIterator ¶
type FakeEndpointIterator struct { NextStub func() *route.Endpoint EndpointFailedStub func() // contains filtered or unexported fields }
func (*FakeEndpointIterator) EndpointFailed ¶
func (fake *FakeEndpointIterator) EndpointFailed()
func (*FakeEndpointIterator) EndpointFailedCallCount ¶
func (fake *FakeEndpointIterator) EndpointFailedCallCount() int
func (*FakeEndpointIterator) Next ¶
func (fake *FakeEndpointIterator) Next() *route.Endpoint
func (*FakeEndpointIterator) NextCallCount ¶
func (fake *FakeEndpointIterator) NextCallCount() int
func (*FakeEndpointIterator) NextReturns ¶
func (fake *FakeEndpointIterator) NextReturns(result1 *route.Endpoint)
Click to show internal directories.
Click to hide internal directories.