webdav: add/improve doc comments

This commit is contained in:
Simon Ser
2024-01-08 14:35:19 +01:00
parent 7e076258d6
commit 751741d87e
4 changed files with 21 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import (
"time"
)
// FileInfo holds information about a WebDAV file.
type FileInfo struct {
Path string
Size int64