We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd317d2 commit abe711eCopy full SHA for abe711e
errors/README.md
@@ -8,7 +8,7 @@ Define the error
8
```go
9
import kitErrors "github.com/dapr/kit/errors"
10
11
-// Define error in dapr pkg/api/<building_block>_errors.go
+// Define error in dapr pkg/api/errors/<building_block>.go
12
func PubSubNotFound(name string, pubsubType string, metadata map[string]string) error {
13
message := fmt.Sprintf("pubsub %s is not found", name)
14
0 commit comments