# Packages

No description provided by the author

# Functions

ExLoadFactoryByConfig executes the LoadFactoryByConfig directive.
NewController constructs a new controller with a resolver.
NewLoadConfigConstructorByID constructs a new LoadConfigConstructorByID directive.
NewLoadControllerWithConfig constructs a new LoadControllerWithConfig directive.
NewLoadControllerWithConfigAndOpts constructs a new LoadControllerWithConfig directive.
NewLoadFactoryByConfig constructs a new LoadFactoryByConfig directive.

# Structs

Controller implements the controller resolver controller.
LoadConfigConstructorByIDResolver implements directive.Resolver for loading a controller configuration constructor with a config ID.
LoadFactoryByConfigResolver implements directive.Resolver for loading a controller factory with a config object.

# Interfaces

LoadConfigConstructorByID loads a controller configuration object constructor given a configuration ID.
LoadControllerWithConfig is a directive indicating a controller should be loaded and executed (in one action) given a configuration.
LoadFactoryByConfig loads a controller factory given a configuration object.

# Type aliases

LoadConfigConstructorByIDValue is the value type for LoadConfigConstructorByID.
LoadControllerWithConfig is the value emitted to satisfy the LoadControllerWithConfig directive.
LoadFactoryByConfigValue is the value type for LoadFactoryByConfig.