webdav: add DELETE support to server

This commit is contained in:
Simon Ser
2020-01-21 21:46:01 +01:00
parent 69f88b075a
commit 41b68829e8
5 changed files with 51 additions and 17 deletions

View File

@@ -160,7 +160,7 @@ func (c *Client) Readdir(name string) ([]os.FileInfo, error) {
}
type fileWriter struct {
pw *io.PipeWriter
pw *io.PipeWriter
done <-chan error
}