Registry / messaging / neowaylabs-wabbit

neowaylabs-wabbit

JSON →
library0.0.0-20210927194032-73ad61d1620egogounverified

An AMQP client interface with a mock implementation for testing.

go get github.com/NeowayLabs/wabbit
INSTALL
IMPORT
SIG · NEOWAYLABS-WABBIT
N
neowaylabs-wabbit
messaginggov0.0.0-20210927194032-73ad61d1620e
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.

wabbit
github.com/NeowayLabs/wabbit

Connects to an AMQP broker using the wabbit client.

package main import ( "log" "github.com/NeowayLabs/wabbit" "github.com/NeowayLabs/wabbit/amqp" ) func main() { conn, err := amqp.Dial("amqp://guest:guest@localhost:5672/") if err != nil { log.Fatal(err) } defer conn.Close() log.Println("Connected to AMQP broker") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210927194032-73ad61d1620elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
neowaylabs-wabbit — go get neowaylabs-wabbit · libregistry