Versions in this module Expand all Collapse all v0 v0.70.0 Jun 16, 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