Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blog ¶
type Blog interface { ID() primitive.ObjectID FeedURL() string Author() string Title() string Description() string Rating() rating.Rating Level() level.Level Tags() []tag.Tag QuickNote() string IsQickNotePublic() bool SavedAt() time.Time StartedAt() *time.Time FinishedAt() *time.Time LastSyncedAt() *time.Time LastUpdatedAt() *time.Time }
Blog abstracts blog entry.
Click to show internal directories.
Click to hide internal directories.