Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluationResult ¶ added in v0.96.21
type EvaluationResult struct { Violations []*PolicyViolation Skipped bool SkipReason string }
type Policy ¶
type Policy struct { // the source code for this policy Source []byte `json:"module"` // The unique policy name Name string `json:"name"` }
Policy represents a loaded policy in any of the supported engines.
type PolicyEngine ¶
type PolicyViolation ¶
type PolicyViolation struct {
Subject, Violation string
}
PolicyViolation represents a policy failure
type ResultFormatError ¶ added in v0.96.21
type ResultFormatError struct {
Field string
}
func (ResultFormatError) Error ¶ added in v0.96.21
func (e ResultFormatError) Error() string
Click to show internal directories.
Click to hide internal directories.