internal

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package internal contains internal identifiers for the OpenFeature SDK.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextKey added in v1.13.0

type ContextKey struct{}

ContextKey is just an empty struct. It exists so TransactionContext can be an immutable public variable with a unique type. It's immutable because nobody else can create a ContextKey, being unexported.

var TransactionContext ContextKey

TransactionContext is the context key to use with golang.org/x/net/context's WithValue function to associate an EvaluationContext value with a context.

Directories

Path Synopsis
Package factory bridges the openfeature package's isolated-instance constructor to the openfeature/isolated sub-package without exposing it publicly.
Package factory bridges the openfeature package's isolated-instance constructor to the openfeature/isolated sub-package without exposing it publicly.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL