From 9659a6da06852ede9bf6b87c0e39a543e88a5034 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 27 Jun 2017 08:02:08 -0700 Subject: Stage 1 of caching layer. Framework (#6693) --- store/sql_status_store.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'store/sql_status_store.go') diff --git a/store/sql_status_store.go b/store/sql_status_store.go index d57a70f46..005b858c6 100644 --- a/store/sql_status_store.go +++ b/store/sql_status_store.go @@ -15,10 +15,10 @@ const ( ) type SqlStatusStore struct { - *SqlStore + SqlStore } -func NewSqlStatusStore(sqlStore *SqlStore) StatusStore { +func NewSqlStatusStore(sqlStore SqlStore) StatusStore { s := &SqlStatusStore{sqlStore} for _, db := range sqlStore.GetAllConns() { -- cgit v1.2.3-1-g7c22