package
6.1.0
Repository: https://github.com/splitio/go-split-commons.git
Documentation: pkg.go.dev

# 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.

# Structs

Condition struct with added logic that wraps around a DTO.
Partition struct with added logic that wraps around a DTO.
Split struct with added logic that wraps around a DTO.