From 3167d892b8358baa9da2b4ee0c78dcda7299c4c9 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 19 Apr 2018 15:15:40 +0900 Subject: [PATCH] ing --- crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.go b/crawler.go index cc4e5bc..d255dc8 100644 --- a/crawler.go +++ b/crawler.go @@ -6,6 +6,6 @@ import ( type Crawler interface { Name() string - Auth(auth map[string]string) error + Auth(crawlerName string, auth map[string]string) error Get(sensorConfig *ocsm.SensorConfig) (map[string]string, error) }