feature

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag int

A Flag enables a particular feature.

const (
	// FlagEnableAlphaCompositionRevisions enables alpha support for
	// CompositionRevisions. See the below design for more details.
	// https://github.com/crossplane/crossplane/blob/ecd9d5/design/one-pager-composition-revisions.md
	FlagEnableAlphaCompositionRevisions Flag = iota
)

Feature flags.

func (Flag) String

func (i Flag) String() string

type Flags

type Flags struct {
	// contains filtered or unexported fields
}

Flags that are enabled. The zero value - i.e. &feature.Flags{} - is usable.

func (*Flags) Enable

func (fs *Flags) Enable(f Flag)

Enable a feature flag.

func (*Flags) Enabled

func (fs *Flags) Enabled(f Flag) bool

Enabled returns true if the supplied feature flag is enabled.

Jump to

Keyboard shortcuts

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