This commit is contained in:
crusader 2018-06-21 19:32:16 +09:00
parent 02d2885e33
commit bae05dbc82
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View File

@ -19,7 +19,7 @@
"model/meta",
"model/sensorconfig"
]
revision = "687985e7f2122d12e43a0111f13d6df9921c3d82"
revision = "7e2ff26648aefbafaee2ca28c1a958332ae4c6f9"
[solve-meta]
analyzer-name = "dep"

View File

@ -5,7 +5,7 @@ import (
)
type Crawler interface {
Name() string
Key() string
String() string
Auth(auth map[string]interface{}) error
Get(sensorConfig *ocms.SensorConfig) (map[string]string, error)