go-webdav/elements.go
2020-01-14 23:13:23 +01:00

11 lines
166 B
Go

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