The documentation you are viewing is for Dapr v1.10 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Go

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.

Client

Use the Go Client SDK for invoking public Dapr APIs

Learn more about the Go Client SDK

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