Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscription ¶
type Subscription struct { Title string `json:"title"` URL string `json:"url"` Type string `json:"type"` }
Subscription represents a feed subscription.
func (Subscription) String ¶
func (s Subscription) String() string
type Subscriptions ¶
type Subscriptions []*Subscription
Subscriptions represents a list of subscription.
func FindSubscriptions ¶
func FindSubscriptions(websiteURL string) (Subscriptions, error)
FindSubscriptions downloads and try to find one or more subscriptions from an URL.
Click to show internal directories.
Click to hide internal directories.