fun_with_flags v1.5.1 FunWithFlags.Gate View Source

Represents a feature flag gate, that is one of several conditions attached to a feature flag.

This module is not meant to be used directly.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %FunWithFlags.Gate{
  enabled: boolean(),
  for: nil | String.t(),
  type: atom()
}