# Functions
Bindings prints the bindings from r to w.
No description provided by the author
JSON writes x to w with indentation.
NewOutputErrors creates a new slice of OutputError's based on the type of error passed in.
Pretty prints all of r to w in a human-readable format.
PrettyWithOptions prints all of r to w in a human-readable format.
Raw prints the values from r to w.
Source prints partial evaluation results in r to w in a source file friendly format.
Values prints the values from r to w.
# Variables
DefaultProfileSortOrder is the default ordering unless something is specified in the CLI.
# Structs
DepAnalysisOutput contains the result of dependency analysis to be presented.
Output contains the result of evaluation to be presented.
OutputError provides a common structure for all OPA library errors so that the JSON output given by the presentation package is consistent and parsable.
No description provided by the author
# Type aliases
OutputErrors is a list of errors encountered which are to presented.