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.
Click to show internal directories.
Click to hide internal directories.