Documentation
¶
Index ¶
Constants ¶
View Source
const (
EXP_PLURAL_CAPI = FeatureFlag("EXP_PLURAL_CAPI")
)
Variables ¶
This section is empty.
Functions ¶
func IsFeatureEnabled ¶ added in v0.8.1
func IsFeatureEnabled(feature FeatureFlag) bool
Types ¶
type EnvProvider ¶ added in v0.8.1
type EnvProvider struct{}
func (*EnvProvider) IsFeatureEnabled ¶ added in v0.8.1
func (this *EnvProvider) IsFeatureEnabled(feature FeatureFlag) bool
type FeatureFlag ¶
type FeatureFlag string
type PostHogProvider ¶
type PostHogProvider struct {
// contains filtered or unexported fields
}
PostHogProvider implements Provider interface
func (*PostHogProvider) IsFeatureEnabled ¶
func (this *PostHogProvider) IsFeatureEnabled(feature FeatureFlag) bool
type Provider ¶
type Provider interface {
IsFeatureEnabled(feature FeatureFlag) bool
}
Click to show internal directories.
Click to hide internal directories.