# Functions
Functions return custom functions as Rego options.
MockFunctions return mocks for custom functions as Rego options.
NewEngine returns a new engine based on the policies loaded.
NewRule returns a tflint.Rule from a Rego rule.
NewTestRule returns a tflint.Rule from a Rego rule.
No description provided by the author
TesterFunctions return custom functions as tester.Builtin.
TesterMockFunctions return mocks for custom functions.
# Structs
Config is the configuration for the ruleset.
Engine evaluates policies and returns issues.
Issue is the result of the query.
Rule is a container for rules defined by Rego to satisfy tflint.Rule.
RuleSet is the custom ruleset for OPA.
TestRule is a container for tests defined by Rego to satisfy tflint.Rule.