Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContainer ¶
Types ¶
type EngineError ¶ added in v0.2.20
type EngineError struct {
Op string
Category component.Category
Scope component.Scope
Name string
Tags []string
Message string
Err error
}
EngineError represents a structured error from the engine container.
func (*EngineError) Error ¶ added in v0.2.20
func (e *EngineError) Error() string
Error implements the error interface.
func (*EngineError) Unwrap ¶ added in v0.2.20
func (e *EngineError) Unwrap() error
Unwrap returns the underlying error.
type Option ¶
type Option func(*containerImpl)
func WithCategoryResolvers ¶
func WithCategoryResolvers(res map[component.Category]component.ConfigResolver) Option
Click to show internal directories.
Click to hide internal directories.