Skip to main content

Crate spotify_confidence_openfeature_provider_local

Crate spotify_confidence_openfeature_provider_local 

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use materialization::MaterializationStore;
pub use materialization::ReadOpType;
pub use materialization::ReadResultType;
pub use materialization::WriteOp;
pub use provider::ConfidenceProvider;
pub use provider::MaterializationStoreConfig;
pub use provider::ProviderOptions;

Modules§

error
Error types for the Confidence OpenFeature provider.
host
Native Rust implementation of the Host trait for the confidence resolver.
logger
Log management for sending flag logs to the Confidence API.
materialization
provider
OpenFeature provider implementation for Confidence.
state
State management for fetching and updating resolver state from CDN.

Structs§

EvaluationContext
The evaluation context provides ambient information for the purposes of flag evaluation. Contextual data may be used as the basis for targeting, including rule-based evaluation, overrides for specific subjects, or fractional flag evaluation.
EvaluationError
Struct representing error

Enums§

EvaluationReason
Reason for evaluation.

Constants§

VERSION
The version of the Confidence OpenFeature provider. This is automatically updated by release-please.