carddav: add AddressBook{Query,MultiGet}.AllProp

This commit is contained in:
Simon Ser
2020-01-22 19:18:58 +01:00
parent 7e29f37bd8
commit cd5945aace
4 changed files with 27 additions and 11 deletions

View File

@@ -17,12 +17,14 @@ type AddressBook struct {
}
type AddressBookQuery struct {
Props []string
Props []string
AllProp bool
}
type AddressBookMultiGet struct {
Paths []string
Props []string
Paths []string
Props []string
AllProp bool
}
type AddressObject struct {