package model type Feed struct { ID int64 Name string Url string UserID int64 }