ing
This commit is contained in:
parent
e966fdbb31
commit
e4b97f452e
|
@ -2,6 +2,7 @@ package com.loafle.overflow.crawler;
|
|||
|
||||
import java.util.Map;
|
||||
|
||||
import com.loafle.overflow.module.core.exception.OverflowException;
|
||||
import com.loafle.overflow.module.sensorconfig.model.SensorConfig;
|
||||
|
||||
/**
|
||||
|
@ -10,6 +11,6 @@ import com.loafle.overflow.module.sensorconfig.model.SensorConfig;
|
|||
public interface Crawler {
|
||||
String name();
|
||||
String toString();
|
||||
void auth(Map<String, Object> authInfo);
|
||||
Map<String, String> get(SensorConfig sensorConfig);
|
||||
void auth(Map<String, Object> authInfo) throws OverflowException;
|
||||
Map<String, String> get(SensorConfig sensorConfig) throws OverflowException;
|
||||
}
|
Loading…
Reference in New Issue
Block a user