Skip to content

Commit 3bad103

Browse files
committed
Fix issue #415
remove unused field `Settings` of the struct `SnapshotRepositoriesResponse`. Signed-off-by: bruc vv <[email protected]>
1 parent 4f20bba commit 3bad103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

collector/snapshots_reponse.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ type SnapshotStatDataResponse struct {
4343

4444
// SnapshotRepositoriesResponse is a representation snapshots repositories
4545
type SnapshotRepositoriesResponse map[string]struct {
46-
Type string `json:"type"`
47-
Settings map[string]interface{} `json:"settings"`
46+
Type string `json:"type"`
4847
}

0 commit comments

Comments
 (0)