From c488ed1f80fd54846170c0ab04ce59a69f52a9e5 Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Tue, 8 Feb 2022 19:54:15 +0100 Subject: Add objectstore interface Required to support multiple backends. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 268c689..71f8d34 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) type storehouse struct { - objects *objectstore.MemObjectStore + objects objectstore.ObjectStore } func InitStorehouse() *storehouse { -- cgit v1.2.3-70-g09d2