mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
carddav: run gofmt
This commit is contained in:
parent
4264d321a5
commit
9adfd95fa9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user