Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 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)