fakes

package
v0.0.0-...-1db576e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAuctionMetricEmitterDelegate

type FakeAuctionMetricEmitterDelegate struct {
	AuctionCompletedStub func(auctiontypes.AuctionResults) error

	FailedCellStateRequestStub func() error

	FetchStatesCompletedStub func(time.Duration) error
	// contains filtered or unexported fields
}

func (*FakeAuctionMetricEmitterDelegate) AuctionCompleted

func (*FakeAuctionMetricEmitterDelegate) AuctionCompletedArgsForCall

func (fake *FakeAuctionMetricEmitterDelegate) AuctionCompletedArgsForCall(i int) auctiontypes.AuctionResults

func (*FakeAuctionMetricEmitterDelegate) AuctionCompletedCallCount

func (fake *FakeAuctionMetricEmitterDelegate) AuctionCompletedCallCount() int

func (*FakeAuctionMetricEmitterDelegate) AuctionCompletedCalls

func (fake *FakeAuctionMetricEmitterDelegate) AuctionCompletedCalls(stub func(auctiontypes.AuctionResults) error)

func (*FakeAuctionMetricEmitterDelegate) AuctionCompletedReturns

func (fake *FakeAuctionMetricEmitterDelegate) AuctionCompletedReturns(result1 error)

func (*FakeAuctionMetricEmitterDelegate) AuctionCompletedReturnsOnCall

func (fake *FakeAuctionMetricEmitterDelegate) AuctionCompletedReturnsOnCall(i int, result1 error)

func (*FakeAuctionMetricEmitterDelegate) FailedCellStateRequest

func (fake *FakeAuctionMetricEmitterDelegate) FailedCellStateRequest() error

func (*FakeAuctionMetricEmitterDelegate) FailedCellStateRequestCallCount

func (fake *FakeAuctionMetricEmitterDelegate) FailedCellStateRequestCallCount() int

func (*FakeAuctionMetricEmitterDelegate) FailedCellStateRequestCalls

func (fake *FakeAuctionMetricEmitterDelegate) FailedCellStateRequestCalls(stub func() error)

func (*FakeAuctionMetricEmitterDelegate) FailedCellStateRequestReturns

func (fake *FakeAuctionMetricEmitterDelegate) FailedCellStateRequestReturns(result1 error)

func (*FakeAuctionMetricEmitterDelegate) FailedCellStateRequestReturnsOnCall

func (fake *FakeAuctionMetricEmitterDelegate) FailedCellStateRequestReturnsOnCall(i int, result1 error)

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompleted

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompleted(arg1 time.Duration) error

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompletedArgsForCall

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompletedArgsForCall(i int) time.Duration

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompletedCallCount

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompletedCallCount() int

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompletedCalls

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompletedCalls(stub func(time.Duration) error)

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompletedReturns

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompletedReturns(result1 error)

func (*FakeAuctionMetricEmitterDelegate) FetchStatesCompletedReturnsOnCall

func (fake *FakeAuctionMetricEmitterDelegate) FetchStatesCompletedReturnsOnCall(i int, result1 error)

func (*FakeAuctionMetricEmitterDelegate) Invocations

func (fake *FakeAuctionMetricEmitterDelegate) Invocations() map[string][][]interface{}

type FakeAuctionRunner

type FakeAuctionRunner struct {
	RunStub func(<-chan os.Signal, chan<- struct{}) error

	ScheduleLRPsForAuctionsStub func([]auctioneer.LRPStartRequest, string)

	ScheduleTasksForAuctionsStub func([]auctioneer.TaskStartRequest, string)
	// contains filtered or unexported fields
}

func (*FakeAuctionRunner) Invocations

func (fake *FakeAuctionRunner) Invocations() map[string][][]interface{}

func (*FakeAuctionRunner) Run

func (fake *FakeAuctionRunner) Run(arg1 <-chan os.Signal, arg2 chan<- struct{}) error

func (*FakeAuctionRunner) RunArgsForCall

func (fake *FakeAuctionRunner) RunArgsForCall(i int) (<-chan os.Signal, chan<- struct{})

func (*FakeAuctionRunner) RunCallCount

func (fake *FakeAuctionRunner) RunCallCount() int

func (*FakeAuctionRunner) RunCalls

func (fake *FakeAuctionRunner) RunCalls(stub func(<-chan os.Signal, chan<- struct{}) error)

func (*FakeAuctionRunner) RunReturns

func (fake *FakeAuctionRunner) RunReturns(result1 error)

func (*FakeAuctionRunner) RunReturnsOnCall

func (fake *FakeAuctionRunner) RunReturnsOnCall(i int, result1 error)

func (*FakeAuctionRunner) ScheduleLRPsForAuctions

func (fake *FakeAuctionRunner) ScheduleLRPsForAuctions(arg1 []auctioneer.LRPStartRequest, arg2 string)

func (*FakeAuctionRunner) ScheduleLRPsForAuctionsArgsForCall

func (fake *FakeAuctionRunner) ScheduleLRPsForAuctionsArgsForCall(i int) ([]auctioneer.LRPStartRequest, string)

func (*FakeAuctionRunner) ScheduleLRPsForAuctionsCallCount

func (fake *FakeAuctionRunner) ScheduleLRPsForAuctionsCallCount() int

func (*FakeAuctionRunner) ScheduleLRPsForAuctionsCalls

func (fake *FakeAuctionRunner) ScheduleLRPsForAuctionsCalls(stub func([]auctioneer.LRPStartRequest, string))

func (*FakeAuctionRunner) ScheduleTasksForAuctions

func (fake *FakeAuctionRunner) ScheduleTasksForAuctions(arg1 []auctioneer.TaskStartRequest, arg2 string)

func (*FakeAuctionRunner) ScheduleTasksForAuctionsArgsForCall

func (fake *FakeAuctionRunner) ScheduleTasksForAuctionsArgsForCall(i int) ([]auctioneer.TaskStartRequest, string)

func (*FakeAuctionRunner) ScheduleTasksForAuctionsCallCount

func (fake *FakeAuctionRunner) ScheduleTasksForAuctionsCallCount() int

func (*FakeAuctionRunner) ScheduleTasksForAuctionsCalls

func (fake *FakeAuctionRunner) ScheduleTasksForAuctionsCalls(stub func([]auctioneer.TaskStartRequest, string))

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL