Add user event (#23)

This commit is contained in:
Kostya 2020-12-08 15:57:20 +03:00 committed by GitHub
parent feec206848
commit 8cd59c1775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ struct Event {
1: required Row row
// Тип события
2: required EventType event_type
3: optional Timestamp command_time
4: optional UserInfo user_info
}