featureflags

package
v4.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package featureflags provides a feature flag evaluation interface for controlling feature availability per user, with implementations for LaunchDarkly and PostHog.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureFlagManager

type FeatureFlagManager interface {
	CanUseFeature(ctx context.Context, userID, feature string) (bool, error)
	GetStringValue(ctx context.Context, userID, feature string) (string, error)
	GetInt64Value(ctx context.Context, userID, feature string) (int64, error)
	Close() error
}

FeatureFlagManager manages feature flags.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL