Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaximumContentLength is the upper limit on one post. MaximumContentLength = 500 // MinimumContentLength is the lower limit on one post. MinimumContentLength = 50 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { *gorm.Model FeedID uint Link string Title string EntryID string Content string Image string PostedAt *time.Time }
Entry database model.
Click to show internal directories.
Click to hide internal directories.