View Source API Reference OpenFeature v0.1.1
Modules
Module for OpenFeature Flag Evaluation API
This module defines the Client
struct and functions for managing the client's context and callbacks.
OpenFeature EvaluationDetails struct.
OpenFeature Hook struct
OpenFeature HookContext struct.
This module provides the behaviour that must be implemented by all providers. Also includes helper functions to be used with providers.
OpenFeature in-memory provider. This provider is used for testing purposes. The flags are stored in memory and can be manipulated during tests.
OpenFeature no-op provider, this is the default provider. This provider always returns the default value.
OpenFeature ResolutionDetails struct.
OpenFeature types.