Skip to content

Commit c767464

Browse files
committed
add metadata to the AnyFlag response used for bulk eval
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 9fe3677 commit c767464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobuf/flagd/evaluation/v1/evaluation.proto

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ message AnyFlag {
4444
double double_value = 5;
4545
google.protobuf.Struct object_value = 6;
4646
}
47+
48+
// Metadata about this flag, see https://openfeature.dev/specification/types/#flag-metadata
49+
google.protobuf.Struct metadata = 7;
4750
}
4851

4952
// Request body for boolean flag evaluation, used by the ResolveBoolean rpc.

0 commit comments

Comments
 (0)