Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + type Entry struct + ActivatedAt int64 + Category string + Description string + Governs []string + ID string + Name string + type File struct + Policies []Entry + func LoadFromFile(path string) (*File, error) + type ResolveResult struct + Edges []types.Edge + Nodes []types.Node + Warnings []ResolveWarning + func Resolve(f *File, codeNodes []types.Node, policyFilePath string) ResolveResult + type ResolveWarning struct + PolicyID string + Reason string + TargetRef string