Module provider

Module provider 

Source
Expand description

Feature provider related.

Structs§

MockFeatureProvider
This trait defines interfaces that Provider Authors can use to abstract a particular flag management system, thus enabling the use of the evaluation API by Application Authors.
NoOpProvider
The default provider that does nothing.
ProviderMetadata
The metadata of a feature provider.
ResolutionDetails
A structure which contains a subset of the fields defined in the evaluation details, representing the result of the provider’s flag resolution process.

Enums§

ProviderStatus
The status of a feature provider.

Traits§

FeatureProvider
This trait defines interfaces that Provider Authors can use to abstract a particular flag management system, thus enabling the use of the evaluation API by Application Authors.