Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2025 Changes in this version + type Config struct + Debug debug.Config + EnableCORS bool + GinMode string + IdleTimeout time.Duration + MaxHeaderBytes int + Port int + ReadTimeout time.Duration + WriteTimeout time.Duration + type HTTPServer struct + func NewHTTPServer(cfg *Config, service *service.Service, env string) *HTTPServer + func (a *HTTPServer) Name() string + func (a *HTTPServer) Run(ctx context.Context) error + func (a *HTTPServer) Shutdown(ctx context.Context)