refactoring

This commit is contained in:
Chris Lu
2021-08-04 12:30:18 -07:00
parent f6a9ad8001
commit d84c311699
5 changed files with 35 additions and 17 deletions

View File

@@ -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 {