Versions in this module Expand all Collapse all v2 v2.0.3 Aug 28, 2021 Changes in this version + type HttpServer struct + func NewHttpServer(router *mux.Router, doListenAndServe bool) *HttpServer + func (b *HttpServer) BootstrapHandler(ctx context.Context, wg *sync.WaitGroup, _ startup.Timer, dic *di.Container) bool + func (b *HttpServer) IsRunning() bool + type Ready struct + func NewReady(httpServer httpServer, stream chan<- bool) *Ready + func (r *Ready) BootstrapHandler(_ context.Context, _ *sync.WaitGroup, startupTimer startup.Timer, ...) bool + type StartMessage struct + func NewStartMessage(serviceKey, version string) *StartMessage + func (h StartMessage) BootstrapHandler(_ context.Context, _ *sync.WaitGroup, startupTimer startup.Timer, ...) bool