Versions in this module Expand all Collapse all v1 v1.0.0 Jun 20, 2022 Changes in this version + var NoopTags = &noopTags + func SetInContext(ctx context.Context, tags Tags) context.Context + type Tags interface + Has func(key string) bool + Set func(key string, value interface{}) Tags + Values func() map[string]interface{} + func Extract(ctx context.Context) Tags + func NewTags() Tags