util

package
v0.16.4 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdjustRateInterval

func AdjustRateInterval(namespaceCreationTime time.Time, queryTime time.Time, ratesInterval string) (string, error)

func GetStartTimeForRateInterval

func GetStartTimeForRateInterval(baseTime time.Time, rateInterval string) (time.Time, error)

Types

type ClockMock

type ClockMock struct {
	Time time.Time
}

func (ClockMock) Now

func (clock ClockMock) Now() time.Time

type RealClock

type RealClock struct{}

func (RealClock) Now

func (clock RealClock) Now() time.Time

type TimeProvider

type TimeProvider interface {
	Now() time.Time
}
var Clock TimeProvider

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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