Add link to examples (#83)

This commit is contained in:
Leon Mai 2019-10-30 11:49:25 -07:00 committed by Yaron Schneider
parent 298ac1c381
commit 4200a3cc2d
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ type TransactionalStateStore interface {
Multi(reqs []TransactionalRequest) error
}
```
See the [documentation repo](https://github.com/dapr/docs/tree/master/howto) for examples.