Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blog ¶
type Blog struct { ID string `json:"id"` FeedURL string `json:"feedURL"` Author string `json:"author"` Title string `json:"title"` Description string `json:"descrition,omitempty"` Rating rating.Rating `json:"rating"` Level level.Level `json:"level"` Tags []tag.Tag `json:"tags"` QuickNote QuickNote `json:"quickNote"` SavedAt time.Time `json:"savedAt"` StartedAt *time.Time `json:"startedAt,omitempty"` FinishedAt *time.Time `json:"finishedAt,omitempty"` LastSyncedAt *time.Time `json:"lastSyncedAt,omitempty"` LastUpdatedAt *time.Time `json:"lastUpdatedAt,omitempty"` }
Blog is the expoxed blog data.
Click to show internal directories.
Click to hide internal directories.