package freshrss type Worker struct{} func NewWorker() *Worker { return &Worker{} }