Skip to content

featureflag: Implement receiver functions on FeatureFlag struct

Patrick Steinhardt requested to merge pks-ff-receiver into master

Implement receiver function IsEnabled() and IsDisabled() on the FeatureFlag structure. These new functions replace the old interface of featureflag.IsEnabled(ctx, featureflag.MyFeatureFlag), which stutters.

Merge request reports