package
Version:
v0.0.0-...-293ca13
Opens a new window with list of versions in this module.
Published: Dec 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Display(results chan *Result)
Display writes results to the console window as they
are received by the individual goroutines.
Match is launched as a goroutine for each individual feed to run
searches concurrently.
Register is called to register a matcher for use by the program.
Run performs the search logic.
type Feed struct {
Name string `json:"site"`
URL string `json:"link"`
Type string `json:"type"`
}
Matcher defines the behavior required by types that want
to implement a new search type.
Result contains the result of a search.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.