Skip to content

Commit

Permalink
feat(siren): add relation labels list subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Jul 9, 2024
1 parent 0278f04 commit 94a0a51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gotocompany/siren/v1beta1/siren.proto
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,8 @@ message DeleteNamespaceResponse {}
message ReceiverMetadata {
uint64 id = 1;
google.protobuf.Struct configuration = 4;
map<string, string> relation_labels = 2;

}

message Subscription {
Expand Down Expand Up @@ -674,6 +676,7 @@ message ListSubscriptionsRequest {
map<string, string> subscription_receiver_labels = 7 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "query result based on subscription_receiver_labels matchers. the subscription_receiver_labels key is written as map. eg, \" subscription_receiver_labels[key1]=value1\""
}];
bool with_relation_labels = 8;
}

message ListSubscriptionsResponse {
Expand Down

0 comments on commit 94a0a51

Please sign in to comment.