Versions in this module Expand all Collapse all v1 v1.2.0 Jul 25, 2019 v1.1.0 Feb 20, 2019 v1.0.0 Aug 8, 2018 Changes in this version + type RingLog struct + func New(size int) *RingLog + func (r *RingLog) Insert(obj interface{}) + func (r *RingLog) Walk() []interface{} + type RingLogger interface + Insert func(interface{}) + Walk func() []interface{}