Versions in this module Expand all Collapse all v0 v0.18.1 Sep 18, 2015 v0.17.0 Jul 29, 2015 Changes in this version type TimeStore + func NewCMAStore() TimeStore v0.15.0 Jun 26, 2015 Changes in this version + type TimePoint struct + Timestamp time.Time + Value interface{} + type TimeStore interface + Delete func(start, end time.Time) error + Get func(start, end time.Time) []TimePoint + Put func(tp TimePoint) error + func NewGCStore(store TimeStore, bufferDuration time.Duration) TimeStore + func NewTimeStore() TimeStore