diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-05-02 14:22:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-05-02 14:22:10 -0700 |
| commit | 47f14775d7d9a47e0d123aa174fb1f1f75bce547 (patch) | |
| tree | 82772c7874cd2e4791942acfb4a3f61cccbf11ae /weed/command/command.go | |
| parent | 82e06a780bb12adc47d6036067164c2fd02a25c4 (diff) | |
| download | seaweedfs-47f14775d7d9a47e0d123aa174fb1f1f75bce547.tar.xz seaweedfs-47f14775d7d9a47e0d123aa174fb1f1f75bce547.zip | |
scaffolding, but seems hard to satisfy mac, windows, and different os versions
https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/
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 39a01cc05..79c00d4cd 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -26,6 +26,7 @@ var Commands = []*Command{ cmdVolume, cmdExport, cmdMount, + cmdWebDav, } type Command struct { |
