Redmage/api/broadcast_download_message.go
2024-04-09 21:49:23 +07:00

10 lines
167 B
Go

package api
import "github.com/tigorlazuardi/redmage/db/queries"
type DownloadStatusMessage struct {
Data queries.Image
Progress float64
Subreddit string
}