View Source OpenFeature.Provider.NoOp (OpenFeature v0.1.1)

OpenFeature no-op provider, this is the default provider. This provider always returns the default value.

Example

%OpenFeature.Provider.NoOp{}

Summary

Functions

Link to this function

initialize(provider, domain, evaluation_context)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.initialize/3.

Link to this function

resolve_boolean_value(provider, key, default, context)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.resolve_boolean_value/4.

Link to this function

resolve_map_value(provider, key, default, context)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.resolve_map_value/4.

Link to this function

resolve_number_value(provider, key, default, context)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.resolve_number_value/4.

Link to this function

resolve_string_value(provider, key, default, context)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.resolve_string_value/4.

Link to this function

shutdown(provider)

View Source (since 0.1.0)

Callback implementation for OpenFeature.Provider.shutdown/1.