summaryrefslogtreecommitdiff
path: root/scrape.go
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-12-04 17:35:06 +0100
committerGitHub <noreply@github.com>2023-12-04 17:35:06 +0100
commit8c68e0ed414bfb323d6e94db55c95db13797ef8e (patch)
tree379fd505aec7e54d9f7dcc7b7d6ae5264f4b956a /scrape.go
parent807b9a1693645270609d4d795aa2b8eeacaae40e (diff)
Make output file and format configurable (#24)
Diffstat (limited to 'scrape.go')
-rw-r--r--scrape.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/scrape.go b/scrape.go
index 4de36d8..3e38e46 100644
--- a/scrape.go
+++ b/scrape.go
@@ -14,8 +14,6 @@ import (
"github.com/cornelk/hashmap"
)
-type FetchFunc func(url string) (string, error)
-
type Context interface {
ScriptName() string
Visit(url string)