# Functions
NewParser creates a new Parser and initializes the viper configuration.
PolicyFromString converts a policy name into a Policy instance.
# Structs
A Configuration encapsulates the relevant fields of configurations objects.
ExportScript defines how to generate import scripts for a set of statements.
Parser is responsible for parsing the configuration file in order to generate a configuration object.
A Source represents a remote repository in which vulnerability statements are stored.
# Type aliases
A Policy determines how statements from different source repositories are to be merged (reconciled, when conflicting).