go-webdav/elements.go
2020-01-14 18:51:17 +01:00

6 lines
106 B
Go

package webdav
type currentUserPrincipalProp struct {
Href string `xml:"current-user-principal>href"`
}