# Functions
NewEvaluationRepository returns a new evaluation repository that uses mongodb as underlying storage.
NewFlagRepository returns a new flag repository that uses mongodb as underlying storage.
NewRuleRepository returns a new rule repository that uses mongodb as underlying storage.
NewSegmentRepository returns a new segment repository that uses mongodb as underlying storage.
NewUserRepository returns a new user repository that uses mongodb as underlying storage.
NewVariantRepository returns a new variant repository that uses mongodb as underlying storage.
# Structs
EvaluationRepository implements repository.Flag interface using mongodb.
FlagRepository implements repository.Flag interface using mongodb.
RuleRepository implements repository.Rule interface using mongodb.
SegmentRepository implements repository.Segment interface using mongodb.
UserRepository implements repository.Flag interface using mongodb.
VariantRepository implements repository.Variant interface using mongodb.