MCPcopy
hub / github.com/yannh/kubeconform / Output

Interface Output

pkg/output/output.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Output interface {
11 Write(validator.Result) error
12 Flush() error
13}
14
15func New(w io.Writer, outputFormat string, printSummary, isStdin, verbose bool) (Output, error) {
16 switch {

Callers 15

TestTapWriteFunction · 0.65
FlushMethod · 0.65
TestPrettyTextWriteFunction · 0.65
TestTextWriteFunction · 0.65
TestJSONWriteFunction · 0.65
TestJunitWriteFunction · 0.65
TestHTTPURLLoader_LoadFunction · 0.65
kubeconformFunction · 0.95
TestTapWriteFunction · 0.65
FlushMethod · 0.65
TestPrettyTextWriteFunction · 0.65

Implementers 5

prettyopkg/output/pretty.go
textopkg/output/text.go
junitopkg/output/junit.go
tapopkg/output/tap.go
jsonopkg/output/json.go

Calls

no outgoing calls

Tested by

no test coverage detected