feat(lib/store): add bbolt store implementation

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-03 18:02:17 +00:00
parent ddb7b0e99e
commit 45f6fa2194
12 changed files with 353 additions and 6 deletions

View File

@@ -7,5 +7,5 @@ import (
)
func TestImpl(t *testing.T) {
storetest.Common(t, New(t.Context()))
storetest.Common(t, factory{}, nil)
}