package
1.1.2
Repository: https://github.com/gincorp/gin.git
Documentation: pkg.go.dev

# Functions

NewConsumer will, given the URI of a rabbitMQ instance and a key with which to consume from, generate a Consumer for a node to receive messages germane to their operation.
NewNode returns a Node container.
NewProducer creates configuration container *Producer.

# Structs

Consumer provides a container for `Consumer` configuration and run time values.
Node creates a Node.
Producer configuration for sending messages via rabbit MQ.