package
Version:
v0.8.12
Opens a new window with list of versions in this module.
Published: Jul 4, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DecisionTreeCmd struct {
PolicyID string `name:"policy_id" required:"" help:"policy id"`
Path string
Decisions []string
}
type EvalDecisionCmd struct {
PolicyID string `name:"policy_id" required:"" help:"policy id"`
Path string
Decisions []string
}
type ExecQueryCmd struct {
PolicyID string `name:"policy_id" required:"" help:"policy id"`
Statement string `arg:"stmt" name:"stmt" required:"" help:"query statement"`
Input string `name:"input" optional:"" help:"query input context"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.