mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Fix: add missing BuildAnnotationSet to ast v0 (#7349)
Fixes #7347 Signed-off-by: Anders Eknert <anders@styra.com>
This commit is contained in:
@@ -31,3 +31,7 @@ type (
|
||||
func NewAnnotationsRef(a *Annotations) *AnnotationsRef {
|
||||
return v1.NewAnnotationsRef(a)
|
||||
}
|
||||
|
||||
func BuildAnnotationSet(modules []*Module) (*AnnotationSet, Errors) {
|
||||
return v1.BuildAnnotationSet(modules)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user