Redmage/api/broadcast_download_message.go

10 lines
167 B
Go
Raw Normal View History

2024-04-09 21:49:23 +07:00
package api
import "github.com/tigorlazuardi/redmage/db/queries"
type DownloadStatusMessage struct {
Data queries.Image
Progress float64
Subreddit string
}