Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + func ListenAndServe(cfg Config) error + func ListenAndServeMulti(services []ServiceConfig) error + type Config struct + Addr string + Handler http.Handler + IdleTimeout time.Duration + ReadTimeout time.Duration + ShutdownTimeout time.Duration + WriteTimeout time.Duration + type ServiceConfig struct + Config Config + Name string Other modules containing this package github.com/RAiWorks/RapidGo/v2