# 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.