Versions in this module Expand all Collapse all v0 v0.2.0 Oct 30, 2023 Changes in this version + type Config struct + Config config.Config + func DefaultConfig() *Config + type Parse interface + Deinit func(context.Context) error + Init func(context.Context) error + Run func(context.Context) error + func New(_ context.Context, cfg *Config) Parse