peake100/rogerRabbit-go

View on GitHub
pkg/amqp/channel.go

Summary

Maintainability
B
5 hrs
Test Coverage

Channel has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

type Channel struct {
    // underlyingChannel is the the transport object that contains our current underlying
    // connection.
    // The current, underlying channel object.
    underlyingChannel *BasicChannel
Severity: Minor
Found in pkg/amqp/channel.go - About 4 hrs to fix

    Method Channel.Publish has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        exchange string,
        key string,
        mandatory bool,
        immediate bool,
        msg Publishing,
    Severity: Minor
    Found in pkg/amqp/channel.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status