A complete, production-grade Go client for the [Moov API](https://docs.moov.io/api/), structured with **Domain-Driven Design** — each API resource group is its own package with explicit types and a `Service` struct, with only `moov.go` in the root acting as the façade entry point.
Hosting framework for Go inspired by Microsoft.Extensions.Hosting: graceful shutdown, restart policies, readiness, health checks, cron, HTTP/gRPC services. Part of the s* family (sconf, srog, sorm).