Documentation ¶
Index ¶
Constants ¶
View Source
const (
EXP_PLURAL_CAPI = FeatureFlag("EXP_PLURAL_CAPI")
)
Variables ¶
This section is empty.
Functions ¶
func IsFeatureEnabled ¶
func IsFeatureEnabled(feature FeatureFlag) bool
Types ¶
type EnvProvider ¶
type EnvProvider struct{}
func (*EnvProvider) IsFeatureEnabled ¶
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.