carddav: rename Address to AddressObject

This commit is contained in:
Simon Ser
2020-01-17 16:20:05 +01:00
parent 883dafaf41
commit 13d70be046
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ type AddressBookMultiGet struct {
Props []string
}
type Address struct {
type AddressObject struct {
Href string
Card vcard.Card
}