Skip to content

Commit 6871f8a

Browse files
committed
Add soft healing to HealOpts
1 parent 87e8b52 commit 6871f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heal-commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ type HealOpts struct {
4949
Recreate bool `json:"recreate"` // only used when bucket needs to be healed
5050
ScanMode HealScanMode `json:"scanMode"`
5151
NoLock bool `json:"nolock"`
52+
SoftHeal bool `json:"softHeal"`
5253
}
5354

5455
// Equal returns true if no is same as o.

0 commit comments

Comments
 (0)