Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 technologies.
type PolicyEngine ¶
type PolicyViolation ¶
type PolicyViolation struct {
Subject, Violation string
}
PolicyViolation represents a policy failure
Click to show internal directories.
Click to hide internal directories.