* adding force https metadata and its handler code * make https a const; change ForceHTTPS to lowercase before compare with true * replacing strings.ToLower with strings.EqualFold due to lint error in Build linux_amd64 binaries check Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> Co-authored-by: Young Bu Park <youngp@microsoft.com> |
||
---|---|---|
.github | ||
authentication | ||
bindings | ||
docs | ||
exporters | ||
middleware | ||
nameresolution | ||
pubsub | ||
secretstores | ||
state | ||
.codecov.yaml | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
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.
Contribution
Code of Conduct
Please refer to our Dapr Community Code of Conduct