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

@@ -45,6 +45,7 @@ func Discover(domain string) (string, error) {
return u.String(), nil
}
// Client provides access to a remote CardDAV server.
type Client struct {
*webdav.Client