summaryrefslogtreecommitdiff
path: root/services/worker/internal/model/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/worker/internal/model/feed.go')
-rw-r--r--services/worker/internal/model/feed.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/services/worker/internal/model/feed.go b/services/worker/internal/model/feed.go
index 611c820..a903af0 100644
--- a/services/worker/internal/model/feed.go
+++ b/services/worker/internal/model/feed.go
@@ -18,8 +18,11 @@ type Feed struct {
ConsecutiveFailures int
NextFetchAt time.Time
FetchIntervalSeconds int
- CreatedAt time.Time
- UpdatedAt time.Time
+ CreatedAt time.Time
+ UpdatedAt time.Time
+ SubscriberUserIdentifier *string
+ AuthenticationType *string
+ AuthenticationValue *string
}
type FeedEntry struct {