Registry / messaging / michaelklishin-rabbit-hole-v2

michaelklishin-rabbit-hole-v2

JSON →
library2.16.0gogounverified

Package rabbithole is a Go client for the RabbitMQ HTTP API.

go get github.com/michaelklishin/rabbit-hole/v2
INSTALL
IMPORT
SIG · MICHAELKLISHIN-RAB
M
michaelklishin-rabbit-hole-v2
messaginggov2.16.0
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.

rabbithole
github.com/michaelklishin/rabbit-hole/v2

Creates a client and fetches the RabbitMQ overview.

package main import ( "fmt" rabbithole "github.com/michaelklishin/rabbit-hole/v2" ) func main() { client, err := rabbithole.NewClient("http://localhost:15672", "guest", "guest") if err != nil { panic(err) } overview, err := client.Overview() if err != nil { panic(err) } fmt.Printf("RabbitMQ version: %s\n", overview.RabbitMQVersion) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.16.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
michaelklishin-rabbit-hole-v2 — go get michaelklishin-rabbit-hole-v2 · libregistry