Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct { Username string `json:"username"` URL string `json:"url"` // optional fields that might be filled up down the road ETag string `json:"etag,omitempty"` LastModified string `json:"lastmodified,omitempty"` Feed *gofeed.Feed `json:"feed,omitempty"` }
State contains cache information that can be re-used later on. A state is scoped around a single username.
Click to show internal directories.
Click to hide internal directories.