MCPcopy Create free account
hub / github.com/facebook/time / HTTPFetcher

Struct HTTPFetcher

fbclock/daemon/datafetcher_http.go:28–30  ·  view source on GitHub ↗

HTTPFetcher provides data fetcher implementation using http

Source from the content-addressed store, hash-verified

26)
27
28// HTTPFetcher provides data fetcher implementation using http
29type HTTPFetcher struct {
30 DataFetcher
31}
32
33// FetchGMs fetches GMs via http

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected