Versions in this module Expand all Collapse all v4 v4.7.1 Feb 23, 2023 Changes in this version + func Delete(ctx context.Context, k string) context.Context + func Get(ctx context.Context, key string) (string, bool) + func MergeContext(ctx context.Context, patchMd Metadata, overwrite bool) context.Context + func NewContext(ctx context.Context, md Metadata) context.Context + func Set(ctx context.Context, k, v string) context.Context + type Metadata map[string]string + func Copy(md Metadata) Metadata + func FromContext(ctx context.Context) (Metadata, bool) + func (md Metadata) Delete(key string) + func (md Metadata) Get(key string) (string, bool) + func (md Metadata) Set(key, val string)