* Initial commit with mock not working Signed-off-by: Florian Wagner <flwagner@microsoft.com> * changed structure for mocking, added first test Signed-off-by: Florian Wagner <flwagner@microsoft.com> * oauth2clientcredentials input checks and tests Signed-off-by: Florian Wagner <flwagner@microsoft.com> * rename metadata authHeaderName to HeaderName Signed-off-by: Florian Wagner <flwagner@microsoft.com> * Run 'go mod tidy' Signed-off-by: Florian Wagner <flwagner@microsoft.com> * use dapr logger from caller Signed-off-by: Florian Wagner <flwagner@microsoft.com> * Fix additional lint requirements by build pipeline Signed-off-by: Florian Wagner <flwagner@microsoft.com> Co-authored-by: Florian Wagner <flwagner@microsoft.com> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> |
||
|---|---|---|
| .github | ||
| authentication/aws | ||
| bindings | ||
| docs | ||
| exporters | ||
| middleware | ||
| nameresolution | ||
| pubsub | ||
| secretstores | ||
| state | ||
| .gitignore | ||
| .golangci.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| Readme.md | ||
| go.mod | ||
| go.sum | ||
Readme.md
Components Contrib
The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.
Available component types:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.