rss/input.go

9 lines
118 B
Go

package feeder
type Input struct {
Title string
Description string
Name string
Link string
}