Registry / messaging / sina-ghaderi-rabbitio

sina-ghaderi-rabbitio

JSON →
library0.0.0-20220730151941-9ce26f4f872egogounverified

RabbitIO is a Go library for interacting with RabbitMQ, providing simplified message publishing and consuming.

go get github.com/sina-ghaderi/rabbitio
INSTALL
IMPORT
SIG · SINA-GHADERI-RABBI
S
sina-ghaderi-rabbitio
messaginggov0.0.0-20220730151941-9ce26f4f872e
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rabbitio
github.com/sina-ghaderi/rabbitio

Connects to a RabbitMQ server.

package main import ( "github.com/sina-ghaderi/rabbitio" "log" ) func main() { conn, err := rabbitio.Dial("amqp://guest:guest@localhost:5672/") if err != nil { log.Fatal(err) } defer conn.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220730151941-9ce26f4f872elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
sina-ghaderi-rabbitio — go get sina-ghaderi-rabbitio · libregistry