Expand description
Feature provider related.
Structs§
- Mock
Feature Provider - 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.
- NoOp
Provider - The default provider that does nothing.
- Provider
Metadata - The metadata of a feature provider.
- Resolution
Details - 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§
- Provider
Status - The status of a feature provider.
Traits§
- Feature
Provider - 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.