timoth-y/kicksware-api

View on GitHub
shared/api/events/consume.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Broker.Consume has 5 return statements (exceeds 4 allowed).
Open

func (b *Broker) Consume(
    queueName,
    routingKey string,
    handler func(d amqp.Delivery) bool,
    concurrency int) error {
Severity: Major
Found in shared/api/events/consume.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status