rss/enclosure.go

8 lines
86 B
Go

package feeder
type Enclosure struct {
Url string
Length int64
Type string
}