output

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	// NewOutput creates an Output based on the configuration.
	NewOutput(ctx context.Context) (Output, error)
}

Config is the configuration of an Output. It acts as a factory for Outputs.

type Output

type Output interface {
	Write(ctx context.Context, policyManifest *packaging.PolicyManifest, intermediateJSON []byte, rc *results.ResultCollection, cluster string, timestamp time.Time) error
	WriteIndex(ctx context.Context, cluster string, timestamp time.Time, clusterSummary *api.ClusterSummary) error
}

Output consumes policy manifests, intermediate JSON, and results, exports them in a specified format, and writes them to an output

type TypedConfig

type TypedConfig struct {
	Type   string
	Config Config
}

func (*TypedConfig) NewOutput

func (tc *TypedConfig) NewOutput(ctx context.Context) (Output, error)

NewOutput creates an Output from a TypedConfig.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL