//
pkg.gl
Category
github.com/sivsivsree/qmanager
module
package
0.1.1
Repository:
https://github.com/sivsivsree/qmanager.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
149 SLOC
#
Packages
consumer
No description provided by the author
producer
No description provided by the author
#
Functions
Dial
Dial function wrapper amqp.Dial For use amqp.DialConfig or amqp.DialTLS implement your func.
Open
Open creates connection and trying to connect use Close method to stop connection attempts.
#
Variables
ErrChannel
No description provided by the author
ErrClose
ErrClose connection was closed earlier.
ErrConnectionUnavailable
ErrConnectionUnavailable remote server is unavailable or network is down.
#
Structs
Conn
Conn connect instance.
#
Interfaces
Connector
Connector interface for connection instance.
Conner
Conner interface for wrapper Connection.