Versions in this module Expand all Collapse all v0 v0.4.1 Jan 19, 2026 v0.4.0 Jan 12, 2026 Changes in this version + type HTTPServerFactory struct + func New(osLayer OSLayer) *HTTPServerFactory + func (f *HTTPServerFactory) NewServerOverUDS(handlers map[string]http.HandlerFunc) (HttpServer, error) + type HttpServer interface + Serve func(socketPath string) error + Shutdown func(ctx context.Context) error + type OSLayer interface + RemoveAll func(name string) error