Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataTextMap ¶
MetadataTextMap is a map of metadata key-value pairs that can be used to transport structured metadata between services.
func (MetadataTextMap) FroeachKey ¶
func (m MetadataTextMap) FroeachKey(fn func(key string, value string) error) error
FroeachKey iterates over the key-value pairs in the map, calling the provided function for each pair.
func (MetadataTextMap) Set ¶
func (m MetadataTextMap) Set(key, value string)
Set sets the value for the given key
Click to show internal directories.
Click to hide internal directories.