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