carddav: add very basic Client

This commit is contained in:
Simon Ser
2020-01-14 22:19:54 +01:00
parent 931602e55d
commit 3d05533a31
5 changed files with 59 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import (
"encoding/xml"
)
type currentUserPrincipalProp struct {
type currentUserPrincipal struct {
Name xml.Name `xml:"DAV: current-user-principal"`
Href string `xml:"href"`
}