Imports of package amqp

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/streadway/amqpPackage amqp is an AMQP 0.9.1 client with RabbitMQ extensions
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
timePackage time provides functionality for measuring and displaying time.