package
1.8.1
Repository: https://github.com/hidevopsio/hiboot.git
Documentation: pkg.go.dev

# Packages

Package autoconfigure implement ConfigurableFactory.
Package depends provides dependency resolver for factory.
Package instantiate implement InstantiateFactory.

# Functions

CastMetaData cast object to *factory.MetaData.
CloneMetaData is the func for cloning metadata.
GetObjectQualifierName get the qualifier's name of object.
NewMetaData create new meta data.
ParseParams parse parameters.

# Constants

ConfigurableFactoryName is the instance name of factory.configurableFactory.
InstantiateFactoryName is the instance name of factory.instantiateFactory.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Deps the dependency mapping of configuration.
MetaData is the injectable object meta data.

# Interfaces

ConfigurableFactory configurable factory interface.
Configuration configuration interface.
Factory interface.
No description provided by the author
InstantiateFactory instantiate factory interface.