1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Add new changes

This commit is contained in:
mcrakhman 2024-01-23 07:28:01 +01:00
parent 46e96664b4
commit 3f5a1dc86f
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
6 changed files with 1104 additions and 64 deletions

View file

@ -1383,7 +1383,7 @@ func (m *AclAddRecordResponse) GetPayload() []byte {
return nil
}
// AclGetRecordsRequest can optionally contain the last known aclHeal, the server will return only new records or an empty list if there are no new records.
// AclGetRecordsRequest can optionally contain the last known aclHead, the server will return only new records or an empty list if there are no new records.
// If aclHead is not provided the whole list will be returned.
type AclGetRecordsRequest struct {
SpaceId string `protobuf:"bytes,1,opt,name=spaceId,proto3" json:"spaceId,omitempty"`