rss/src/input.go

9 lines
105 B
Go

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