Optimize webdav

This commit is contained in:
Ben Sarmiento
2023-11-21 10:32:14 +01:00
parent 10980f4f3e
commit cbf14e953f
3 changed files with 54 additions and 53 deletions

View File

@@ -23,7 +23,6 @@ type PropStat struct {
type Prop struct {
ResourceType ResourceType `xml:"d:resourcetype"`
ContentLength int64 `xml:"d:getcontentlength,omitempty"`
CreationDate string `xml:"d:creationdate,omitempty"`
LastModified string `xml:"d:getlastmodified,omitempty"`
}