Expand description
Evaluation context module containing the EngineEvaluationContext struct
Structs§
- Condition
- Represents a condition for segment rule evaluation.
- Engine
Evaluation Context - Engine evaluation context that holds pre-processed environment data for efficient feature flag evaluation.
- Environment
Context - Represents environment metadata.
- Feature
Context - Represents a feature context for feature flag evaluation.
- Feature
Metadata - Represents metadata information about a feature.
- Feature
Value - Represents a multivariate value for a feature flag.
- Identity
Context - Represents identity context for feature flag evaluation.
- Segment
Context - Represents a segment context for feature flag evaluation.
- Segment
Metadata - Segment metadata.
- Segment
Rule - Represents a segment rule (can be recursive).
Enums§
- Condition
Operator - Segment rule condition operators.
- Condition
Value - Represents a condition value that can be either a single string or an array of strings.
- Segment
Rule Type - Segment rule types.
- Segment
Source