Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedArticle ¶
type FeedArticle struct { Created time.Time `json:"created"` Published time.Time `json:"published"` ResourceID string `json:"resource_id"` ResourceTitle string `json:"resource_title"` Link string `json:"link"` Title string `json:"title"` Description string `json:"description"` Content string `json:"content"` Author string `json:"author"` Image string `json:"image"` }
type FeedResource ¶
type NewResource ¶
type Subscription ¶
type Subscription struct { }
Click to show internal directories.
Click to hide internal directories.