Skip to content

Commit

Permalink
add dapr kv types for slightfile parsing
Browse files Browse the repository at this point in the history
Signed-off-by: David Justice <david@devigned.com>
  • Loading branch information
devigned committed Mar 31, 2023
1 parent 18047e4 commit bf0789e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ use slight_sql::Sql;
use wit_bindgen_wasmtime::wasmtime::Store;

#[cfg(feature = "keyvalue")]
const KEYVALUE_HOST_IMPLEMENTORS: [&str; 8] = [
const KEYVALUE_HOST_IMPLEMENTORS: [&str; 10] = [
"kv.filesystem",
"kv.azblob",
"kv.awsdynamodb",
"kv.redis",
"kv.dapr",
"keyvalue.filesystem",
"keyvalue.azblob",
"keyvalue.awsdynamodb",
"keyvalue.redis",
"keyvalue.dapr",
];

#[cfg(feature = "distributed-locking")]
Expand Down

0 comments on commit bf0789e

Please sign in to comment.