aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-28 15:23:46 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-28 15:23:46 -0800
commitd475c89fccf1f020e6f552a5923a688a56e0f1ed (patch)
tree1bd71ad666d5a95cc8e816f23f91fb731f1559fd /weed/command/mount.go
parent19295600f94fd18d09323cb17e89c115c811fb52 (diff)
downloadseaweedfs-d475c89fccf1f020e6f552a5923a688a56e0f1ed.tar.xz
seaweedfs-d475c89fccf1f020e6f552a5923a688a56e0f1ed.zip
go fmt
Diffstat (limited to 'weed/command/mount.go')
-rw-r--r--weed/command/mount.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go
index febc80683..fce3eba22 100644
--- a/weed/command/mount.go
+++ b/weed/command/mount.go
@@ -6,11 +6,11 @@ import (
)
type MountOptions struct {
- filer *string
- filerMountRootPath *string
- dir *string
- dirAutoCreate *bool
- collection *string
+ filer *string
+ filerMountRootPath *string
+ dir *string
+ dirAutoCreate *bool
+ collection *string
replication *string
ttlSec *int
chunkSizeLimitMB *int