# Functions
NewInjector creates a new injector.
NewMockInjector creates a new mock DI injector.
# Structs
BaseInjector holds instances registered with the injector.
MockInjector extends the RealInjector with additional testing functionality.
# Interfaces
Injector defines the methods for the injector.