From f7a9e4edaeab2552b9ca8d0a114f7ac77941ea5a Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Sun, 3 Mar 2019 13:00:37 +0100 Subject: [PATCH] feed: more Check changes --- feed/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed/status.go b/feed/status.go index cadfb4b..d3b2a9f 100644 --- a/feed/status.go +++ b/feed/status.go @@ -1,6 +1,6 @@ package feed -type CheckStatus struct { +type Check struct { CheckStatus Status CheckMessage string }