MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / QueueConsumer

Struct QueueConsumer

shared/messaging/queue_consumer.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type QueueConsumer struct {
11 rb *RabbitMQ
12 connMgr *ConnectionManager
13 queueName string
14}
15
16func NewQueueConsumer(rb *RabbitMQ, connMgr *ConnectionManager, queueName string) *QueueConsumer {
17 return &QueueConsumer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected