carddav: add max-resource-size to serve

This commit is contained in:
Simon Ser
2020-01-19 15:06:09 +01:00
parent 238e72b73e
commit 6bac674701
3 changed files with 19 additions and 4 deletions

View File

@@ -5,9 +5,10 @@ import (
)
type AddressBook struct {
Href string
Name string
Description string
Href string
Name string
Description string
MaxResourceSize int64
}
type AddressBookQuery struct {