Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type SharedComponent struct + func (r *SharedComponent) Shutdown(ctx context.Context) error + func (r *SharedComponent) Start(ctx context.Context, host component.Host) error + func (r *SharedComponent) Unwrap() component.Component + type SharedComponents struct + func NewSharedComponents() *SharedComponents + func (scs *SharedComponents) GetOrAdd(key any, create func() component.Component) *SharedComponent