carddav: add max-resource-size to serve
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user