More data on subscriptions
This commit is contained in:
@@ -19,6 +19,12 @@ message Event {
|
||||
string starttime = 11;
|
||||
string endtime = 12;
|
||||
int64 max_subscribers = 13;
|
||||
repeated string subscribers = 14;
|
||||
repeated Subscription subscriptions = 14;
|
||||
google.protobuf.Struct data = 15;
|
||||
}
|
||||
|
||||
message Subscription {
|
||||
string subscriber = 20;
|
||||
repeated string tags = 21;
|
||||
google.protobuf.Struct data = 22;
|
||||
}
|
||||
Reference in New Issue
Block a user