# Functions
NewCompositeFactory creates a new instance of the factory.
NewCompositeFactoryFromFactories creates a new instance of the factory.
NewCreateError creates an error instance and assigns its values.
NewCreateErrorByLocator creates an error instance and assigns its values.
NewFactory create new factory Returns: *Factory.
# Structs
CompositeFactory aggregates multiple factories into a single factory component.
No description provided by the author
# Interfaces
IFactory interface for component factories.