webdav: add very basic Client

This commit is contained in:
Simon Ser
2020-01-14 18:51:17 +01:00
parent 055a297f6e
commit 3beb076950
4 changed files with 160 additions and 0 deletions

5
elements.go Normal file
View File

@@ -0,0 +1,5 @@
package webdav
type currentUserPrincipalProp struct {
Href string `xml:"current-user-principal>href"`
}