edit events proto en events.go for visualize history

This commit is contained in:
2023-02-15 10:14:06 +01:00
parent 1ce72b2f88
commit 822c053e78
6 changed files with 709 additions and 1215 deletions

View File

@@ -20,6 +20,7 @@ message Event {
string endtime = 12;
int64 max_subscribers = 13;
repeated Subscription subscriptions = 14;
repeated Subscription deleted_subscription = 16;
google.protobuf.Struct data = 15;
}