Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrNoPolicies ¶
func NewErrPolicyLoad ¶
Types ¶
type Enginer ¶
type ErrNoPolicies ¶
type ErrNoPolicies struct {
// contains filtered or unexported fields
}
func (*ErrNoPolicies) Error ¶
func (e *ErrNoPolicies) Error() string
type ErrPolicyLoad ¶
type ErrPolicyLoad struct {
// contains filtered or unexported fields
}
func (*ErrPolicyLoad) Error ¶
func (e *ErrPolicyLoad) Error() string
type QueryResult ¶
type QueryResult struct { PolicyName string FullyQualifiedPolicyName string Annotations *ast.Annotations ExtraData interface{} IsViolation bool }
Click to show internal directories.
Click to hide internal directories.