summaryrefslogtreecommitdiff
path: root/scrape.go
diff options
context:
space:
mode:
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)