go-sdk/service
Mark Chmarny d6de57c71a
HTTP serving implementation (#45)
* 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
2020-08-17 17:14:55 -07:00
..
common HTTP serving implementation (#45) 2020-08-17 17:14:55 -07:00
grpc HTTP serving implementation (#45) 2020-08-17 17:14:55 -07:00
http HTTP serving implementation (#45) 2020-08-17 17:14:55 -07:00
Readme.md HTTP serving implementation (#45) 2020-08-17 17:14:55 -07:00

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.