Versions in this module Expand all Collapse all v0 v0.2.4 Jul 24, 2026 v0.2.3 Jul 20, 2026 v0.2.2 Jul 17, 2026 v0.2.1 Jul 8, 2026 v0.2.0 Jul 5, 2026 v0.1.5 Jun 29, 2026 v0.1.4 Jun 29, 2026 v0.1.3 Jun 29, 2026 v0.1.2 Jun 28, 2026 Changes in this version + type AuthzHelper struct + At string + By string + Language string + Name string + Reason string type Baseline + AuthzHelpers []AuthzHelper + func (b *Baseline) RecognizedAuthzHelpers(language string) []string + func (b *Baseline) RegisterAuthzHelper(name, language, reason, at string) (added bool, err error) + func (b *Baseline) UnregisterAuthzHelper(name, language string) bool v0.1.1 Jun 28, 2026 v0.1.0 Jun 27, 2026 Changes in this version + const Name + type Ack struct + At string + By string + Reason string + type Baseline struct + Items []Item + Version string + func Load(path string) (*Baseline, error) + func (b *Baseline) Accept(fps []string, reason, at string) (accepted []string, err error) + func (b *Baseline) List(filter string) ([]Entry, error) + func (b *Baseline) Prune(fps []string) (pruned []string) + func (b *Baseline) Save(path string) error + type Counts struct + Acknowledged int + AffirmationsShown int + Changed int + Gone int + Known int + New int + type DiffResult struct + Counts Counts + Gone []Item + Next *Baseline + Shown map[string]bool + State map[string]State + func Diff(prev *Baseline, observed []Observed) DiffResult + type Entry struct + At string + Category string + File string + Fingerprint string + Reason string + State State + type Item struct + Ack *Ack + Category string + FP string + File string + Snippet string + type Observed struct + Affirms bool + Category string + FP string + File string + Snippet string + type State string + const StateAcked + const StateChanged + const StateKnown + const StateNew v0.1.0-alpha.2 Jun 25, 2026 v0.1.0-alpha.1 Jun 24, 2026