config

package
v0.48.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Config will hold final configuration read from the file and flags
	Config configSchema
)

Functions

This section is empty.

Types

type CustomLabelColor added in v0.48.1

type CustomLabelColor struct {
	Value         string         `yaml:"value" mapstructure:"value"`
	ValueRegex    string         `yaml:"value_re" mapstructure:"value_re"`
	CompiledRegex *regexp.Regexp `yaml:"-" mapstructure:"-"`
	Color         string         `yaml:"color" mapstructure:"color"`
}

type CustomLabelColors added in v0.48.1

type CustomLabelColors map[string][]CustomLabelColor

Jump to

Keyboard shortcuts

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