···11-// eater
22-// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33-//
44-// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55-// You may not use this work except in compliance with the Licence.
66-// You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
77-//
88-// AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED
99-// under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work.
1010-// See LICENSE file in the repository root for full details.
1111-//
1212-//
1313-// This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND. [cite: 5]
1414-// See the Licence for the specific language governing permissions and limitations. [cite: 6]
1515-1616-import eater/feed/rss
1717-import eater/user
1818-1919-pub type Subscription {
2020- Subscription(user: user.User, feed: rss.Location)
2121-}