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

fix

parent fb451ff4
No related branches found
No related tags found
1 merge request!65Draft: Добавлена спецификация на события в системе
...@@ -92,7 +92,7 @@ message Event { ...@@ -92,7 +92,7 @@ message Event {
EventType type = 1; EventType type = 1;
// Время события // Время события
google.protobuf.Timestamp timestamp = 2; google.protobuf.Timestamp timestamp = 2;
// Идентификатор пользователя, вызвавшего событие // Идентификатор oid, вызвавшего событие
string caller = 3; string caller = 3;
// Тип сущности (например, "Item", "User", "Order") // Тип сущности (например, "Item", "User", "Order")
string entity_type = 4; string entity_type = 4;
......
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