From c558681f021dc0ebe77a6a72e22e9a92ce5d482d Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Thu, 11 Mar 2021 14:30:14 +0100 Subject: start adding mastodon api types --- internal/cache/cache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/cache/cache.go') diff --git a/internal/cache/cache.go b/internal/cache/cache.go index ed13aded4..1d2d0533b 100644 --- a/internal/cache/cache.go +++ b/internal/cache/cache.go @@ -20,6 +20,6 @@ package cache // Cache defines an in-memory cache that is safe to be wiped when the application is restarted type Cache interface { - Store(k string, v interface{}) error - Fetch(k string) (interface{}, error) + Store(k string, v interface{}) error + Fetch(k string) (interface{}, error) } -- cgit v1.2.3