diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-04-12 11:22:51 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-04-12 11:22:51 +0500 |
| commit | 8e02e138ea889d9f43cc89937c02c212ca145d74 (patch) | |
| tree | 0fd5664bcd0efaff75efafdc230f45076a6c056b /weed/command/command.go | |
| parent | 5021bea69838a5946b4b0bfa37c6269bfe66fa27 (diff) | |
| parent | 742ab1ec81795d1705bf3be48d56727fddf625df (diff) | |
| download | seaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.tar.xz seaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.zip | |
Merge branch 'upstreamMaster' into iam_handlers
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index ce754702f..b6efcead2 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -22,6 +22,7 @@ var Commands = []*Command{ cmdFilerReplicate, cmdFilerSynchronize, cmdFix, + cmdGateway, cmdMaster, cmdMount, cmdS3, |
