//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter08
bspgraph
message
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
5
Files
87 SLOC
#
Functions
NewInMemoryQueue
NewInMemoryQueue creates a new in-memory queue instance.
#
Interfaces
Iterator
Iterator provides an API for iterating a list of messages.
Message
Message is implemented by types that can be processed by a Queue.
Queue
Queue is implemented by types that can serve as message queues.
#
Type aliases
QueueFactory
QueueFactory is a function that can create new Queue instances.