Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + func LoadBundleFromDisk(path, name string, bvc *bundle.VerificationConfig) (*bundle.Bundle, error) + func LoadBundleFromDiskForRegoVersion(regoVersion ast.RegoVersion, path, name string, bvc *bundle.VerificationConfig) (*bundle.Bundle, error) + func LoadWasmResolversFromStore(ctx context.Context, store storage.Store, txn storage.Transaction, ...) ([]*wasm.Resolver, error) + func SaveBundleToDisk(path string, raw io.Reader) (string, error)