mirror of https://github.com/dapr/go-sdk.git
* http service implementation * http coverage * common serving interface * multi pubsub support * multi-pubsub serving * ensures unique componennt/topic * cleaned samples in docs * cleaned up examples in callback docs * removes Parallel from callback tests * multi-pupsub support * updated tests for empty pubsub data * cleaned up example client * header parsing in HTTP per issue 1894 in dapr * refactored client binding * refactored service invoke * updated client and serving docs * removed v0.9 from makefile action descr * renamed based on PR review * updated names globally |
||
|---|---|---|
| .. | ||
| common | ||
| grpc | ||
| http | ||
| Readme.md | ||
Readme.md
Dapr Service (Callback) SDK for Go
In addition to a an easy to use client, Dapr go package also provides implementation for service or callback in both HTTP and gRPC protocols:
Contributing
See the Contribution Guide to get started with building and developing.