Skip to content

Commit

Permalink
schema_registry/types: Introduce is_mutable
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pope <ben@redpanda.com>
  • Loading branch information
BenPope committed May 13, 2024
1 parent 452556b commit 88e1993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/pandaproxy/schema_registry/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

namespace pandaproxy::schema_registry {

using is_mutable = ss::bool_class<struct is_mutable_tag>;
using permanent_delete = ss::bool_class<struct delete_tag>;
using include_deleted = ss::bool_class<struct include_deleted_tag>;
using is_deleted = ss::bool_class<struct is_deleted_tag>;
Expand Down

0 comments on commit 88e1993

Please sign in to comment.