From dbf40af3296402839582697e457c830878ab08c2 Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 23 Apr 2018 19:18:27 +0900 Subject: [PATCH] ing --- crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.go b/crawler.go index 997994f..32f6838 100644 --- a/crawler.go +++ b/crawler.go @@ -7,6 +7,6 @@ import ( type Crawler interface { Name() string String() string - Auth(auth map[string]string) error + Auth(auth map[string]interface{}) error Get(sensorConfig *ocsm.SensorConfig) (map[string]string, error) }