Logo
Explore Help
Sign In
go/launcher
1
0
Fork 0
You've already forked launcher
Code Issues Pull Requests Packages Releases 1 Activity
Files
647810e4f7e801e12922c1d180a182262b66c06d
launcher/go.mod

6 lines
92 B
Modula-2
Raw Normal View History

feat(launcher): initial stable release v0.9.0 Application lifecycle manager enforcing a three-phase init/wire/start sequence with reverse-order graceful shutdown and per-component stop timeouts. What's included: - `Component` interface (OnInit / OnStart / OnStop) and `Hook` type for BeforeStart wiring functions - `Launcher` interface with Append, BeforeStart, Run (blocks on SIGINT/SIGTERM), and idempotent Shutdown(ctx) - `New(logger, opts...)` constructor with configurable ComponentStopTimeout (default 15 s); no global state Tested-via: todo-api POC integration Reviewed-against: docs/adr/
2026-03-18 23:49:12 +00:00
module code.nochebuena.dev/go/launcher
go 1.25
require code.nochebuena.dev/go/logz v0.9.0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 19ms Template: 2ms
English
English
Licenses API