Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBaggageclaimClientFactory
- func (fake *FakeBaggageclaimClientFactory) Invocations() map[string][][]interface{}
- func (fake *FakeBaggageclaimClientFactory) NewClient(apiURL string, workerName string) bclient.Client
- func (fake *FakeBaggageclaimClientFactory) NewClientArgsForCall(i int) (string, string)
- func (fake *FakeBaggageclaimClientFactory) NewClientCallCount() int
- func (fake *FakeBaggageclaimClientFactory) NewClientReturns(result1 bclient.Client)
- func (fake *FakeBaggageclaimClientFactory) NewClientReturnsOnCall(i int, result1 bclient.Client)
- type FakeCollector
- type FakeContainerFactory
- func (fake *FakeContainerFactory) FindContainersForDeletion() ([]db.CreatingContainer, []db.CreatedContainer, []db.DestroyingContainer, error)
- func (fake *FakeContainerFactory) FindContainersForDeletionCallCount() int
- func (fake *FakeContainerFactory) FindContainersForDeletionReturns(result1 []db.CreatingContainer, result2 []db.CreatedContainer, ...)
- func (fake *FakeContainerFactory) FindContainersForDeletionReturnsOnCall(i int, result1 []db.CreatingContainer, result2 []db.CreatedContainer, ...)
- func (fake *FakeContainerFactory) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBaggageclaimClientFactory ¶
type FakeBaggageclaimClientFactory struct { NewClientStub func(apiURL string, workerName string) bclient.Client // contains filtered or unexported fields }
func (*FakeBaggageclaimClientFactory) Invocations ¶
func (fake *FakeBaggageclaimClientFactory) Invocations() map[string][][]interface{}
func (*FakeBaggageclaimClientFactory) NewClient ¶
func (fake *FakeBaggageclaimClientFactory) NewClient(apiURL string, workerName string) bclient.Client
func (*FakeBaggageclaimClientFactory) NewClientArgsForCall ¶
func (fake *FakeBaggageclaimClientFactory) NewClientArgsForCall(i int) (string, string)
func (*FakeBaggageclaimClientFactory) NewClientCallCount ¶
func (fake *FakeBaggageclaimClientFactory) NewClientCallCount() int
func (*FakeBaggageclaimClientFactory) NewClientReturns ¶
func (fake *FakeBaggageclaimClientFactory) NewClientReturns(result1 bclient.Client)
func (*FakeBaggageclaimClientFactory) NewClientReturnsOnCall ¶
func (fake *FakeBaggageclaimClientFactory) NewClientReturnsOnCall(i int, result1 bclient.Client)
type FakeCollector ¶
type FakeCollector struct { RunStub func() error // contains filtered or unexported fields }
func (*FakeCollector) Invocations ¶
func (fake *FakeCollector) Invocations() map[string][][]interface{}
func (*FakeCollector) Run ¶
func (fake *FakeCollector) Run() error
func (*FakeCollector) RunCallCount ¶
func (fake *FakeCollector) RunCallCount() int
func (*FakeCollector) RunReturns ¶
func (fake *FakeCollector) RunReturns(result1 error)
func (*FakeCollector) RunReturnsOnCall ¶
func (fake *FakeCollector) RunReturnsOnCall(i int, result1 error)
type FakeContainerFactory ¶
type FakeContainerFactory struct { FindContainersForDeletionStub func() ([]db.CreatingContainer, []db.CreatedContainer, []db.DestroyingContainer, error) // contains filtered or unexported fields }
func (*FakeContainerFactory) FindContainersForDeletion ¶
func (fake *FakeContainerFactory) FindContainersForDeletion() ([]db.CreatingContainer, []db.CreatedContainer, []db.DestroyingContainer, error)
func (*FakeContainerFactory) FindContainersForDeletionCallCount ¶
func (fake *FakeContainerFactory) FindContainersForDeletionCallCount() int
func (*FakeContainerFactory) FindContainersForDeletionReturns ¶
func (fake *FakeContainerFactory) FindContainersForDeletionReturns(result1 []db.CreatingContainer, result2 []db.CreatedContainer, result3 []db.DestroyingContainer, result4 error)
func (*FakeContainerFactory) FindContainersForDeletionReturnsOnCall ¶
func (fake *FakeContainerFactory) FindContainersForDeletionReturnsOnCall(i int, result1 []db.CreatingContainer, result2 []db.CreatedContainer, result3 []db.DestroyingContainer, result4 error)
func (*FakeContainerFactory) Invocations ¶
func (fake *FakeContainerFactory) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.