Documentation
¶
Index ¶
Constants ¶
View Source
const ( ListNoAI = "no_ai" ListNotificationRequired = "notification_required" )
Variables ¶
This section is empty.
Functions ¶
func NormalizeName ¶
Types ¶
type Audit ¶
type Audit struct {
ConfigEntries int `json:"config_entries"`
ConfigAliases int `json:"config_aliases"`
CandidateValues int `json:"candidate_values"`
MatchedEntries []Match `json:"matched_entries"`
UnmatchedEntries []Target `json:"unmatched_entries"`
SuppressedCallIDs []string `json:"suppressed_call_ids,omitempty"`
SuppressedCallCount int `json:"suppressed_call_count"`
}
func AuditCandidates ¶
func BuildAudit ¶
type CandidateStore ¶
type Config ¶
type RuntimeSnapshot ¶
func Snapshot ¶
func Snapshot(ctx context.Context, path string, store CandidateStore) (RuntimeSnapshot, error)
Click to show internal directories.
Click to hide internal directories.