diff options
Diffstat (limited to 'weed/command/filer_sync.go')
| -rw-r--r-- | weed/command/filer_sync.go | 30 |
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 ( |
