go-sdk/service
Alessandro (Ale) Segala 0dcc1509de
Do not wrap errors for invocations (#187)
Fix #186
2021-07-06 08:53:43 -07:00
..
common update code according to queryString changed from map to string in proto definetion (#155) 2021-04-08 14:13:54 -07:00
grpc Do not wrap errors for invocations (#187) 2021-07-06 08:53:43 -07:00
http fixed typos (#172) 2021-06-18 15:04:11 -07:00
Readme.md fixed typos (#172) 2021-06-18 15:04:11 -07:00

Readme.md

Dapr Service (Callback) SDK for Go

In addition to this Dapr API client, Dapr Go SDK also provides service package to bootstrap your Dapr callback services. These services can be developed in either gRPC or HTTP:

Templates

To accelerate your Dapr app development in Go even further, we've created a few GitHub templates which build on the above Dapr callback packages:

Contributing

See the Contribution Guide to get started with building and developing.