carddav: run gofmt

This commit is contained in:
Conrad Hoffmann 2022-08-31 13:42:38 +02:00 committed by Simon Ser
parent 4264d321a5
commit 9adfd95fa9

View File

@ -107,14 +107,14 @@ type AddressObject struct {
Card vcard.Card
}
//SyncQuery is the query struct represents a sync-collection request
// SyncQuery is the query struct represents a sync-collection request
type SyncQuery struct {
DataRequest AddressDataRequest
SyncToken string
Limit int // <= 0 means unlimited
}
//SyncResponse contains the returned sync-token for next time
// SyncResponse contains the returned sync-token for next time
type SyncResponse struct {
SyncToken string
Updated []AddressObject