This commit is contained in:
Asim Aslam
2020-01-24 21:31:57 +00:00
parent 49cc022ca2
commit 2b1844971c
3 changed files with 9 additions and 4 deletions

View File

@@ -246,12 +246,12 @@ var (
}
DefaultRuntimes = map[string]func(...runtime.Option) runtime.Runtime{
"local": runtime.NewRuntime,
"local": runtime.NewRuntime,
}
DefaultStores = map[string]func(...store.Option) store.Store{
"memory": memStore.NewStore,
"service": svcStore.NewStore,
"memory": memStore.NewStore,
"service": svcStore.NewStore,
}
// used for default selection as the fall back