Documentation ¶
Overview ¶
package queue defines the interface and and implementation of a queue for events storage. the interface is defined by EventQueue while the (currently only) implementation is defined by eventQueueMem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type CacheConfig EventQueue
func NewEventQueueMem ¶
func NewEventQueueMem(queueSizeMb int) CacheConfig
Click to show internal directories.
Click to hide internal directories.