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