Registry / messaging / michaelklishin-rabbit-hole

michaelklishin-rabbit-hole

JSON →
library1.5.0gogounverified

Rabbit Hole is a Go client for the RabbitMQ HTTP API, providing access to all HTTP API operations via rabbithole.Client.

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

Connect to RabbitMQ HTTP API and get overview

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
michaelklishin-rabbit-hole — go get michaelklishin-rabbit-hole · libregistry