summaryrefslogtreecommitdiff
path: root/services/worker/internal/model/queue.go
blob: a5aaa7c7b432f462413eeb5d966bb5e151caa455 (plain) (blame)
1
2
3
4
5
package model

type RefreshRequest struct {
	FeedIdentifier string `json:"feed_id"`
}