We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37baa2c commit a6615a5Copy full SHA for a6615a5
protobuf/flagd/evaluation/v1/evaluation.proto
@@ -27,6 +27,9 @@ message ResolveAllRequest {
27
message ResolveAllResponse {
28
// Object structure describing the evaluated flags for the provided context.
29
map<string, AnyFlag> flags = 1;
30
+
31
+ // Metadata for the bulk evaluation
32
+ google.protobuf.Struct metadata = 2;
33
}
34
35
// A variant type flag response.
@@ -45,7 +48,7 @@ message AnyFlag {
45
48
google.protobuf.Struct object_value = 6;
46
49
47
50
- // Metadata about this flag, see https://openfeature.dev/specification/types/#flag-metadata
51
+ // Metadata for this evaluation
52
google.protobuf.Struct metadata = 7;
53
54
0 commit comments