components-contrib/configuration
Carlos Mendible 8bb6ef7ed1
Implemented get all keys (#1920)
Signed-off-by: cmendible <cmendible@gmail.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-05 14:28:52 -07:00
..
azure/appconfig Implemented get all keys (#1920) 2022-08-05 14:28:52 -07:00
redis Fix 4529: Ignore Subscribe/Get wrong redis configuration type keys. (#1693) 2022-05-07 14:15:07 -07:00
Readme.md Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
metadata.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
requests.go Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00
responses.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
store.go Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00

Readme.md

Configuration

Configuration components provide a way for your applications to receive configuration values, dynamically.

Learn more about the Configuration building block in Dapr

Implementing a new configuration store

A compliant configuration store needs to implement the Store inteface included in the store.go file.