mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
8688bc0ff6
Previously we had it in an internal package but used by a public API, which basically means it can't actually be used outside of OPA. Initial thinking was that this was an OK situation, but by popular demand we are making it available to everyone so OPA as a lib users can use the bundle loading API's. Fixes: #1840 Signed-off-by: Patrick East <east.patrick@gmail.com>