Featureflow v0.1.0 Featureflow.Feature View Source
Feature json schema validation and implementation. See https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/objects/Feature.md
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Featureflow.Feature{
enabled: boolean(),
key: feature_key(),
offVariantKey: String.t(),
rules: [Featureflow.Feature.Rule.t()],
variationSalt: String.t()
}