diff options
| author | chrislu <chris.lu@gmail.com> | 2023-12-22 11:33:50 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-12-22 11:33:50 -0800 |
| commit | e0727071c84cf8f198f0ef402e85d2eecd29d26b (patch) | |
| tree | b8484f45e072e26d7da358e3fc0af01986bc2cd7 /weed/command/filer_copy.go | |
| parent | ee1c9bc314970931ebbc018e70bd7ad39bd84602 (diff) | |
| download | seaweedfs-e0727071c84cf8f198f0ef402e85d2eecd29d26b.tar.xz seaweedfs-e0727071c84cf8f198f0ef402e85d2eecd29d26b.zip | |
go fmt
Diffstat (limited to 'weed/command/filer_copy.go')
| -rw-r--r-- | weed/command/filer_copy.go | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go index e1a8999f3..1855e643c 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -31,21 +31,21 @@ var ( ) type CopyOptions struct { - include *string - replication *string - collection *string - ttl *string - diskType *string - maxMB *int - masterClient *wdclient.MasterClient - concurrentFiles *int - concurrentChunks *int - grpcDialOption grpc.DialOption - masters []string - cipher bool - ttlSec int32 - checkSize *bool - verbose *bool + include *string + replication *string + collection *string + ttl *string + diskType *string + maxMB *int + masterClient *wdclient.MasterClient + concurrentFiles *int + concurrentChunks *int + grpcDialOption grpc.DialOption + masters []string + cipher bool + ttlSec int32 + checkSize *bool + verbose *bool volumeServerAccess *string } |
