Skip to content

Commit 3acc9e4

Browse files
authored
feat: add metadata to the AnyFlag response used for bulk eval (#176)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 9fe3677 commit 3acc9e4

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)