package
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# Functions

NewBBC returns a BBC Searcher value.
NewCNN returns a CNN Searcher value.
NewNYT returns a NYT Searcher value.
Submit uses goroutines and channels to perform a search against the feeds concurrently.

# Structs

BBC provides support for BBC searches.
No description provided by the author
CNN provides support for CNN searches.
No description provided by the author
No description provided by the author
No description provided by the author
NYT provides support for NYT searches.
Options provides the search options for performing searches.
Result represents a search result that was found.

# Interfaces

Searcher declares an interface used to leverage different search engines to find results.