Featureflow v0.1.0 Featureflow.Client View Source
This module includes all functions and logic for FeatureflowClient.evaluate from spec. It includes functionality from the list below.
- Operators,
- EvaluateHelpers,
- Evaluate._calculateVariant
See the following docs for more details https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/2.FeatureflowClient.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/4.EvaluateHelpers.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/5.Operators.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/3.Evaluate.md
Link to this section Summary
Functions
FeatureflowClient.evaluate implemetation
Link to this section Types
Link to this section Functions
Link to this function
evaluate(client, feature_key, user)
View Sourceevaluate( Featureflow.Client.t(), Featureflow.Feature.feature_key(), Featureflow.User.t() ) :: Featureflow.Client.Evaluate.t()
FeatureflowClient.evaluate implemetation