In addition to this Dapr API client, Dapr go SDK also provides service
package to bootstrap your Dapr callback services in either gRPC or HTTP:
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
- dapr-grpc-service-template
- dapr-http-event-subscriber-template
- dapr-http-cron-handler-template
See the Contribution Guide to get started with building and developing.