Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFxApp ¶
func NewApplication ¶
func NewApplication( providers []interface{}, decorates []interface{}, options []fx.Option, logger logger.Logger, env environment.Environment, ) contracts.Application
func NewApplicationBuilder ¶
func NewApplicationBuilder(environments ...environment.Environment) contracts.ApplicationBuilder
Types ¶
type FxErrorHandler ¶
type FxErrorHandler struct {
// contains filtered or unexported fields
}
func NewFxErrorHandler ¶
func NewFxErrorHandler(logger logger.Logger) *FxErrorHandler
func (*FxErrorHandler) HandleError ¶
func (h *FxErrorHandler) HandleError(e error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.