updates template location to dapr org (#57)

* clean example log entries

* link updates to dapr org
This commit is contained in:
Mark Chmarny 2020-08-20 16:24:06 -07:00 committed by GitHub
parent f771e4e8c7
commit bfa8a82cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 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/mchmarny/dapr-grpc-event-subscriber-template)
* [dapr-grpc-service-template](https://github.com/mchmarny/dapr-grpc-service-template)
* [dapr-http-event-subscriber-template](https://github.com/mchmarny/dapr-http-event-subscriber-template)
* [dapr-http-cron-handler-template](https://github.com/mchmarny/dapr-http-cron-handler-template)
* [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)
## Contributing

View File

@ -94,8 +94,8 @@ func runHandler(ctx context.Context, in *common.BindingEvent) (out []byte, err e
To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating the gRPC Dapr callback package:
* [dapr-grpc-event-subscriber-template](https://github.com/mchmarny/dapr-grpc-event-subscriber-template)
* [dapr-grpc-service-template](https://github.com/mchmarny/dapr-grpc-service-template)
* [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)
## Contributing to Dapr go client

View File

@ -87,8 +87,8 @@ func runHandler(ctx context.Context, in *common.BindingEvent) (out []byte, err e
To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating the HTTP Dapr callback package:
* [dapr-http-event-subscriber-template](https://github.com/mchmarny/dapr-http-event-subscriber-template)
* [dapr-http-cron-handler-template](https://github.com/mchmarny/dapr-http-cron-handler-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)
## Contributing to Dapr go client