Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadProvider = errors.New("bad provider") ErrNoScope = errors.New("missing scope") )
Functions ¶
func AddProviderFactories ¶
func AddProviderFactories(c *di.Configuration, provider reflect.Type) error
func AddServiceFactory ¶
func AddServiceFactory(c *di.Configuration, service reflect.Type)
func Services ¶
func Services(c *di.Configuration) error
Services will load all the services that have been registered with the application into the provided Configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.