Documentation
¶
Overview ¶
Package metadata provides utilities for attaching and retrieving metadata from Go contexts. It offers both simple key-value storage and a specialized context implementation that supports string-keyed metadata for efficient data passing between function calls.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MetaFrom ¶
MetaFrom extracts metadata from the given context. Returns nil if no metadata is found or if the stored value is not a valid metadata map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.