Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2020 v1.0.0 Dec 8, 2020 Changes in this version + type Adapter interface + OnFailure func(error) + Open func() + type App struct + func NewApp(name string, adapters ...Adapter) *App + func (a *App) RegisterSystems(systems ...interface{}) + func (a *App) Run() + func (a *App) SetLogger(logger Logger) + type Closable interface + Close func() + type Fallible interface + NotifyFail func(chan error) + type Logger interface + Debug func(args ...interface{}) + Error func(args ...interface{}) + Fatal func(args ...interface{}) + Info func(args ...interface{}) + Panic func(args ...interface{}) + Warn func(args ...interface{})