fix(lib/store/bbolt): use a multi-bucket flow instead of a single bucket flow

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-06 00:39:07 +00:00
parent e870ede120
commit 64d147fc9b
5 changed files with 102 additions and 84 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ func TestImpl(t *testing.T) {
path := filepath.Join(t.TempDir(), "db")
t.Log(path)
data, err := json.Marshal(Config{
Path: path,
Bucket: "anubis",
Path: path,
})
if err != nil {
t.Fatal(err)