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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package textproto provides an interface to parse Protocol Buffers in their textual format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CombineConfigurations takes the given configurations and combines them into a single configuration.
FileSupported returns true if the file at the given path is a file that can be parsed.
Format takes in multiple configurations input and formats the configuration to be more human readable.
FormatCombined takes in multiple configurations, combines them, and formats the configuration to be more human readable.
FormatJSON takes in multiple configurations and formats them as a JSON object where each key is the path to the file and the contents are the parsed configurations.
New returns a new Parser.
NewFromPath returns a file parser based on the file type that exists at the given path.
ParseConfigurations parses and returns the configurations from the given list of files.
ParseConfigurationsAs parses the files as the given file type and returns the configurations given in the file list.
Parsers returns a list of the supported Parsers.

# Constants

The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.
The defined parsers are the parsers that are valid for parsing files.

# Interfaces

Parser defines all of the methods that every parser definition must implement.
PathAwareParser is an optional interface that parsers may implement if they need the original file path for relative imports or other logic.