# Functions
Clock is a Scraper constructor Option that allows providing an alternative clock used to determine the scrape timestamps used to record changes in service spec versions.
DurationTransport returns a http.RoundTripper for tracking http calls made from the Scraper.
HTTPClient is a Scraper constructor Option that allows providing an *http.Client instance.
New returns a new Scraper instance.
# Structs
Scraper gets OpenAPI specs from a collection of services and updates storage accordingly.
# Type aliases
Option defines an option that may be specified when creating a new Scraper.