Featureflow v0.1.0 Featureflow.FeatureRegistration View Source

FeatureRegistration type validation and implementtion. See https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/objects/FeatureRegistration.md

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Featureflow.FeatureRegistration{
  failoverVariant: String.t(),
  key: String.t(),
  variants: [Featureflow.FeatureRegistration.Variant.t()]
}