Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + const ComponentName + const EventBufferSize + type Component struct + func New(cfg *ComponentConfig) *Component + func (c *Component) Name() string + func (c *Component) Start(ctx context.Context) error + func (c *Component) ValidateSync(ctx context.Context, overlays map[string]*stores.StoreOverlay) *validation.ValidationResult + type ComponentConfig struct + BaseStoreProvider stores.StoreProvider + EventBus *busevents.EventBus + Logger *slog.Logger + Pipeline *pipeline.Pipeline + SyncOnly bool v0.1.0-alpha.12 Feb 27, 2026