Versions in this module Expand all Collapse all v1 v1.18.1 Apr 6, 2022 Changes in this version + type Buffer struct + func New(i int) *Buffer + func (b *Buffer) Get(n int) []*Entry + func (b *Buffer) Put(v interface{}) + func (b *Buffer) Since(t time.Time) []*Entry + func (b *Buffer) Size() int + func (b *Buffer) Stream(stop chan bool) <-chan *Entry + type Entry struct + Timestamp time.Time + Value interface{}