aboutsummaryrefslogtreecommitdiffstats
path: root/common.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-29 02:16:26 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-29 02:16:26 +0100
commitde1c0bfec0269ff2a31b62d13612d833da178ec4 (patch)
tree9a47045401c1991747dd1f2e5497efff1e3dc1e5 /common.go
parentcf9efc629eae67dc5c05c06e3cb0470bb1696f73 (diff)
downloadgo-git-de1c0bfec0269ff2a31b62d13612d833da178ec4.tar.gz
storage: IndexStorer implementation
Diffstat (limited to 'common.go')
-rw-r--r--common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.go b/common.go
index ef1db3b..580a829 100644
--- a/common.go
+++ b/common.go
@@ -15,6 +15,7 @@ type Storer interface {
storer.EncodedObjectStorer
storer.ReferenceStorer
storer.ShallowStorer
+ storer.IndexStorer
config.ConfigStorer
}