(ctx context.Context, obj model.Obj)
| 110 | } |
| 111 | |
| 112 | func (d *WebDav) Remove(ctx context.Context, obj model.Obj) error { |
| 113 | return d.client.RemoveAll(getPath(obj)) |
| 114 | } |
| 115 | |
| 116 | func (d *WebDav) Put(ctx context.Context, dstDir model.Obj, s model.FileStreamer, up driver.UpdateProgress) error { |
| 117 | callback := func(r *http.Request) { |