Versions in this module Expand all Collapse all v0 v0.2.20 May 15, 2026 Changes in this version + type EngineError struct + Category component.Category + Err error + Message string + Name string + Op string + Scope component.Scope + Tags []string + func (e *EngineError) Error() string + func (e *EngineError) Unwrap() error v0.2.19 Mar 17, 2026 Changes in this version + func NewContainer(opts ...Option) component.Container + type Option func(*containerImpl) + func WithCategoryResolvers(res map[component.Category]component.ConfigResolver) Option + type Status int + const StatusError + const StatusInstantiating + const StatusNone + const StatusReady