Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRegistry
- func (fake *FakeRegistry) Invocations() map[string][][]interface{}
- func (fake *FakeRegistry) Lookup(uri route.Uri) *route.Pool
- func (fake *FakeRegistry) LookupArgsForCall(i int) route.Uri
- func (fake *FakeRegistry) LookupCallCount() int
- func (fake *FakeRegistry) LookupReturns(result1 *route.Pool)
- func (fake *FakeRegistry) LookupReturnsOnCall(i int, result1 *route.Pool)
- func (fake *FakeRegistry) LookupWithInstance(uri route.Uri, appID string, appIndex string) *route.Pool
- func (fake *FakeRegistry) LookupWithInstanceArgsForCall(i int) (route.Uri, string, string)
- func (fake *FakeRegistry) LookupWithInstanceCallCount() int
- func (fake *FakeRegistry) LookupWithInstanceReturns(result1 *route.Pool)
- func (fake *FakeRegistry) LookupWithInstanceReturnsOnCall(i int, result1 *route.Pool)
- func (fake *FakeRegistry) MarshalJSON() ([]byte, error)
- func (fake *FakeRegistry) MarshalJSONCallCount() int
- func (fake *FakeRegistry) MarshalJSONReturns(result1 []byte, result2 error)
- func (fake *FakeRegistry) MarshalJSONReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeRegistry) NumEndpoints() int
- func (fake *FakeRegistry) NumEndpointsCallCount() int
- func (fake *FakeRegistry) NumEndpointsReturns(result1 int)
- func (fake *FakeRegistry) NumEndpointsReturnsOnCall(i int, result1 int)
- func (fake *FakeRegistry) NumUris() int
- func (fake *FakeRegistry) NumUrisCallCount() int
- func (fake *FakeRegistry) NumUrisReturns(result1 int)
- func (fake *FakeRegistry) NumUrisReturnsOnCall(i int, result1 int)
- func (fake *FakeRegistry) Register(uri route.Uri, endpoint *route.Endpoint)
- func (fake *FakeRegistry) RegisterArgsForCall(i int) (route.Uri, *route.Endpoint)
- func (fake *FakeRegistry) RegisterCallCount() int
- func (fake *FakeRegistry) StartPruningCycle()
- func (fake *FakeRegistry) StartPruningCycleCallCount() int
- func (fake *FakeRegistry) StopPruningCycle()
- func (fake *FakeRegistry) StopPruningCycleCallCount() int
- func (fake *FakeRegistry) Unregister(uri route.Uri, endpoint *route.Endpoint)
- func (fake *FakeRegistry) UnregisterArgsForCall(i int) (route.Uri, *route.Endpoint)
- func (fake *FakeRegistry) UnregisterCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRegistry ¶
type FakeRegistry struct { RegisterStub func(uri route.Uri, endpoint *route.Endpoint) UnregisterStub func(uri route.Uri, endpoint *route.Endpoint) LookupStub func(uri route.Uri) *route.Pool LookupWithInstanceStub func(uri route.Uri, appID, appIndex string) *route.Pool StartPruningCycleStub func() StopPruningCycleStub func() NumUrisStub func() int NumEndpointsStub func() int MarshalJSONStub func() ([]byte, error) // contains filtered or unexported fields }
func (*FakeRegistry) Invocations ¶
func (fake *FakeRegistry) Invocations() map[string][][]interface{}
func (*FakeRegistry) LookupArgsForCall ¶
func (fake *FakeRegistry) LookupArgsForCall(i int) route.Uri
func (*FakeRegistry) LookupCallCount ¶
func (fake *FakeRegistry) LookupCallCount() int
func (*FakeRegistry) LookupReturns ¶
func (fake *FakeRegistry) LookupReturns(result1 *route.Pool)
func (*FakeRegistry) LookupReturnsOnCall ¶
func (fake *FakeRegistry) LookupReturnsOnCall(i int, result1 *route.Pool)
func (*FakeRegistry) LookupWithInstance ¶
func (*FakeRegistry) LookupWithInstanceArgsForCall ¶
func (*FakeRegistry) LookupWithInstanceCallCount ¶
func (fake *FakeRegistry) LookupWithInstanceCallCount() int
func (*FakeRegistry) LookupWithInstanceReturns ¶
func (fake *FakeRegistry) LookupWithInstanceReturns(result1 *route.Pool)
func (*FakeRegistry) LookupWithInstanceReturnsOnCall ¶
func (fake *FakeRegistry) LookupWithInstanceReturnsOnCall(i int, result1 *route.Pool)
func (*FakeRegistry) MarshalJSON ¶
func (fake *FakeRegistry) MarshalJSON() ([]byte, error)
func (*FakeRegistry) MarshalJSONCallCount ¶
func (fake *FakeRegistry) MarshalJSONCallCount() int
func (*FakeRegistry) MarshalJSONReturns ¶
func (fake *FakeRegistry) MarshalJSONReturns(result1 []byte, result2 error)
func (*FakeRegistry) MarshalJSONReturnsOnCall ¶
func (fake *FakeRegistry) MarshalJSONReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeRegistry) NumEndpoints ¶
func (fake *FakeRegistry) NumEndpoints() int
func (*FakeRegistry) NumEndpointsCallCount ¶
func (fake *FakeRegistry) NumEndpointsCallCount() int
func (*FakeRegistry) NumEndpointsReturns ¶
func (fake *FakeRegistry) NumEndpointsReturns(result1 int)
func (*FakeRegistry) NumEndpointsReturnsOnCall ¶
func (fake *FakeRegistry) NumEndpointsReturnsOnCall(i int, result1 int)
func (*FakeRegistry) NumUris ¶
func (fake *FakeRegistry) NumUris() int
func (*FakeRegistry) NumUrisCallCount ¶
func (fake *FakeRegistry) NumUrisCallCount() int
func (*FakeRegistry) NumUrisReturns ¶
func (fake *FakeRegistry) NumUrisReturns(result1 int)
func (*FakeRegistry) NumUrisReturnsOnCall ¶
func (fake *FakeRegistry) NumUrisReturnsOnCall(i int, result1 int)
func (*FakeRegistry) Register ¶
func (fake *FakeRegistry) Register(uri route.Uri, endpoint *route.Endpoint)
func (*FakeRegistry) RegisterArgsForCall ¶
func (*FakeRegistry) RegisterCallCount ¶
func (fake *FakeRegistry) RegisterCallCount() int
func (*FakeRegistry) StartPruningCycle ¶
func (fake *FakeRegistry) StartPruningCycle()
func (*FakeRegistry) StartPruningCycleCallCount ¶
func (fake *FakeRegistry) StartPruningCycleCallCount() int
func (*FakeRegistry) StopPruningCycle ¶
func (fake *FakeRegistry) StopPruningCycle()
func (*FakeRegistry) StopPruningCycleCallCount ¶
func (fake *FakeRegistry) StopPruningCycleCallCount() int
func (*FakeRegistry) Unregister ¶
func (fake *FakeRegistry) Unregister(uri route.Uri, endpoint *route.Endpoint)
func (*FakeRegistry) UnregisterArgsForCall ¶
func (*FakeRegistry) UnregisterCallCount ¶
func (fake *FakeRegistry) UnregisterCallCount() int
Click to show internal directories.
Click to hide internal directories.