# Functions
Register register a struct instance or constructor (func), so that it will be injectable.
RegisterPostProcessor register post processor.
# Constants
ApplicationContextName is the application context instance name.
BannerDisabled is the property that allow use to enable / disable banner display on terminal.
ProfilesInclude is the property that allow user include profiles at runtime.
# Variables
AutoConfiguration register auto configuration struct Deprecated: should use app.Register() instead.
Component register all component into container Deprecated: should use app.Register() instead.
ErrInvalidObjectType indicates that configuration type is invalid.
# Structs
BaseApplication is the base application.
Configuration is the base configuration.
# Interfaces
Application is the base application interface.
ApplicationContext is the alias interface of Application.
PostProcessor is the post processor.