From 1f748cc2394e28c384497dcdfaf92fb7d5af202e Mon Sep 17 00:00:00 2001 From: siddharth Date: Mon, 29 Nov 2021 21:14:44 -0500 Subject: state: update ProcessState.DB Add documentation. --- state/state.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/state/state.go b/state/state.go index c43071b..c37a74b 100644 --- a/state/state.go +++ b/state/state.go @@ -20,7 +20,8 @@ type EntryResult struct { } type ProcessState struct { - DB *db.FernDB + // Tracks entries that have already been downloaded. + DB *db.FernDB // Channel for Feed.Process goroutines to communicate to the // caller about the number of entries that are being // downloaded for a feed. -- cgit v1.2.3