@@ -2,3 +2,16 @@
//
// WebDAV is defined in RFC 4918.
package webdav
import (
"time"
)
// TODO: add ETag, MIMEType to FileInfo
type FileInfo struct {
Href string
Size int64
ModTime time.Time
IsDir bool
}
The note is not visible to the blocked user.