internal

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2025 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.

Jump to

Keyboard shortcuts

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