From 90a45b4c0979dd744aa5a28c84ececf243f027d2 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 2 Sep 2018 15:45:14 +0200 Subject: cache: rename RootCache into MultiRepoCache Underline the fact that it's fine to use RepoCache alone --- graphql/resolvers/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql/resolvers/query.go') diff --git a/graphql/resolvers/query.go b/graphql/resolvers/query.go index 0e7f3a6f4..b5763b728 100644 --- a/graphql/resolvers/query.go +++ b/graphql/resolvers/query.go @@ -8,7 +8,7 @@ import ( ) type rootQueryResolver struct { - cache *cache.RootCache + cache *cache.MultiRepoCache } func (r rootQueryResolver) DefaultRepository(ctx context.Context) (*models.Repository, error) { -- cgit v1.2.3