MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Fetch

Method Fetch

internal/fab/scraper.go:31–31  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

29// non-browser sources can be swapped without touching the retry or parser logic.
30type HTMLSource interface {
31 Fetch(ctx context.Context) (string, error)
32}
33
34// HTTPSource is a minimal transport that fetches the raw homepage over HTTP.

Callers 1

fetchDocumentMethod · 0.65

Implementers 2

BrowserSourceinternal/fab/browser_source.go
HTTPSourceinternal/fab/scraper.go

Calls

no outgoing calls

Tested by

no test coverage detected