Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + type Config struct + Gzip *Gzip + type ConfigBuilder struct + func NewConfigBuilder() *ConfigBuilder + func (b *ConfigBuilder) Parse() (*Config, error) + func (b *ConfigBuilder) WithBytes(config []byte) *ConfigBuilder + type Gzip struct + CompressionLevel *int + MinLength *int