Remove last_build_date from Feed struct

Also removed previously dropped fields: DiscoveredAt, NextCheckAt, SourceURL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-04 19:16:25 -05:00
parent 8f9081b4a0
commit 4a49cf9893
-1
View File
@@ -43,7 +43,6 @@ type Feed struct {
// Timing
LastCheckedAt time.Time `json:"last_checked_at,omitempty"` // feed_check: when last checked
LastBuildDate time.Time `json:"last_build_date,omitempty"` // From feed's lastBuildDate/updated
// Cache headers for conditional requests
ETag string `json:"etag,omitempty"`