package
1.1.0
Repository: https://github.com/pinebit/go-boot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewApplicationForService creates a new Application from the given (uber) Service, that is usually constructed with Sequentially or Simultaneously (or combination).
No description provided by the author
Sequentially() creates a Service that delegates invocations to the given services in the sequential order.
Simultaneously() creates a Service that delegates invocations to the given services simultaneously.

# Interfaces

Application represents an application that supports graceful boot/shutdown.
HttpServer is a Service wrapper for the standard http.Server.
Service interface defines the contract for any service managed by go-boot.