all: add basic docs

This commit is contained in:
Simon Ser
2020-01-21 21:01:18 +01:00
parent f6d0a37ea4
commit 0469c3d389
6 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import (
"github.com/emersion/go-webdav/internal"
)
// Client provides access to a remote WebDAV filesystem.
type Client struct {
ic *internal.Client
}