Versions in this module Expand all Collapse all v0 v0.2.37 Aug 20, 2026 v0.2.36 Aug 18, 2026 Changes in this version + const DefaultPrefs + const LowPrio + func LoadTagger(config, unfreeze, expand string, verbose bool) (tagger filter.Tagger, cleanup func(), err error) + func Run(cfg Config, tagger filter.Tagger, r io.Reader, w io.Writer) error + type Config struct + BatchSize int + DropDangling bool + IgnoreSameIdentifier bool + NumWorkers int + Prefs string + Server string + Verbose bool + func DefaultConfig() Config + type SelectResponse struct + Response struct{ ... } + ResponseHeader struct{ ... }