Documentation
¶
Overview ¶
nolint:containedctx
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*Application, error)
func (*Application) AddClosers ¶
func (a *Application) AddClosers(closers ...CloserFunc)
func (*Application) AddRunners ¶
func (a *Application) AddRunners(runners ...RunnerFunc)
func (*Application) Context ¶
func (a *Application) Context() context.Context
func (*Application) GetLogger ¶
func (a *Application) GetLogger() log.Logger
func (*Application) Run ¶
func (a *Application) Run() error
func (*Application) Shutdown ¶
func (a *Application) Shutdown()
type CloserFunc ¶
type RunnerFunc ¶
Click to show internal directories.
Click to hide internal directories.