package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# Functions

New returns a new disk-based store based on the provided options.
OptionsFromConfig parses the passed config, extracts the disk storage settings, validates it, and returns a *Options struct pointer on success.

# Variables

# Type aliases

Options contains parameters that configure the disk-based store.
Store provides a disk-based implementation of the storage.Store interface.