package service type Service struct { redis Redis downloader Downloader } func New() *Service { return &Service{} }