Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRegistryInterface
- func (fake *FakeRegistryInterface) Lookup(uri route.Uri) *route.Pool
- func (fake *FakeRegistryInterface) LookupArgsForCall(i int) route.Uri
- func (fake *FakeRegistryInterface) LookupCallCount() int
- func (fake *FakeRegistryInterface) LookupReturns(result1 *route.Pool)
- func (fake *FakeRegistryInterface) LookupWithInstance(uri route.Uri, appId string, appIndex string) *route.Pool
- func (fake *FakeRegistryInterface) LookupWithInstanceArgsForCall(i int) (route.Uri, string, string)
- func (fake *FakeRegistryInterface) LookupWithInstanceCallCount() int
- func (fake *FakeRegistryInterface) LookupWithInstanceReturns(result1 *route.Pool)
- func (fake *FakeRegistryInterface) MarshalJSON() ([]byte, error)
- func (fake *FakeRegistryInterface) MarshalJSONCallCount() int
- func (fake *FakeRegistryInterface) MarshalJSONReturns(result1 []byte, result2 error)
- func (fake *FakeRegistryInterface) NumEndpoints() int
- func (fake *FakeRegistryInterface) NumEndpointsCallCount() int
- func (fake *FakeRegistryInterface) NumEndpointsReturns(result1 int)
- func (fake *FakeRegistryInterface) NumUris() int
- func (fake *FakeRegistryInterface) NumUrisCallCount() int
- func (fake *FakeRegistryInterface) NumUrisReturns(result1 int)
- func (fake *FakeRegistryInterface) Register(uri route.Uri, endpoint *route.Endpoint)
- func (fake *FakeRegistryInterface) RegisterArgsForCall(i int) (route.Uri, *route.Endpoint)
- func (fake *FakeRegistryInterface) RegisterCallCount() int
- func (fake *FakeRegistryInterface) StartPruningCycle()
- func (fake *FakeRegistryInterface) StartPruningCycleCallCount() int
- func (fake *FakeRegistryInterface) StopPruningCycle()
- func (fake *FakeRegistryInterface) StopPruningCycleCallCount() int
- func (fake *FakeRegistryInterface) Unregister(uri route.Uri, endpoint *route.Endpoint)
- func (fake *FakeRegistryInterface) UnregisterArgsForCall(i int) (route.Uri, *route.Endpoint)
- func (fake *FakeRegistryInterface) UnregisterCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRegistryInterface ¶
type FakeRegistryInterface 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 (*FakeRegistryInterface) Lookup ¶
func (fake *FakeRegistryInterface) Lookup(uri route.Uri) *route.Pool
func (*FakeRegistryInterface) LookupArgsForCall ¶
func (fake *FakeRegistryInterface) LookupArgsForCall(i int) route.Uri
func (*FakeRegistryInterface) LookupCallCount ¶
func (fake *FakeRegistryInterface) LookupCallCount() int
func (*FakeRegistryInterface) LookupReturns ¶
func (fake *FakeRegistryInterface) LookupReturns(result1 *route.Pool)
func (*FakeRegistryInterface) LookupWithInstance ¶
func (*FakeRegistryInterface) LookupWithInstanceArgsForCall ¶
func (*FakeRegistryInterface) LookupWithInstanceCallCount ¶
func (fake *FakeRegistryInterface) LookupWithInstanceCallCount() int
func (*FakeRegistryInterface) LookupWithInstanceReturns ¶
func (fake *FakeRegistryInterface) LookupWithInstanceReturns(result1 *route.Pool)
func (*FakeRegistryInterface) MarshalJSON ¶
func (fake *FakeRegistryInterface) MarshalJSON() ([]byte, error)
func (*FakeRegistryInterface) MarshalJSONCallCount ¶
func (fake *FakeRegistryInterface) MarshalJSONCallCount() int
func (*FakeRegistryInterface) MarshalJSONReturns ¶
func (fake *FakeRegistryInterface) MarshalJSONReturns(result1 []byte, result2 error)
func (*FakeRegistryInterface) NumEndpoints ¶
func (fake *FakeRegistryInterface) NumEndpoints() int
func (*FakeRegistryInterface) NumEndpointsCallCount ¶
func (fake *FakeRegistryInterface) NumEndpointsCallCount() int
func (*FakeRegistryInterface) NumEndpointsReturns ¶
func (fake *FakeRegistryInterface) NumEndpointsReturns(result1 int)
func (*FakeRegistryInterface) NumUris ¶
func (fake *FakeRegistryInterface) NumUris() int
func (*FakeRegistryInterface) NumUrisCallCount ¶
func (fake *FakeRegistryInterface) NumUrisCallCount() int
func (*FakeRegistryInterface) NumUrisReturns ¶
func (fake *FakeRegistryInterface) NumUrisReturns(result1 int)
func (*FakeRegistryInterface) Register ¶
func (fake *FakeRegistryInterface) Register(uri route.Uri, endpoint *route.Endpoint)
func (*FakeRegistryInterface) RegisterArgsForCall ¶
func (*FakeRegistryInterface) RegisterCallCount ¶
func (fake *FakeRegistryInterface) RegisterCallCount() int
func (*FakeRegistryInterface) StartPruningCycle ¶
func (fake *FakeRegistryInterface) StartPruningCycle()
func (*FakeRegistryInterface) StartPruningCycleCallCount ¶
func (fake *FakeRegistryInterface) StartPruningCycleCallCount() int
func (*FakeRegistryInterface) StopPruningCycle ¶
func (fake *FakeRegistryInterface) StopPruningCycle()
func (*FakeRegistryInterface) StopPruningCycleCallCount ¶
func (fake *FakeRegistryInterface) StopPruningCycleCallCount() int
func (*FakeRegistryInterface) Unregister ¶
func (fake *FakeRegistryInterface) Unregister(uri route.Uri, endpoint *route.Endpoint)
func (*FakeRegistryInterface) UnregisterArgsForCall ¶
func (*FakeRegistryInterface) UnregisterCallCount ¶
func (fake *FakeRegistryInterface) UnregisterCallCount() int
Click to show internal directories.
Click to hide internal directories.