package models type Feed struct { Id int Name string User string Url string }