From 0b4dc34c57652f2992c6f99c39a698ec3ee0a71a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 19 May 2021 01:19:02 -0400 Subject: [PATCH] Fix typo --- storage/store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/store/store.go b/storage/store/store.go index 33269a72..55994bc2 100644 --- a/storage/store/store.go +++ b/storage/store/store.go @@ -7,7 +7,7 @@ import ( // Store is the interface that each stores should implement type Store interface { - // GetAllAsJSON returns the JSON encoding of all monitored core.ServiceStatus + // GetAllServiceStatusesWithResultPagination returns the JSON encoding of all monitored core.ServiceStatus // with a subset of core.Result defined by the page and pageSize parameters GetAllServiceStatusesWithResultPagination(page, pageSize int) map[string]*core.ServiceStatus