go-webdav/elements.go

6 lines
106 B
Go
Raw Normal View History

2020-01-14 17:51:17 +00:00
package webdav
type currentUserPrincipalProp struct {
Href string `xml:"current-user-principal>href"`
}