package
0.7.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

DefaultValues initiates a set of configs (Registerers) with their defaults.
DeprecatedFlag logs a warning when you try to use it.
IgnoredFlag ignores set value, without any warning.
NewDayValue makes a new DayValue; will round t down to the nearest midnight.
RegisterFlags registers flags with the provided Registerers.

# Structs

DayValue is a model.Time that can be used as a flag.
No description provided by the author
URLValue is a url.URL that can be used as a flag.

# Interfaces

Registerer is a thing that can RegisterFlags.

# Type aliases

Strings is a list of strings.
StringSlice is a slice of strings that implements flag.Value.