Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckFunc ¶
type CheckFunc func(e env.Env, ruleID string, vars map[string]string, expr *eval.IterableExpression) (*compliance.Report, error)
CheckFunc defines the custom check function interface
func GetCustomCheck ¶
GetCustomCheck returns a CheckFunc based on custom check registered name
Click to show internal directories.
Click to hide internal directories.