9 lines
105 B
Go
9 lines
105 B
Go
|
package feeder
|
||
|
|
||
|
type Input struct {
|
||
|
Title string;
|
||
|
Description string;
|
||
|
Name string;
|
||
|
Link string;
|
||
|
}
|