featureflags

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DisabledCommandError

func DisabledCommandError(flag Flag) error

DisabledCommandError explains how to enable a gated command.

func Enabled

func Enabled(flag Flag) bool

Enabled reports whether a feature flag is enabled through its environment variable.

Types

type Flag

type Flag struct {
	Command string
	EnvVar  string
}

Flag describes an environment-gated experimental feature.

func LookupCommandFlag

func LookupCommandFlag(command string) (Flag, bool)

LookupCommandFlag returns the feature flag assigned to an experimental command.

Jump to

Keyboard shortcuts

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