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

Method Write

pkg/output/output.go:11–11  ·  view source on GitHub ↗
(validator.Result)

Source from the content-addressed store, hash-verified

9
10type Output interface {
11 Write(validator.Result) error
12 Flush() error
13}
14

Callers 10

TestTapWriteFunction · 0.65
FlushMethod · 0.65
TestPrettyTextWriteFunction · 0.65
TestTextWriteFunction · 0.65
TestJSONWriteFunction · 0.65
TestJunitWriteFunction · 0.65
TestHTTPURLLoader_LoadFunction · 0.65
processResultsFunction · 0.65
MarshalJSONMethod · 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 7

TestTapWriteFunction · 0.52
TestPrettyTextWriteFunction · 0.52
TestTextWriteFunction · 0.52
TestJSONWriteFunction · 0.52
TestJunitWriteFunction · 0.52
TestHTTPURLLoader_LoadFunction · 0.52