Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type Detector struct + func New(maxBuffer int, threshold float64) *Detector + func (d *Detector) Add(content string) bool + func (d *Detector) Flush() []string + func (d *Detector) Size() int