package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Feb 25, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ReportIDTypeSemver = "semver"
ReportIDTypeInt = "int"
)
type Chart struct {
Name string `yaml:"name" json:"name"`
Metrics []string `yaml:"metrics" json:"metrics"`
}
type Config struct {
Projects map[string]*Project `yaml:"projects" json:"projects"`
}
type Dashboard struct {
Name string `yaml:"name" json:"name"`
Charts []*Chart `yaml:"charts" json:"charts"`
}
type Project struct {
Name string `yaml:"name" json:"name"`
IDType string `yaml:"id_type" json:"idType"`
Layers []string `yaml:"pattern" json:"layers"`
Dashboards []*Dashboard `yaml:"dashboards" json:"dashboards"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.