Versions in this module Expand all Collapse all v0 v0.114.0 Nov 18, 2024 v0.113.0 Nov 5, 2024 Changes in this version + type Component struct + func (c *Component[V]) Shutdown(ctx context.Context) error + func (c *Component[V]) Start(ctx context.Context, host component.Host) error + func (c *Component[V]) Unwrap() V + type Map struct + func NewMap[K comparable, V component.Component]() *Map[K, V] + func (m *Map[K, V]) LoadOrStore(key K, create func() (V, error)) (*Component[V], error) Other modules containing this package go.opentelemetry.io/collector