Documentation
¶
Overview ¶
Package factory bridges the openfeature package's isolated-instance constructor to the openfeature/isolated sub-package without exposing it publicly. Internal-only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentAPI func() any
CurrentAPI is set by openfeature.init and read by isolated tests via factory.CurrentAPI. Returns the current singleton evaluation API as any to avoid an import cycle; callers must type-assert to [*openfeature.EvaluationAPI].
View Source
var NewAPI func() any
NewAPI is set by openfeature.init and read by openfeature/isolated.NewAPI. Returns the openfeature evaluation API as any to avoid an import cycle; callers must type-assert to [*openfeature.EvaluationAPI].
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.