# Packages
No description provided by the author
# Functions
NewCondition instantiates a new Condition struct with appropriate wrappers around dtos and returns it.
NewSplit instantiates a new Split object and all it's internal structures mapped to model classes.
# Constants
ConditionTypeRollout represents a condition that will return default if traffic allocatio is exceeded.
ConditionTypeWhitelist represents a normal condition.
MatcherCombinerAnd represents that all matchers in the group are required.
SplitAlgoLegacy represents the legacy implementation of hash function for bucketing.
SplitAlgoMurmur represents the murmur implementation of the hash funcion for bucketing.
SplitStatusActive represents an active feature flag.
SplitStatusArchived represents an archived feature flag.