package
1.8.5
Repository: https://github.com/optimizely/go-sdk.git
Documentation: pkg.go.dev

# Functions

NewTreeParameters returns TreeParameters object.

# Constants

Boolean - the feature-variable type is boolean.
Double - the feature-variable type is double.
Integer - the feature-variable type is integer.
JSON - the feature-variable type is json.
String - the feature-variable type is string.

# Structs

Attribute contains the user attribute definition.
Audience contains the audience definition.
Condition has condition info.
Event represents a conversion event.
Experiment represents an experiment.
Feature represents a feature flag.
Group represents a grouping of entities and their traffic allocation ranges.
Range represents bucketing range that the specify entityID falls into.
Rollout represents a feature rollout.
TreeNode in a condition tree.
TreeParameters represents parameters of a tree.
UserContext holds information about a user.
Variable represents a feature variable.
Variation represents a variation in the experiment.
VariationVariable represents a Variable object from the Variation.

# Type aliases

VariableType is the type of feature variable.