Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@qdm12 qdm12 released this 16 Aug 08:01
· 6 commits to main since this release
cb4800e

This release is up for reviews and comments on the Go API. You can create an issue or create a discussion

Features

  • Definition of the Service interface
  • Group of services to start and stop in parallel
  • Sequence of services to start and stop in particular orders
  • Restarter service wrapper to restart a service on crash
  • RunWrapper to ease the implementation of a thread safe service
  • Commonly used service implementation: httpserver
  • Commonly used hooks (for Group, Sequence and Restarter) implementations: LogHooks
  • Readme with simplified examples and examples directory with runnable programs