mirror of https://github.com/dapr/go-sdk.git
736 B
736 B
type | title | linkTitle | weight | description | no_list |
---|---|---|---|---|---|
docs | Dapr Go SDK | Go | 1000 | Go SDK packages for developing Dapr applications | true |
A client library to help build Dapr applications in Go. This client supports all public Dapr APIs while focusing on idiomatic Go experiences and developer productivity.
{{< cardpane >}} {{< card title="Client">}} Use the Go Client SDK for invoking public Dapr APIs
[Learn more about the Go Client SDK]({{< ref go-client >}}) {{< /card >}} {{< card title="Service">}} Use the Dapr Service (Callback) SDK for Go to create services that will be invoked by Dapr.
[Learn more about the Go Service (Callback) SDK]({{< ref go-service >}}) {{< /card >}} {{< /cardpane >}}