mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
admin: Export HealStatus data type (#3930)
`healStatus` can be returned to the API caller. This commit will help developers to declare a variable with HealStatus type.
This commit is contained in:
committed by
Harshavardhana
parent
2463ae243a
commit
3a6111eff5
@@ -287,7 +287,7 @@ List ongoing multipart uploads that need healing.
|
||||
|---|---|---|
|
||||
|`ui.Key` | _string_ | Name of the object being uploaded |
|
||||
|`ui.UploadID` | _string_ | UploadID of the ongoing multipart upload |
|
||||
|`ui.HealUploadInfo.Status` | _healStatus_| One of `Healthy`, `CanHeal`, `Corrupted`, `QuorumUnavailable`|
|
||||
|`ui.HealUploadInfo.Status` | _HealStatus_| One of `Healthy`, `CanHeal`, `Corrupted`, `QuorumUnavailable`|
|
||||
|`ui.Err`| _error_ | non-nil if fetching fetching healing information failed |
|
||||
|
||||
__Example__
|
||||
|
||||
Reference in New Issue
Block a user