1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge remote-tracking branch 'refs/remotes/origin/0.3-bugfix' into 0.3-bugfix

This commit is contained in:
Denis Belyshev 2019-06-05 17:40:22 +03:00
commit 0629b1e9a5

View file

@ -14,7 +14,7 @@ const (
TabIndent Indent = "\t"
)
// Result is an interface that is used for result polymorphic behavio
// Result is an interface that is used for result polymorphic behavior
type Result interface {
String() string
StringWithIndent(indent string) string