testing

package
v0.0.0-...-87426b5 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeReconcileStatData

type FakeReconcileStatData struct {
	Duration     time.Duration
	Key, Success string
}

FakeReconcileStatData is used to record the calls to ReportReconcile

type FakeStatsReporter

type FakeStatsReporter struct {
	Lock sync.Mutex
	// contains filtered or unexported fields
}

FakeStatsReporter is a fake implementation of StatsReporter

func (*FakeStatsReporter) GetQueueDepths

func (r *FakeStatsReporter) GetQueueDepths() []int64

GetQueueDepths returns the recorded queue depth values

func (*FakeStatsReporter) GetReconcileData

func (r *FakeStatsReporter) GetReconcileData() []FakeReconcileStatData

GetReconcileData returns the recorded reconcile data

func (*FakeStatsReporter) ReportQueueDepth

func (r *FakeStatsReporter) ReportQueueDepth(v int64) error

ReportQueueDepth records the call and returns success.

func (*FakeStatsReporter) ReportReconcile

func (r *FakeStatsReporter) ReportReconcile(duration time.Duration, key, success string) error

ReportReconcile records the call and returns success.

Jump to

Keyboard shortcuts

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