feat: add staging

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-12 00:09:37 +02:00
parent 3c5c5759ca
commit 5cf8956cad
7 changed files with 138 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ message PublishEventRequest {
google.protobuf.Timestamp published = 2;
string key = 3;
bytes value = 4;
optional string id = 5;
}
message PublishEventResponse {