Versions in this module Expand all Collapse all v0 v0.1.1 Dec 29, 2024 v0.1.0 Dec 3, 2023 Changes in this version + var DupeDetected = errors.New("Dupe detected") + type DupeDetector map[string]bool + func (r DupeDetector) Register(stream io.Reader, hash hash.Hash) error