View Source FunWithFlags.Gate (fun_with_flags v1.11.0)

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.

Summary

Types

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