Documentation ¶
Index ¶
Constants ¶
View Source
const ( CheckUnknown checkType = iota CheckDecision )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizerCmd ¶
type AuthorizerCmd struct {
Test TestCmd `cmd:"" help:"execute authorizer assertions"`
}
type TestCmd ¶
type TestCmd struct { Exec TestExecCmd `cmd:"" help:"execute assertions"` Template TestTemplateCmd `cmd:"" help:"output assertions template"` }
type TestExecCmd ¶
type TestExecCmd struct { File string `arg:"" default:"assertions.json" help:"filepath to assertions file"` NoColor bool `flag:"" default:"false" help:"disable colorized output"` Summary bool `flag:"" default:"false" help:"display test summary"` clients.AuthorizerConfig // contains filtered or unexported fields }
type TestTemplateCmd ¶
Click to show internal directories.
Click to hide internal directories.