Versions in this module Expand all Collapse all v0 v0.0.1 Sep 18, 2026 Changes in this version + var ErrShutdownTimeout = errors.New("go-l4proxy/l4proxy: shutdown timeout") + type ServerRunner struct + Close func() error + Serve func() error + Shutdown func(context.Context) error + ShutdownTimeout time.Duration + func (r *ServerRunner) Run(sigCtx context.Context) error