webdav: introduce CopyOptions

This commit is contained in:
Simon Ser
2023-12-15 15:16:01 +01:00
parent b043bbd965
commit 4493704689
4 changed files with 30 additions and 9 deletions

View File

@@ -16,3 +16,8 @@ type FileInfo struct {
MIMEType string
ETag string
}
type CopyOptions struct {
NoRecursive bool
NoOverwrite bool
}