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

@@ -14,6 +14,7 @@ import (
"github.com/emersion/go-webdav/internal"
)
// LocalFileSystem implements FileSystem for a local directory.
type LocalFileSystem string
var _ FileSystem = LocalFileSystem("")