carddav: add current-user-principal to server
This commit is contained in:
10
elements.go
10
elements.go
@@ -1,10 +0,0 @@
|
||||
package webdav
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type currentUserPrincipal struct {
|
||||
XMLName xml.Name `xml:"DAV: current-user-principal"`
|
||||
Href string `xml:"href"`
|
||||
}
|
Reference in New Issue
Block a user