cephfs: add comment for exported CloneStatus struct

added comment for exported structure.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-08-11 17:20:37 +05:30 committed by mergify[bot]
parent 18d65ba3f5
commit ae6b77f105

View File

@ -190,6 +190,7 @@ func createCloneFromSnapshot(ctx context.Context, parentVolOpt, volOptions *volu
return nil
}
// CloneStatus represents the subvolume clone status.
type CloneStatus struct {
Status struct {
State string `json:"state"`