Versions in this module Expand all Collapse all v2 v2.0.5 Jan 19, 2026 Changes in this version + type Option struct + WithRawOutputFunc func(v *RawOutput) + WithSiteTitleFunc func(v *SiteTitle) + func WithSiteTitle(title string) Option + type RawOutput struct + RawOutput bool + type SiteTitle struct + SiteTitle string v2.0.4 Jan 18, 2026 Changes in this version + type CommonConfig struct + RawOutput bool + type CommonOption func(*CommonConfig) + func WithRawOutput() CommonOption