mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 16:24:14 +00:00
carddav: run gofmt
This commit is contained in:
parent
4264d321a5
commit
9adfd95fa9
@ -107,14 +107,14 @@ type AddressObject struct {
|
|||||||
Card vcard.Card
|
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 {
|
type SyncQuery struct {
|
||||||
DataRequest AddressDataRequest
|
DataRequest AddressDataRequest
|
||||||
SyncToken string
|
SyncToken string
|
||||||
Limit int // <= 0 means unlimited
|
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 {
|
type SyncResponse struct {
|
||||||
SyncToken string
|
SyncToken string
|
||||||
Updated []AddressObject
|
Updated []AddressObject
|
||||||
|
Loading…
Reference in New Issue
Block a user