Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2022 Changes in this version type Config + Home bool v0.7.0 Nov 19, 2021 Changes in this version + type Config struct + Address string + Description string + DisplayName string + MetricKeys []string + Name string + Password string + Username string + type Instance struct + Name string + func New(config Config) (*Instance, error) + func (i *Instance) GetProjectMeasures(ctx context.Context, project string, metricKeys []string) (*ResponseProjectMeasures, error) + func (i *Instance) GetProjects(ctx context.Context, query, pageSize, pageNumber string) (*ResponseProjects, error) + type Metric struct + BestValue string + DecimalScale int + Description string + Domain string + Hidden bool + HigherValuesAreBetter bool + Key string + Name string + Qualitative bool + Type string + WorstValue string + type Paging struct + PageIndex int64 + PageSize int64 + Total int64 + type Project struct + Key string + LastAnalysisDate string + Name string + Qualifier string + Revision string + Visibility string + type ProjectMeasures struct + Description string + Key string + Measures []struct{ ... } + Name string + Qualifier string + type ResponseError struct + Errors []struct{ ... } + type ResponseProjectMeasures struct + Component ProjectMeasures + Metrics []Metric + type ResponseProjects struct + Components []Project + Paging Paging