Versions in this module Expand all Collapse all v0 v0.10.1 May 21, 2026 Changes in this version + type Config struct + Cors CorsConfig + GinMode string + LocalAddress string + Options []string + func NewDefaultConfig() Config + type CorsConfig struct + AllowCredentials bool + AllowPrivateNetwork bool + AllowedHeaders []string + AllowedMethods []string + AllowedOrigins []string + Debug bool + ExposedHeaders []string + MaxAge int + OptionsPassthrough bool + OptionsSuccessStatus int + type Option interface + Apply func(engine *gin.Engine) error + Key func() string + type Params struct + Config Config + Logger *zap.Logger + Options []Option + type Result struct + Worker worker.Worker + func New(p Params) Result v0.10.1-beta.1 May 21, 2026