mirror of https://github.com/dapr/go-sdk.git
updated templates location
This commit is contained in:
parent
9004be9ddf
commit
09d0b4cf52
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue