Versions in this module Expand all Collapse all v1 v1.0.9 Apr 20, 2018 Changes in this version + func DecodeKeyValue(k, v string) (string, string, error) + func NewContext(ctx context.Context, md MD) context.Context + func NewIncomingContext(ctx context.Context, md MD) context.Context + func NewOutgoingContext(ctx context.Context, md MD) context.Context + type MD map[string][]string + func FromContext(ctx context.Context) (md MD, ok bool) + func FromIncomingContext(ctx context.Context) (md MD, ok bool) + func FromOutgoingContext(ctx context.Context) (md MD, ok bool) + func Join(mds ...MD) MD + func New(m map[string]string) MD + func Pairs(kv ...string) MD + func (md MD) Copy() MD + func (md MD) Len() int