Versions in this module Expand all Collapse all v0 v0.0.3 Jan 17, 2025 v0.0.2 Apr 6, 2024 v0.0.1 Mar 27, 2024 Changes in this version + type Item struct + Index int + Key string + LastModified time.Time + type PriorityQueue struct + func NewPriorityQueue(itemCap int) PriorityQueue + func (pq *PriorityQueue) Pop() interface{} + func (pq *PriorityQueue) Push(x interface{}) + func (pq PriorityQueue) Len() int