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

Struct prettyo

pkg/output/pretty.go:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type prettyo struct {
12 sync.Mutex
13 w io.Writer
14 withSummary bool
15 isStdin bool
16 verbose bool
17 files map[string]bool
18 nValid, nInvalid, nErrors, nSkipped int
19}
20
21// Text will output the results of the validation as a texto
22func prettyOutput(w io.Writer, withSummary, isStdin, verbose bool) Output {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected