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