Versions in this module Expand all Collapse all v0 v0.1.0 Aug 7, 2026 Changes in this version + type AgentInspectRequest struct + AllowedScopes []string + Audience string + MaxLifetimeSeconds int + RequireDelegation bool + Token string + type AgentInspectResponse struct + Count int + Findings any + type AnnounceKeyRequest struct + Alg string + IssuerID string + type BlastRadiusRequest struct + Proposal ChangeProposal + type CanaryStatusResponse struct + AnnouncedKID string + Issuer string + Keys []model.Key + type ChangeList struct + Changes []model.ChangeEvent + Total int + type ChangeProposal struct + Algorithm string + ClaimName string + IssuerID string + KID string + Kind string + NewIssuerURL string + type ConsumerList struct + Consumers []model.Consumer + Total int + type ConsumerProbesResponse struct + ConsumerID string + Results []model.ProbeResult + type CoverageCategory struct + Category string + Covered int + Total int + type CoverageDomain struct + Covered int + Domain string + Percent int + Total int + type CoverageResponse struct + LowConfidence int + Resolved int + Total int + Unresolved int + type CoverageSource struct + Ref string + URL string + type CoverageThreat struct + Category string + Detectors []string + Domain string + ID string + Invariant string + Severity model.Severity + Sources []CoverageSource + Title string + type ErrorResponse struct + Code string + Details string + Error string + type HealthResponse struct + Status string + Time time.Time + Version string + type IssuerList struct + Issuers []model.Issuer + type PromoteKeyRequest struct + IssuerID string + KID string + type RunProbesRequest struct + ConsumerIDs []string + ProbeIDs []string + type RunProbesResponse struct + Results []model.ProbeResult + RunID string + type SnapshotResponse struct + Hash string + IsBaseline bool + VersionID string + type ThreatCoverageResponse struct + Categories []CoverageCategory + Covered int + Domains []CoverageDomain + Gaps int + Percent int + Threats []CoverageThreat + Total int