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: Добавлена спецификация на события в системе
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
...@@ -94,7 +94,7 @@ message Event { ...@@ -94,7 +94,7 @@ message Event {
google.protobuf.Timestamp timestamp = 2; google.protobuf.Timestamp timestamp = 2;
// Идентификатор oid, вызвавшего событие // Идентификатор oid, вызвавшего событие
string caller = 3; string caller = 3;
// Тип сущности (например, "Item", "User", "Order") // Тип сущности (например, "Item", "User", "Spaces")
string entity_type = 4; string entity_type = 4;
// Идентификатор затронутой сущности // Идентификатор затронутой сущности
string entity_id = 5; 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