Skip to content
Snippets Groups Projects
Commit c89aec27 authored by ko_oler's avatar ko_oler
Browse files

fix

parent cf8bb7ef
No related branches found
No related tags found
1 merge request!65Draft: Добавлена спецификация на события в системе
......@@ -94,7 +94,7 @@ message Event {
google.protobuf.Timestamp timestamp = 2;
// Идентификатор oid, вызвавшего событие
string caller = 3;
// Тип сущности (например, "Item", "User", "Order")
// Тип сущности (например, "Item", "User", "Spaces")
string entity_type = 4;
// Идентификатор затронутой сущности
string entity_id = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment