From f9d0f7e413afca734ac068861f446c5269243f03 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 11 Mar 2020 15:18:32 +0100 Subject: [PATCH] add comment --- pkg/thumbnails/thumbnails.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/thumbnails/thumbnails.go b/pkg/thumbnails/thumbnails.go index c13f4c5b0..76223228d 100644 --- a/pkg/thumbnails/thumbnails.go +++ b/pkg/thumbnails/thumbnails.go @@ -27,6 +27,7 @@ type Manager interface { GetStored(Context) []byte } +// NewSimpleManager creates a new instance of SimpleManager func NewSimpleManager(storage storage.Storage, logger log.Logger) SimpleManager { return SimpleManager{ storage: storage,