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

Little proto file fix

This commit is contained in:
Anthony Akentiev 2024-08-13 12:54:17 +02:00
parent af0f2836f7
commit 48b0bd91b0
No known key found for this signature in database
GPG key ID: 017A11DC01A79831

View file

@ -43,6 +43,7 @@ service Coordinator {
rpc AclGetRecords(AclGetRecordsRequest) returns (AclGetRecordsResponse);
// AccountLimitsSet sets limits to the account. Can be used only by a network config member
rpc AccountLimitsSet(AccountLimitsSetRequest) returns (AccountLimitsSetResponse);
// EventLog gets the latest event log records
rpc AclEventLog(AclEventLogRequest) returns (AclEventLogResponse);
}