Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.