Improve agenda

This commit is contained in:
2022-12-05 17:21:12 +01:00
parent ba8ae85d66
commit 5feb1b720e
8 changed files with 227 additions and 144 deletions

View File

@@ -24,7 +24,9 @@ message Event {
}
message Subscription {
string subscriber = 20;
repeated string tags = 21;
google.protobuf.Struct data = 22;
string id = 20;
string subscriber = 21;
repeated string tags = 22;
google.protobuf.Struct data = 23;
google.protobuf.Timestamp created_at = 24;
}