package
0.11.2
Repository: https://github.com/twdp/hiboot.git
Documentation: pkg.go.dev

# Packages

Package cli provides quick start framework for command line application.
Package fake provides fake.ApplicationContext for unit testing.
Package web provides quick start framework for web application.

# 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.