Detalji clanaka
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"html/template"
|
||||
"time"
|
||||
)
|
||||
|
||||
type ScrapedArticle struct {
|
||||
Title string
|
||||
@@ -13,7 +16,7 @@ type ScrapedArticle struct {
|
||||
type DisplayArticle struct {
|
||||
ID int
|
||||
Title string
|
||||
Content string
|
||||
Content template.HTML
|
||||
Slug string
|
||||
OriginalUrl string
|
||||
SourceId int
|
||||
|
||||
Reference in New Issue
Block a user