Versions in this module Expand all Collapse all v0 v0.2.0 May 16, 2026 Changes in this version + type Aggregator struct + func New(open, close string) *Aggregator + func (a *Aggregator) Feed(text string) (textSegments []string, matches []Match) + func (a *Aggregator) Flush() (remaining string) + type Match struct + Content string