3cf89633e9
The cmd/storagenode/main.go is a big mess right now with so many unneeded config structures initialized and shared by several subcommands. There are many instances where the config structure of one subcommand is mistakenly used for another subcommand. This changes is an attempt to clean up the main.go by moving the subcommands to a separate `cmd_*.go` files with separate config structures for each subcommand. Resolves https://github.com/storj/storj/issues/5756 Change-Id: I85adf2439acba271c023c269739f7fa3c6d49f9d |
||
---|---|---|
.. | ||
cmd_config.go | ||
cmd_dashboard.go | ||
cmd_diag.go | ||
cmd_gracefulexit_test.go | ||
cmd_gracefulexit.go | ||
cmd_issue_api_token.go | ||
cmd_nodeinfo.go | ||
cmd_run.go | ||
cmd_setup.go | ||
deprecated.go | ||
main.go | ||
root_test.go | ||
root.go | ||
service_nonwindows.go | ||
service_windows.go |