package container type CrawlerService interface { Auth(crawlerName string, auth map[string]interface{}) error Get(sensorConfigID string) (map[string]string, error) }