Skip to content

Commit

Permalink
add metadata to the AnyFlag response used for bulk eval
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Dec 5, 2024
1 parent 9fe3677 commit c767464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protobuf/flagd/evaluation/v1/evaluation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ message AnyFlag {
double double_value = 5;
google.protobuf.Struct object_value = 6;
}

// Metadata about this flag, see https://openfeature.dev/specification/types/#flag-metadata
google.protobuf.Struct metadata = 7;
}

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

0 comments on commit c767464

Please sign in to comment.