diff --git a/pkg/output/output.go b/pkg/output/output.go index 4d35e81..b2d686a 100644 --- a/pkg/output/output.go +++ b/pkg/output/output.go @@ -24,6 +24,7 @@ type ReleaseOutput struct { IsOld bool `json:"outdated"` } +// Output is the object that Nova outputs type Output struct { HelmReleases []ReleaseOutput `json:"helm_releases"` }