Versions in this module Expand all Collapse all v1 v1.0.0 Jul 30, 2020 Changes in this version + type Archive struct + Interval uint32 + Ready uint32 + TTL uint32 + func NewArchive(ret conf.Retention) Archive + func (a Archive) Valid(from, ttl uint32) bool + type Archives []Archive + func NewArchives(rawInterval uint32, schemaID uint16) Archives + type Index struct + func NewIndex() Index + func (a *Index) ArchivesID(rawInterval uint32, schemaID uint16) int + func (a Index) Get(index int) Archives