mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
package output
|
|
|
|
type Output interface {
|
|
Write (filename string, err error, skipped bool)
|
|
Flush ()
|
|
}
|
|
|