* Implement State Store for OCI ObjectStorage service Signed-off-by: lucasjellema <lucasjellema@gmail.com> * add go.mod and go.sum with dependencies on OCI SDK Signed-off-by: lucasjellema <lucasjellema@gmail.com> * Removed dependency in unit test on OCI account Signed-off-by: lucasjellema <lucasjellema@gmail.com> * Adding extensive unit test (coverage) using mock-OCI client Signed-off-by: lucasjellema <lucasjellema@gmail.com> * Correcting linting issues and review requests Signed-off-by: lucasjellema <lucasjellema@gmail.com> Co-authored-by: Looong Dai <long.dai@intel.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
authentication | ||
bindings | ||
configuration | ||
contenttype | ||
docs | ||
internal/component/redis | ||
metadata | ||
middleware | ||
nameresolution | ||
pubsub | ||
secretstores | ||
state | ||
tests | ||
.codecov.yaml | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
Readme.md | ||
SECURITY.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