Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reason ¶
type Reason string
Reason is the reason for which a decision was made
const ( // BucketedVariationNotFound - the bucketed variation ID is not in the config BucketedVariationNotFound Reason = "Bucketed variation not found" // BucketedIntoVariation - the user is bucketed into a variation for the given experiment BucketedIntoVariation Reason = "Bucketed into variation" // FailedRolloutTargeting - the user does not meet the rollout targeting rules FailedRolloutTargeting Reason = "Does not meet rollout targeting rule" // FailedAudienceTargeting - the user failed the audience targeting conditions FailedAudienceTargeting Reason = "Does not meet audience targeting conditions" // NoRolloutForFeature - there is no rollout for the given feature NoRolloutForFeature Reason = "No rollout for feature" // RolloutHasNoExperiments - the rollout has no assigned experiments RolloutHasNoExperiments Reason = "Rollout has no experiments" // NotBucketedIntoVariation - the user is not bucketed into a variation for the given experiment NotBucketedIntoVariation Reason = "Not bucketed into a variation" // NotInGroup - the user is not bucketed into the mutex group NotInGroup Reason = "Not bucketed into any experiment in mutex group" )
Click to show internal directories.
Click to hide internal directories.