Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.
Перейти к файлу
David Justice 0215fc177b
update travis
2019-05-30 14:59:59 -07:00
.github change a bit of formatting 2018-03-26 08:46:53 -07:00
aad move module to v2 2019-05-30 14:28:17 -07:00
auth format and add license to files 2018-03-21 14:29:18 -07:00
cbs move module to v2 2019-05-30 14:28:17 -07:00
conn improve parsing errors 2018-06-26 10:25:22 -07:00
internal move module to v2 2019-05-30 14:28:17 -07:00
rpc move module to v2 2019-05-30 14:28:17 -07:00
sas move module to v2 2019-05-30 14:28:17 -07:00
uuid trim uuid 2018-04-12 10:56:30 -07:00
.gitignore initial commit for common amqp deps 2018-03-21 13:51:34 -07:00
.travis.yml update travis 2019-05-30 14:59:59 -07:00
LICENSE Initial commit 2018-03-21 13:24:29 -07:00
Makefile use tab for logging and tracing 2019-05-23 15:12:45 -07:00
README.md Adopting modules for package management. 2018-10-24 14:26:03 -07:00
changelog.md add change log entry 2019-05-29 16:25:14 -07:00
go.mod move module to v2 2019-05-30 14:28:17 -07:00
go.sum update tab dep 2019-05-29 14:23:51 -07:00
ptrs.go format and add license to files 2018-03-21 14:29:18 -07:00
retry.go fix retry error return (#16) 2018-04-18 09:20:31 -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 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.