components-contrib/configuration
ItalyPaleAle 8c7ae10f4c 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-17 00:02:23 +00:00
..
azure/appconfig 💄 2023-02-17 00:02:23 +00:00
postgres Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
redis Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
requests.go Removing operation from Updatevent 2023-01-09 20:43:41 +05:30
responses.go fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
store.go Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -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.