Skip to content

Commit

Permalink
fix(protos): add Deleted message to resource-base for general usage
Browse files Browse the repository at this point in the history
instead of defining a Deleted kafka message in each proto in same style, just define it once in
resource-base and use this for all!
  • Loading branch information
Gerald Baulig committed Sep 23, 2024
1 parent ca84487 commit 9d1fbab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/protos/io/restorecommerce/resource_base.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ message Resource {
optional string id = 1;
optional io.restorecommerce.meta.Meta meta = 2;
}

message Deleted {
optional string id = 1;
}

0 comments on commit 9d1fbab

Please sign in to comment.