diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-04 12:30:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-04 12:30:18 -0700 |
| commit | d84c31169922d395074b1b256d05aa638462df50 (patch) | |
| tree | a8e35fc46606f2f00b66f3413b26c1c8e7b806c1 /weed/shell/commands.go | |
| parent | f6a9ad8001c439e5751fa5488fe6106b185ba8eb (diff) | |
| download | seaweedfs-d84c31169922d395074b1b256d05aa638462df50.tar.xz seaweedfs-d84c31169922d395074b1b256d05aa638462df50.zip | |
refactoring
Diffstat (limited to 'weed/shell/commands.go')
| -rw-r--r-- | weed/shell/commands.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go index 0e285214b..5b78f1ff9 100644 --- a/weed/shell/commands.go +++ b/weed/shell/commands.go @@ -20,9 +20,10 @@ type ShellOptions struct { Masters *string GrpcDialOption grpc.DialOption // shell transient context - FilerHost string - FilerPort int64 - Directory string + FilerHost string + FilerPort int64 + FilerAddress string + Directory string } type CommandEnv struct { |
