aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync.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/filer_sync.go
parent19295600f94fd18d09323cb17e89c115c811fb52 (diff)
downloadseaweedfs-d475c89fccf1f020e6f552a5923a688a56e0f1ed.tar.xz
seaweedfs-d475c89fccf1f020e6f552a5923a688a56e0f1ed.zip
go fmt
Diffstat (limited to 'weed/command/filer_sync.go')
-rw-r--r--weed/command/filer_sync.go30
1 files changed, 15 insertions, 15 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index f4411b756..9a23fd731 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -20,21 +20,21 @@ import (
)
type SyncOptions struct {
- isActivePassive *bool
- filerA *string
- filerB *string
- aPath *string
- bPath *string
- aReplication *string
- bReplication *string
- aCollection *string
- bCollection *string
- aTtlSec *int
- bTtlSec *int
- aDebug *bool
- bDebug *bool
- aProxyByFiler *bool
- bProxyByFiler *bool
+ isActivePassive *bool
+ filerA *string
+ filerB *string
+ aPath *string
+ bPath *string
+ aReplication *string
+ bReplication *string
+ aCollection *string
+ bCollection *string
+ aTtlSec *int
+ bTtlSec *int
+ aDebug *bool
+ bDebug *bool
+ aProxyByFiler *bool
+ bProxyByFiler *bool
}
var (