We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f20bba commit 3bad103Copy full SHA for 3bad103
collector/snapshots_reponse.go
@@ -43,6 +43,5 @@ type SnapshotStatDataResponse struct {
43
44
// SnapshotRepositoriesResponse is a representation snapshots repositories
45
type SnapshotRepositoriesResponse map[string]struct {
46
- Type string `json:"type"`
47
- Settings map[string]interface{} `json:"settings"`
+ Type string `json:"type"`
48
}
0 commit comments