commons-go/service/container/CrawlerService.go

7 lines
169 B
Go
Raw Normal View History

2018-04-26 07:37:59 +00:00
package container
type CrawlerService interface {
Auth(crawlerName string, auth map[string]interface{}) error
Get(sensorConfigID string) (map[string]string, error)
}