fix(hermes): repair sonar/ananke/go:S1192/AZ-IckL-1fRfbdzqD-5R #6

Open
bstein wants to merge 1 commits from hermes-repair/sonar-AZ-IckL-1fRfbdzqD-5R into main

View File

@ -10,6 +10,8 @@ import (
"time" "time"
) )
const longhornSystemNamespace = "longhorn-system"
type longhornNodeList struct { type longhornNodeList struct {
Items []longhornNode `json:"items"` Items []longhornNode `json:"items"`
} }