Versions in this module Expand all Collapse all v1 v1.0.10 Jan 17, 2023 v1.0.1 Jan 19, 2023 v1.0.0 Jan 19, 2023 Changes in this version + type Deduplicable interface + IsDuplicate func(interface{}) bool + type History struct + func New(length int) *History + func (history *History) Add(record interface{}) + func (history *History) Latest() interface{} + func (history *History) Records() []interface{}