rss/subtitle.go

7 lines
67 B
Go

package feeder
type SubTitle struct {
Type string
Text string
}