util

package
v1.18.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdjustRateInterval added in v0.9.1

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

func GetStartTimeForRateInterval added in v0.9.1

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

func RandomString added in v1.0.10

func RandomString(n int) string

RandomString generates a random string of length n. Before calling this function, you should call rand.Seed() to initialize the default source.

Found at https://ispycode.com/Blog/golang/2016-10/How-to-generate-a-random-string-of-a-fixed-length

func RemoveNilValues added in v1.9.0

func RemoveNilValues(root interface{})

Types

type ClockMock added in v0.9.1

type ClockMock struct {
	Time time.Time
}

func (ClockMock) Now added in v0.9.1

func (clock ClockMock) Now() time.Time

type RealClock added in v0.9.1

type RealClock struct{}

func (RealClock) Now added in v0.9.1

func (clock RealClock) Now() time.Time

type TimeProvider added in v0.9.1

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