Documentation ¶ Index ¶ func Converter(ctx sync.Context) converter.Converter func GetRegistry(ctx sync.Context) *registry.Registry func WithConverter(ctx sync.Context, converter converter.Converter) sync.Context func WithRegistry(ctx sync.Context, r *registry.Registry) sync.Context type PropagatorsKey Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Converter ¶ func Converter(ctx sync.Context) converter.Converter func GetRegistry ¶ added in v1.0.0 func GetRegistry(ctx sync.Context) *registry.Registry func WithConverter ¶ func WithConverter(ctx sync.Context, converter converter.Converter) sync.Context func WithRegistry ¶ added in v1.0.0 func WithRegistry(ctx sync.Context, r *registry.Registry) sync.Context Types ¶ type PropagatorsKey ¶ type PropagatorsKey int var PropagatorsCtxKey PropagatorsKey Source Files ¶ View all Source files contextpropagator.goconverter.goregistry.go Click to show internal directories. Click to hide internal directories.