Featureflow v0.1.0 Featureflow.Event View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Featureflow.Event{
  evaluatedVariant: String.t(),
  expectedVariant: String.t() | nil,
  featureKey: Featureflow.Feature.feature_key(),
  user: Featureflow.User.t()
}