Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 871 Bytes

EvalContext.md

File metadata and controls

15 lines (12 loc) · 871 Bytes

EvalContext

Properties

Name Type Description Notes
enable_debug bool [optional]
entity_context object [optional]
entity_id string entityID is used to deterministically at random to evaluate the flag result. If it's empty, flagr will randomly generate one. [optional]
entity_type string [optional]
flag_id int flagID [optional]
flag_key string flagKey. flagID or flagKey will resolve to the same flag. Either works. [optional]
flag_tags string[] flagTags. flagTags looks up flags by tag. Either works. [optional]

[Back to Model list] [Back to API list] [Back to README]