Fix cluster api responses

This commit is contained in:
Ingo Oppermann
2022-09-28 21:49:25 +02:00
parent 692b65b97c
commit 9ef4ae9b5e
6 changed files with 89 additions and 33 deletions

View File

@@ -13,4 +13,4 @@ type ClusterNode struct {
State string `json:"state"`
}
type ClusterNodeFiles []string
type ClusterNodeFiles map[string][]string