aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/disk_file.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-11-28 18:33:18 -0800
committerChris Lu <chris.lu@gmail.com>2019-11-28 18:33:18 -0800
commitf60154f330a81354c433da37d612f235d1c0e4e9 (patch)
tree5e473f9616e35e525468959496e0448fb505e20a /weed/storage/backend/disk_file.go
parent641b92f53c057a2d0dd957ef2da26aadf0b70419 (diff)
downloadseaweedfs-f60154f330a81354c433da37d612f235d1c0e4e9.tar.xz
seaweedfs-f60154f330a81354c433da37d612f235d1c0e4e9.zip
master load backend storage config from master.toml
Diffstat (limited to 'weed/storage/backend/disk_file.go')
-rw-r--r--weed/storage/backend/disk_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/backend/disk_file.go b/weed/storage/backend/disk_file.go
index 4fc3ed0c4..4929f0573 100644
--- a/weed/storage/backend/disk_file.go
+++ b/weed/storage/backend/disk_file.go
@@ -6,7 +6,7 @@ import (
)
var (
- _ DataStorageBackend = &DiskFile{}
+ _ BackendStorageFile = &DiskFile{}
)
type DiskFile struct {