rename: Thinprovisioning -> ThinProvisioning

This commit is contained in:
chessman
2019-06-10 12:42:21 +03:00
parent ae74f39fa8
commit e2b7ea4891
6 changed files with 11 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ type BackendStorage struct {
DeviceID uint64 `json:"deviceID"`
Path string `json:"path"`
Online bool `json:"online"`
Thinprovisioning bool `json:"thinprovisioning"`
ThinProvisioning bool `json:"thinProvisioning"`
BlockShift uint `json:"blockShift"`
}