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

# Functions

Parse parses a set line.
ParseInto parses a strvals line and merges the result into dest.
ParseIntoFile parses a filevals line and merges the result into dest.
ParseIntoString parses a strvals line and merges the result into dest.
ParseString parses a set line and forces a string value.
ToYAML takes a string of arguments and converts to a YAML document.

# Constants

MaxIndex is the maximum index that will be allowed by setIndex.

# Variables

ErrNotList indicates that a non-list was treated as a list.