Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeCellPresenceClient
- func (fake *FakeCellPresenceClient) CellById(logger lager.Logger, cellId string) (*models.CellPresence, error)
- func (fake *FakeCellPresenceClient) CellByIdArgsForCall(i int) (lager.Logger, string)
- func (fake *FakeCellPresenceClient) CellByIdCallCount() int
- func (fake *FakeCellPresenceClient) CellByIdReturns(result1 *models.CellPresence, result2 error)
- func (fake *FakeCellPresenceClient) CellByIdReturnsOnCall(i int, result1 *models.CellPresence, result2 error)
- func (fake *FakeCellPresenceClient) CellEvents(logger lager.Logger) <-chan models.CellEvent
- func (fake *FakeCellPresenceClient) CellEventsArgsForCall(i int) lager.Logger
- func (fake *FakeCellPresenceClient) CellEventsCallCount() int
- func (fake *FakeCellPresenceClient) CellEventsReturns(result1 <-chan models.CellEvent)
- func (fake *FakeCellPresenceClient) CellEventsReturnsOnCall(i int, result1 <-chan models.CellEvent)
- func (fake *FakeCellPresenceClient) Cells(logger lager.Logger) (models.CellSet, error)
- func (fake *FakeCellPresenceClient) CellsArgsForCall(i int) lager.Logger
- func (fake *FakeCellPresenceClient) CellsCallCount() int
- func (fake *FakeCellPresenceClient) CellsReturns(result1 models.CellSet, result2 error)
- func (fake *FakeCellPresenceClient) CellsReturnsOnCall(i int, result1 models.CellSet, result2 error)
- func (fake *FakeCellPresenceClient) Invocations() map[string][][]interface{}
- func (fake *FakeCellPresenceClient) NewCellPresenceRunner(logger lager.Logger, cellPresence *models.CellPresence, ...) ifrit.Runner
- func (fake *FakeCellPresenceClient) NewCellPresenceRunnerArgsForCall(i int) (lager.Logger, *models.CellPresence, time.Duration, time.Duration)
- func (fake *FakeCellPresenceClient) NewCellPresenceRunnerCallCount() int
- func (fake *FakeCellPresenceClient) NewCellPresenceRunnerReturns(result1 ifrit.Runner)
- func (fake *FakeCellPresenceClient) NewCellPresenceRunnerReturnsOnCall(i int, result1 ifrit.Runner)
- type FakeRunner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCellPresenceClient ¶
type FakeCellPresenceClient struct {
NewCellPresenceRunnerStub func(logger lager.Logger, cellPresence *models.CellPresence, retryInterval, lockTTL time.Duration) ifrit.Runner
CellByIdStub func(logger lager.Logger, cellId string) (*models.CellPresence, error)
CellsStub func(logger lager.Logger) (models.CellSet, error)
CellEventsStub func(logger lager.Logger) <-chan models.CellEvent
// contains filtered or unexported fields
}
func (*FakeCellPresenceClient) CellById ¶
func (fake *FakeCellPresenceClient) CellById(logger lager.Logger, cellId string) (*models.CellPresence, error)
func (*FakeCellPresenceClient) CellByIdArgsForCall ¶
func (fake *FakeCellPresenceClient) CellByIdArgsForCall(i int) (lager.Logger, string)
func (*FakeCellPresenceClient) CellByIdCallCount ¶
func (fake *FakeCellPresenceClient) CellByIdCallCount() int
func (*FakeCellPresenceClient) CellByIdReturns ¶
func (fake *FakeCellPresenceClient) CellByIdReturns(result1 *models.CellPresence, result2 error)
func (*FakeCellPresenceClient) CellByIdReturnsOnCall ¶
func (fake *FakeCellPresenceClient) CellByIdReturnsOnCall(i int, result1 *models.CellPresence, result2 error)
func (*FakeCellPresenceClient) CellEvents ¶
func (fake *FakeCellPresenceClient) CellEvents(logger lager.Logger) <-chan models.CellEvent
func (*FakeCellPresenceClient) CellEventsArgsForCall ¶
func (fake *FakeCellPresenceClient) CellEventsArgsForCall(i int) lager.Logger
func (*FakeCellPresenceClient) CellEventsCallCount ¶
func (fake *FakeCellPresenceClient) CellEventsCallCount() int
func (*FakeCellPresenceClient) CellEventsReturns ¶
func (fake *FakeCellPresenceClient) CellEventsReturns(result1 <-chan models.CellEvent)
func (*FakeCellPresenceClient) CellEventsReturnsOnCall ¶
func (fake *FakeCellPresenceClient) CellEventsReturnsOnCall(i int, result1 <-chan models.CellEvent)
func (*FakeCellPresenceClient) CellsArgsForCall ¶
func (fake *FakeCellPresenceClient) CellsArgsForCall(i int) lager.Logger
func (*FakeCellPresenceClient) CellsCallCount ¶
func (fake *FakeCellPresenceClient) CellsCallCount() int
func (*FakeCellPresenceClient) CellsReturns ¶
func (fake *FakeCellPresenceClient) CellsReturns(result1 models.CellSet, result2 error)
func (*FakeCellPresenceClient) CellsReturnsOnCall ¶
func (fake *FakeCellPresenceClient) CellsReturnsOnCall(i int, result1 models.CellSet, result2 error)
func (*FakeCellPresenceClient) Invocations ¶
func (fake *FakeCellPresenceClient) Invocations() map[string][][]interface{}
func (*FakeCellPresenceClient) NewCellPresenceRunner ¶
func (*FakeCellPresenceClient) NewCellPresenceRunnerArgsForCall ¶
func (fake *FakeCellPresenceClient) NewCellPresenceRunnerArgsForCall(i int) (lager.Logger, *models.CellPresence, time.Duration, time.Duration)
func (*FakeCellPresenceClient) NewCellPresenceRunnerCallCount ¶
func (fake *FakeCellPresenceClient) NewCellPresenceRunnerCallCount() int
func (*FakeCellPresenceClient) NewCellPresenceRunnerReturns ¶
func (fake *FakeCellPresenceClient) NewCellPresenceRunnerReturns(result1 ifrit.Runner)
func (*FakeCellPresenceClient) NewCellPresenceRunnerReturnsOnCall ¶
func (fake *FakeCellPresenceClient) NewCellPresenceRunnerReturnsOnCall(i int, result1 ifrit.Runner)
type FakeRunner ¶
type FakeRunner struct {
RunStub func(signals <-chan os.Signal, ready chan<- struct{}) error
// contains filtered or unexported fields
}
func (*FakeRunner) Run ¶
func (fake *FakeRunner) Run(signals <-chan os.Signal, ready chan<- struct{}) error
func (*FakeRunner) RunArgsForCall ¶
func (fake *FakeRunner) RunArgsForCall(i int) (<-chan os.Signal, chan<- struct{})
func (*FakeRunner) RunCallCount ¶
func (fake *FakeRunner) RunCallCount() int
func (*FakeRunner) RunReturns ¶
func (fake *FakeRunner) RunReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.