Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 22, 2023
1 parent 44939c2 commit eacf50e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/api/reporting/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ type DownstreamInfo struct {
NativeHelmInstalls int `json:"native_helm_installs"`
}

type SnapshotReport struct {
Provider string
Schedule string
RetentionPolicy string
}

// This type is mimicked in the preflight_report table.
type PreflightStatus struct {
InstanceID string `json:"instance_id"`
Expand Down

0 comments on commit eacf50e

Please sign in to comment.