Versions in this module Expand all Collapse all v4 v4.1.0 Dec 16, 2024 v4.0.0 Oct 23, 2024 Changes in this version + type FeatureModel struct + ID int + Name string + Type string + type FeatureSegment struct + Priority int + type FeatureStateModel struct + DjangoID int + Enabled bool + Feature *FeatureModel + FeatureSegment *FeatureSegment + FeatureStateUUID string + MultivariateFeatureStateValues []*MultivariateFeatureStateValueModel + RawValue interface{} + func (fs *FeatureStateModel) IsHigherSegmentPriority(other *FeatureStateModel) bool + func (fs *FeatureStateModel) UnmarshalJSON(bytes []byte) error + func (fs *FeatureStateModel) Value(identityID string) interface{} + type MultivariateFeatureOptionModel struct + ID int + Value interface{} + type MultivariateFeatureStateValueModel struct + ID *int + MVFSValueUUID string + MultivariateFeatureOption *MultivariateFeatureOptionModel + PercentageAllocation float64 + func (mfsv *MultivariateFeatureStateValueModel) Key() string Other modules containing this package github.com/Flagsmith/flagsmith-go-client/v2 github.com/Flagsmith/flagsmith-go-client/v3