How do I load rego files from an embedded file system for rego.New
?
#528
Unanswered
darylhjd
asked this question in
OPA and Rego
Replies: 1 comment
-
Yeah, something like If you grep the OPA code and tests, you should find a few examples of the various loader functions and how they're used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be a
loader.NewFileLoader().WithFS()
but I am not sure where this is supposed to go.Beta Was this translation helpful? Give feedback.
All reactions