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:
parent
46e96664b4
commit
3f5a1dc86f
6 changed files with 1104 additions and 64 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue