Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIOutput ¶
type CLIOutput struct {
// contains filtered or unexported fields
}
CLIOutput writes to stdout
func (*CLIOutput) Write ¶
func (o *CLIOutput) Write(ctx context.Context, policyManifest *packaging.PolicyManifest, intermediateJSON []byte, rc *results.ResultCollection, cluster string, timestamp time.Time) error
Write exports data in the specified format, or CLI format by default, and writes it to stdout
Click to show internal directories.
Click to hide internal directories.