Versions in this module Expand all Collapse all v2 v2.1.0 Feb 12, 2022 v2.0.2 Feb 12, 2022 Changes in this version + func New(size int) logbuffer.LogBuffer + type LogQueue struct + func (lq *LogQueue) Pop() (log.Log, error) + func (lq *LogQueue) Push(log log.Log) error + func (lq *LogQueue) Size() int Other modules containing this package github.com/snowmerak/logstream