Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.
Перейти к файлу
David Justice 1c6a1aad33
Merge pull request #11 from devigned/opentracing
Opentracing support
2018-04-12 10:37:40 -07:00
.github change a bit of formatting 2018-03-26 08:46:53 -07:00
aad add opentracing support 2018-04-12 10:29:47 -07:00
auth format and add license to files 2018-03-21 14:29:18 -07:00
cbs update amqp and add close context 2018-04-12 10:29:47 -07:00
conn make conn keys case insensitive 2018-03-28 11:36:34 -07:00
internal update changelog and version 2018-04-12 10:29:47 -07:00
log add opentracing support 2018-04-12 10:29:47 -07:00
persist change a bit of formatting 2018-03-26 08:47:03 -07:00
rpc update amqp and add close context 2018-04-12 10:29:47 -07:00
sas format and add license to files 2018-03-21 14:29:18 -07:00
uuid format and add license to files 2018-03-21 14:29:18 -07:00
.gitignore initial commit for common amqp deps 2018-03-21 13:51:34 -07:00
.travis.yml add dep and megacheck 2018-03-23 14:19:30 -07:00
Gopkg.lock update amqp and add close context 2018-04-12 10:29:47 -07:00
Gopkg.toml update amqp and add close context 2018-04-12 10:29:47 -07:00
LICENSE Initial commit 2018-03-21 13:24:29 -07:00
Makefile initial commit for common amqp deps 2018-03-21 13:51:34 -07:00
README.md Update README.md 2018-03-28 16:16:54 -07:00
changelog.md update changelog and version 2018-04-12 10:29:47 -07:00
ptrs.go format and add license to files 2018-03-21 14:29:18 -07:00
retry.go format and add license to files 2018-03-21 14:29:18 -07:00

README.md

Azure AMQP Common

Go Report Card godoc Build Status

This project contains reusable components for AMQP based services like Event Hub and Service Bus. You will find abstractions over authentication, claims-based security, connection string parsing, checkpointing and RPC for AMQP.

If you are looking for the Azure Event Hub library for go, you can find it here.

Install

Via dep

dep ensure -add "github.com/Azure/azure-amqp-common-go"

Or via go get

go get github.com/Azure/azure-amqp-common-go

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT, see LICENSE.

Contribute

See CONTRIBUTING.md.