mirror of https://github.com/dapr/go-sdk.git
490 B
490 B
type | title | linkTitle | weight | description | no_list |
---|---|---|---|---|---|
docs | Getting started with the Dapr Service (Callback) SDK for Go | Service | 20000 | How to get up and running with the Dapr Service (Callback) SDK for Go | true |
In addition to this Dapr API client, Dapr Go SDK also provides service package to bootstrap your Dapr callback services. These services can be developed in either gRPC or HTTP:
- [HTTP Service]({{< ref http-service.md >}})
- [gRPC Service]({{< ref grpc-service.md >}})