Registry /
messaging / aliyunmq-mq-http-go-sdk
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.
mq_http
✓ github.com/aliyunmq/mq-http-go-sdk
Create an MQ HTTP client
package main
import (
"fmt"
mq_http "github.com/aliyunmq/mq-http-go-sdk"
)
func main() {
client := mq_http.NewAliyunMQClient("endpoint", "accessKey", "secretKey", "")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.