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 }