Versions in this module Expand all Collapse all v1 v1.1.1 Jan 3, 2022 v1.0.0 Jan 3, 2022 Changes in this version + func New(size int) log.DataStructure + type LogQueue struct + func (lq *LogQueue) Pop() (log.Log, error) + func (lq *LogQueue) Push(log log.Log) error + func (lq *LogQueue) Size() int