package model type ScrapedArticle struct { Title string Content string Slug string OriginalUrl string SourceId int } const ( KlixSource = 1 )