package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev
# Functions
Creates a new nested container from the specified parent container.
Creates a new container with only registrations from the given container.
Registers a constructed instance of the specified type Panics if the registration fails.
Registers a named constructed instance of the specified type Panics if the registration fails.
# Variables
No description provided by the author
# Structs
NestedContainer is an IoC container that support nested containers Used for more complex registration scenarios such as scop based registration/resolution.
# Interfaces
No description provided by the author