aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-12-10 20:54:42 -0800
committerchrislu <chris.lu@gmail.com>2025-12-10 20:54:42 -0800
commit1ee03b6411735b9a485d2655389cdabfff713cd7 (patch)
tree1a79dbc2ffa11a9cdfa0279e494c5b5f3892dae6
parentdfac1315ca9bf6486c4a3300b0fcaf4b6988242c (diff)
downloadseaweedfs-1ee03b6411735b9a485d2655389cdabfff713cd7.tar.xz
seaweedfs-1ee03b6411735b9a485d2655389cdabfff713cd7.zip
fmt
-rw-r--r--weed/command/filer.go66
1 files changed, 33 insertions, 33 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index a34b4b43b..3f616e624 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -42,39 +42,39 @@ var (
)
type FilerOptions struct {
- masters *pb.ServerDiscovery
- mastersString *string
- ip *string
- bindIp *string
- port *int
- portGrpc *int
- publicPort *int
- filerGroup *string
- collection *string
- defaultReplicaPlacement *string
- disableDirListing *bool
- maxMB *int
- dirListingLimit *int
- dataCenter *string
- rack *string
- enableNotification *bool
- disableHttp *bool
- cipher *bool
- metricsHttpPort *int
- metricsHttpIp *string
- saveToFilerLimit *int
- defaultLevelDbDirectory *string
- concurrentUploadLimitMB *int
- concurrentFileUploadLimit *int
- debug *bool
- debugPort *int
- localSocket *string
- showUIDirectoryDelete *bool
- downloadMaxMBps *int
- diskType *string
- allowedOrigins *string
- exposeDirectoryData *bool
- certProvider certprovider.Provider
+ masters *pb.ServerDiscovery
+ mastersString *string
+ ip *string
+ bindIp *string
+ port *int
+ portGrpc *int
+ publicPort *int
+ filerGroup *string
+ collection *string
+ defaultReplicaPlacement *string
+ disableDirListing *bool
+ maxMB *int
+ dirListingLimit *int
+ dataCenter *string
+ rack *string
+ enableNotification *bool
+ disableHttp *bool
+ cipher *bool
+ metricsHttpPort *int
+ metricsHttpIp *string
+ saveToFilerLimit *int
+ defaultLevelDbDirectory *string
+ concurrentUploadLimitMB *int
+ concurrentFileUploadLimit *int
+ debug *bool
+ debugPort *int
+ localSocket *string
+ showUIDirectoryDelete *bool
+ downloadMaxMBps *int
+ diskType *string
+ allowedOrigins *string
+ exposeDirectoryData *bool
+ certProvider certprovider.Provider
}
func init() {