package
0.4.2
Repository: https://github.com/chef/go-libs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

returns a registered feature with the matching env variable name.
returns a registered feature with the matching key.
No description provided by the author
load a custom configuration instance, this config is used inside the func 'Enabled()'.
looks up for a registered feature with either a matching key, or environment variable name.
registers a new feature flag example of a new feature flag called 'foo': ```go chefFeatFoo := featflag.New("CHEF_FEAT_FOO", "foo") chefFeatFoo.Enabled() // returns true if the feature flag is enabled ```.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

this special feature will enable all features at once.
enables the chef-analyze feature.

# Structs

No description provided by the author