 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	DefaultTimeout = 30 * time.Second
)
    Variables ¶
      View Source
      
  
var ( DefaultOptions = Options{ Timeout: DefaultTimeout, UserAgent: fetch.DefaultUserAgent, } )
Functions ¶
This section is empty.
Types ¶
type FeedFetcher ¶
type FeedFetcher struct {
	// contains filtered or unexported fields
}
    func NewFeedFetcher ¶
func NewFeedFetcher(options Options) *FeedFetcher
func (*FeedFetcher) Close ¶
func (f *FeedFetcher) Close() error
 Click to show internal directories. 
   Click to hide internal directories.