carddav: add current-user-principal to server

This commit is contained in:
Simon Ser
2020-01-20 10:56:25 +01:00
parent d8ce7d353d
commit 3a61646ab4
4 changed files with 28 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
package webdav
import (
"encoding/xml"
)
type currentUserPrincipal struct {
XMLName xml.Name `xml:"DAV: current-user-principal"`
Href string `xml:"href"`
}