package models const ( TextFeed = iota YoutubeFeed ) type Feed struct { Id int Name string User string Url string Category int }