Feat: finish WebDAV adaptation

This commit is contained in:
HFO4
2019-12-20 15:08:04 +08:00
parent c1b02380ac
commit e97ed216f2
15 changed files with 44 additions and 4848 deletions

View File

@@ -21,6 +21,7 @@ type FileInfo interface {
GetName() string
ModTime() time.Time
IsDir() bool
GetPosition() string
}
// Proppatch describes a property update instruction as defined in RFC 4918.