Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { // Add new service AddService(def di.Def) // Add new component factory AddComponent(factory Factory) // Build a component and service registry Build() (Registry, error) }
Builder is a component and service registry builder
Click to show internal directories.
Click to hide internal directories.