Documentation
¶
Index ¶
- func CompileProfile(profileText string, debug bool, eventChan *chan e.Event) (*rego.PreparedEvalQuery, error)
- func Validate(profileText string, jsonldText string, debug bool, eventChan *chan e.Event) (string, error)
- func ValidateCompiled(compiledRegoPtr *rego.PreparedEvalQuery, jsonldText string, debug bool, ...) (string, error)
- func ValidateCompiledWithConfiguration(compiledRegoPtr *rego.PreparedEvalQuery, jsonldText string, debug bool, ...) (string, error)
- func ValidateWithConfiguration(profileText string, jsonldText string, debug bool, eventChan *chan e.Event, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileProfile ¶
func ValidateCompiled ¶
func ValidateCompiledWithConfiguration ¶ added in v1.7.1
func ValidateCompiledWithConfiguration(compiledRegoPtr *rego.PreparedEvalQuery, jsonldText string, debug bool, eventChan *chan e.Event, validationConfig c.ValidationConfiguration, reportConfig c.ReportConfiguration) (string, error)
func ValidateWithConfiguration ¶ added in v1.7.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.