Documentation
¶
Overview ¶
Package webdav provides WebDAV file serving with OCM Bearer auth and read-only behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler provides WebDAV access to shared files.
func NewHandler ¶
func NewHandler(outgoingRepo sharesoutgoing.OutgoingShareRepo, tokenStore token.TokenStore, logger *slog.Logger) *Handler
NewHandler builds a WebDAV handler.
Click to show internal directories.
Click to hide internal directories.