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:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user