mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
carddav: improve Client.SyncCollection docs
This commit is contained in:
parent
757a615e9f
commit
38a35d3545
@ -430,7 +430,8 @@ func (c *Client) PutAddressObject(path string, card vcard.Card) (*AddressObject,
|
||||
return ao, nil
|
||||
}
|
||||
|
||||
// SyncCollection do a sync-collection operation on resource(path), it returns a SyncResponse
|
||||
// SyncCollection performs a collection synchronization operation on the
|
||||
// specified resource, as defined in RFC 6578.
|
||||
func (c *Client) SyncCollection(path string, query *SyncQuery) (*SyncResponse, error) {
|
||||
var limit *internal.Limit
|
||||
if query.Limit > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user