ProtocolConfigFeatureFlag
type ProtocolConfigFeatureFlag
Feature flags are a form of boolean configuration that are usually used to gate features while they are in development. Once a lag has been enabled, it is rare for it to be disabled.
type ProtocolConfigFeatureFlag struct {
Key string
Value bool
}
func (*ProtocolConfigFeatureFlag) Destroy
func (r *ProtocolConfigFeatureFlag) Destroy()