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
Showing only changes of commit 8fda40f6f3 - Show all commits

View File

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