This commit is contained in:
Nazar Kanaev 2020-10-20 20:54:05 +01:00
parent b766cb4ac5
commit 6a63d49823
7 changed files with 21 additions and 21 deletions

View file

@ -8,8 +8,8 @@ type HTTPState struct {
FeedID int64
LastRefreshed time.Time
LastModified string
Etag string
LastModified string
Etag string
}
func (s *Storage) GetHTTPState(feedID int64) *HTTPState {