Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 883 Bytes

EvalContext.md

File metadata and controls

15 lines (11 loc) · 883 Bytes

EvalContext

Properties

Name Type Description Notes
EntityID string entityID is used to deterministically at random to evaluate the flag result. If it's empty, flagr will randomly generate one. [optional] [default to null]
EntityType string [optional] [default to null]
EntityContext *interface{} [optional] [default to null]
EnableDebug bool [optional] [default to null]
FlagID int64 flagID [optional] [default to null]
FlagKey string flagKey. flagID or flagKey will resolve to the same flag. Either works. [optional] [default to null]

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