Versions in this module Expand all Collapse all v0 v0.0.2 Jul 23, 2025 Changes in this version + func Must(err error) + type Checker interface + Check func() (bool, error) + func NewChecker(cfg *Runtime) Checker + type Runtime struct + CheckCmd string + CheckExpression string + Host string + Port int + type Server interface + Shutdown func() error + Start func() error + func NewServer(cfg *Runtime, chk Checker) Server