//
pkg.gl
Category
github.com/open-policy-agent/opa
v1
storage
disk
package
1.2.0
Repository:
https://github.com/open-policy-agent/opa.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
24
Dependents
4
Files
1.8k SLOC
#
Functions
New
New returns a new disk-based store based on the provided options.
OptionsFromConfig
OptionsFromConfig parses the passed config, extracts the disk storage settings, validates it, and returns a *Options struct pointer on success.
#
Variables
ErrInvalidPartitionPath
#
Structs
Options
Options contains parameters that configure the disk-based store.
Store
Store provides a disk-based implementation of the storage.Store interface.