Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( NewApp, )
Functions ¶
func NewApp ¶
func NewApp( commander interfaces.Commander, config interfaces.Config, logger interfaces.Logger, serviceFactory interfaces.ServiceFactory, ) interfaces.App
Types ¶
type App ¶
type App struct {
Commander interfaces.Commander
Config interfaces.Config
Logger interfaces.Logger
ServiceFactory interfaces.ServiceFactory
Tracer interfaces.Tracer
}
Click to show internal directories.
Click to hide internal directories.