Versions in this module Expand all Collapse all v0 v0.0.1 Mar 22, 2021 Changes in this version + type RingBuffer struct + func New(size uint64) *RingBuffer + func (r *RingBuffer) Close() + func (r *RingBuffer) Pull() (interface{}, bool) + func (r *RingBuffer) Push(data interface{}) + func (r *RingBuffer) Reset()