ing
This commit is contained in:
parent
ec39167968
commit
6a1363adc0
|
@ -1,7 +1,7 @@
|
|||
package probe
|
||||
|
||||
import (
|
||||
configM "git.loafle.net/overflow/overflow_commons_go/modules/config/model"
|
||||
configM "git.loafle.net/overflow/overflow_commons_go/modules/sensor_config/model"
|
||||
)
|
||||
|
||||
type CrawlerService interface {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package probe
|
||||
|
||||
import (
|
||||
configM "git.loafle.net/overflow/overflow_commons_go/modules/config/model"
|
||||
configM "git.loafle.net/overflow/overflow_commons_go/modules/sensor_config/model"
|
||||
)
|
||||
|
||||
type SensorService interface {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package util
|
||||
|
||||
import config "git.loafle.net/overflow/overflow_commons_go/modules/config/model"
|
||||
import config "git.loafle.net/overflow/overflow_commons_go/modules/sensor_config/model"
|
||||
|
||||
func KeysToMap(keys []config.Keys) map[string]string {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user