caldav: add Client boilerplate

This commit is contained in:
Simon Ser
2020-01-30 13:18:05 +01:00
parent feea39c898
commit 6aea0eda2d
4 changed files with 69 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ const (
)
type AddressBookMultiGet struct {
Paths []string
Paths []string
DataRequest AddressDataRequest
}