# Functions
IncludeProfiles include specific profiles.
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.
Config is the embed config.
ConfigDir is the embed config dir.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProfilesInclude is the property that allow user include profiles at runtime.
Version is the property key of app.version.
# 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.
Profiles include profiles initially.
# 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.