Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlePropfind ¶
Types ¶
type FS ¶
type FS interface {
OpenFile(ctx context.Context, name string, flag int, perm os.FileMode) (FSFile, error)
Stat(ctx context.Context, name string) (os.FileInfo, error)
}
FS is the minimal filesystem interface needed for PROPFIND operations.
Click to show internal directories.
Click to hide internal directories.