package
0.3.4
Repository: https://github.com/vsco/dcdr.git
Documentation: pkg.go.dev

# Functions

EmptyFeatureMap helper method for constructing an empty `FeatureMap`.
NewFeature create a Feature.
NewFeatureMap constructs a `FeatureMap` for marshalled JSON.
ParseValueAndFeatureType string to type helper.

# Constants

Boolean boolean `FeatureType`.
DefaultScope the key in which default features are set.
FeatureScope scoping for feature keys.
Invalid invalid `FeatureType`.
Percentile percentile `FeatureType`.

# Structs

Feature KV model for feature flags.
FeatureMap contains a nested map of `Features` and `Info`.
Info contains the metadata for the current `FeatureMap`.
Root wrapper struct for `Info` and `Features`.

# Type aliases

Features a Feature result set.
FeatureScopes the map of percentile and boolean K/Vs.
FeatureType accepted feature types.