go-webdav/elements.go
2020-01-14 21:29:54 +01:00

11 lines
164 B
Go

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