mirror of https://github.com/dapr/go-sdk.git
updates template location to dapr org (#57)
* clean example log entries * link updates to dapr org
This commit is contained in:
parent
f771e4e8c7
commit
bfa8a82cad
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue