rss/image.go

11 lines
152 B
Go

package feeder
type Image struct {
Title string
Url string
Link string
Width int
Height int
Description string
}