Versions in this module Expand all Collapse all v5 v5.1.0 Apr 29, 2026 v5.0.0 Dec 2, 2025 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 + func (mfsv *MultivariateFeatureStateValueModel) Priority() big.Int Other modules containing this package github.com/Flagsmith/flagsmith-go-client/v2 github.com/Flagsmith/flagsmith-go-client/v3 github.com/Flagsmith/flagsmith-go-client/v4