Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplication ¶
func NewApplication(config *config.Config, opts ...Option) contracts.ApplicationInterface
NewApplication return contracts.ApplicationInterface.
Types ¶
type Option ¶
type Option func(*application)
func WithBootstrappers ¶
func WithBootstrappers(bootstrappers ...contracts.Bootstrapper) Option
WithBootstrappers custom boots.
func WithMustBootedBootstrappers ¶
func WithMustBootedBootstrappers(bootstrappers ...contracts.Bootstrapper) Option
WithMustBootedBootstrappers set mustBooted.
Click to show internal directories.
Click to hide internal directories.