aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2020-09-24 17:48:39 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2020-09-24 17:48:39 +0500
commit98e9de6e111a1e4512a9d78d7d44d949af14d6dc (patch)
tree2889568efb0531a4fdb7260ff19d242e9db188a3 /weed/command/filer.go
parent324e44d4b3dffc1197bf8f6c6ec49297ace44c2b (diff)
downloadseaweedfs-98e9de6e111a1e4512a9d78d7d44d949af14d6dc.tar.xz
seaweedfs-98e9de6e111a1e4512a9d78d7d44d949af14d6dc.zip
fix style
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index dcc85d8bd..96df0d7dd 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -37,6 +37,7 @@ type FilerOptions struct {
cipher *bool
peers *string
metricsHttpPort *int
+
// default leveldb directory, used in "weed server" mode
defaultLevelDbDirectory *string
}