Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + const DefaultErrorThreshold + const DefaultWarningThreshold + type Coverage struct + Endpoints map[string]map[string]*Endpoint + ExpectedUniqueHits int + Percent float64 + UniqueHits int + type Endpoint struct + ExpectedUniqueHits int + MethodCalled bool + Percent float64 + UniqueHits int + type Lens struct + func (lens Lens) Body(artifacts []api.Artifact, resourceDir string, data string, ...) string + func (lens Lens) Callback(artifacts []api.Artifact, resourceDir string, data string, ...) string + func (lens Lens) Config() lenses.LensConfig + func (lens Lens) Header(artifacts []api.Artifact, resourceDir string, config json.RawMessage, ...) string + type Node struct + Hits int + Items map[string]*Node + type Params struct + Body Trie + Query Trie + type Thresholds struct + Error float64 + Warning float64 + type Trie struct + ExpectedUniqueHits int + Height int + Root Node + Size int + UniqueHits int