Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategorySubscriptions ¶
type Repository ¶
type Repository interface { // FeedCategorySubscriptionsGetAll returns all CategorySubscriptions for a given user. FeedCategorySubscriptionsGetAll(userUUID string) ([]CategorySubscriptions, error) }
Repository provides access to user feed subscriptions for exporting.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles feed subscription export operations.
func NewService ¶
func NewService(r Repository) *Service
NewService initializes and returns a new Service.
Click to show internal directories.
Click to hide internal directories.