Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextDispatcher ¶
type ContextDispatcher[T any] interface { Set(ctx context.Context, value T) context.Context Get(ctx context.Context) T }
ContextDispatcher is a generic interface for setting and getting values from a context.
func NewContextDispatcher ¶
func NewContextDispatcher[T any, R comparable](key R) ContextDispatcher[T]
NewContextDispatcher creates a new ContextDispatcher with the given key.
Click to show internal directories.
Click to hide internal directories.