kubeconform/pkg/output/main.go
2020-05-30 17:20:24 +02:00

7 lines
103 B
Go

package output
type Output interface {
Write (filename string, err error, skipped bool)
Flush ()
}