Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEndpoints
- func (fake *FakeEndpoints) GetEndpointFor(arg1 refs.FeedRef) (muxrpc.Endpoint, bool)
- func (fake *FakeEndpoints) GetEndpointForArgsForCall(i int) refs.FeedRef
- func (fake *FakeEndpoints) GetEndpointForCallCount() int
- func (fake *FakeEndpoints) GetEndpointForCalls(stub func(refs.FeedRef) (muxrpc.Endpoint, bool))
- func (fake *FakeEndpoints) GetEndpointForReturns(result1 muxrpc.Endpoint, result2 bool)
- func (fake *FakeEndpoints) GetEndpointForReturnsOnCall(i int, result1 muxrpc.Endpoint, result2 bool)
- func (fake *FakeEndpoints) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEndpoints ¶
type FakeEndpoints struct { GetEndpointForStub func(refs.FeedRef) (muxrpc.Endpoint, bool) // contains filtered or unexported fields }
func (*FakeEndpoints) GetEndpointFor ¶
func (*FakeEndpoints) GetEndpointForArgsForCall ¶
func (fake *FakeEndpoints) GetEndpointForArgsForCall(i int) refs.FeedRef
func (*FakeEndpoints) GetEndpointForCallCount ¶
func (fake *FakeEndpoints) GetEndpointForCallCount() int
func (*FakeEndpoints) GetEndpointForCalls ¶
func (*FakeEndpoints) GetEndpointForReturns ¶
func (fake *FakeEndpoints) GetEndpointForReturns(result1 muxrpc.Endpoint, result2 bool)
func (*FakeEndpoints) GetEndpointForReturnsOnCall ¶
func (fake *FakeEndpoints) GetEndpointForReturnsOnCall(i int, result1 muxrpc.Endpoint, result2 bool)
func (*FakeEndpoints) Invocations ¶
func (fake *FakeEndpoints) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.