ing
This commit is contained in:
parent
500a55f075
commit
dbf40af329
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user