From 02b8f9bc83711aba7200ad3ef0b054eb34f98f94 Mon Sep 17 00:00:00 2001 From: aminst Date: Fri, 15 Dec 2023 19:49:54 -0500 Subject: [PATCH] Update storage TODO comment --- pkg/storage/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/storage.go b/pkg/storage/storage.go index 99611c6..6b69fa7 100644 --- a/pkg/storage/storage.go +++ b/pkg/storage/storage.go @@ -87,7 +87,7 @@ func (s *StorageHandler) InitDatabase() error { return nil } -// TODO: BatchGetBlockOffset(buckets []int, storageID int, blocks []string) (offsets map[int]int, err error) +// TODO: BatchGetBlockOffset(buckets []int, storageID int, blocks []string) (offsets map[int]int, isReal map[int]int, blockFound ma[int]int, err error) // It returns a block offset based on the blocks argument. //