From 04e902f718ed77e283162fe8316e27bff8656e9b Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 28 Nov 2021 21:50:37 -0500 Subject: state: add Feed.FeedResult --- state/state.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'state') diff --git a/state/state.go b/state/state.go index 8ad12e3..109e4d1 100644 --- a/state/state.go +++ b/state/state.go @@ -5,8 +5,9 @@ package state // Contains the result of processing a Feed. type FeedResult struct { - FeedId string // Feed's identifier - Err error // Set on error + FeedId string // Feed's identifier + FeedResult string // Feed result + Err error // Set on error } // Contains the result of processing an Entry. -- cgit v1.2.3