carddav: add very basic Client
This commit is contained in:
10
carddav/elements.go
Normal file
10
carddav/elements.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package carddav
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type addressbookHomeSet struct {
|
||||
Name xml.Name `xml:"urn:ietf:params:xml:ns:carddav addressbook-home-set"`
|
||||
Href string `xml:"href"`
|
||||
}
|
Reference in New Issue
Block a user