updated templates location

This commit is contained in:
Mark Chmarny 2020-09-10 17:37:47 -07:00 committed by GitHub
parent 9004be9ddf
commit 09d0b4cf52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ In addition to this Dapr API client, Dapr go SDK also provides `service` package
To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating these Dapr callback packages:
* [dapr-grpc-event-subscriber-template](https://github.com/dapr/dapr-grpc-event-subscriber-template)
* [dapr-grpc-service-template](https://github.com/dapr/dapr-grpc-service-template)
* [dapr-http-event-subscriber-template](https://github.com/dapr/dapr-http-event-subscriber-template)
* [dapr-http-cron-handler-template](https://github.com/dapr/dapr-http-cron-handler-template)
* [Dapr gRPC Service in Go](https://github.com/mchmarny/dapr-grpc-service-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [Dapr HTTP Event Subscriber in Go](https://github.com/mchmarny/dapr-http-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with HTTP development
* [Dapr gRPC Event Subscriber in Go](https://github.com/mchmarny/dapr-grpc-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [Dapr-http-cron-handler in Go](https://github.com/mchmarny/dapr-http-cron-handler-template) - Template project to jump start your Dapr service development for scheduled workloads
## Contributing