peake100/rogerRabbit-go

View on GitHub
pkg/amqptest/testers.go

Summary

Maintainability
A
0 mins
Test Coverage
package amqptest

import "github.com/peake100/rogerRabbit-go/pkg/amqp"

// ConnectionTesting exposes some internals of the Connection type for testing.
type ConnectionTesting = amqp.ConnectionTesting

// ChannelTesting exposes some internals of the Channel type for testing.
type ChannelTesting = amqp.ChannelTesting