This commit is contained in:
crusader 2018-03-27 15:00:09 +09:00
parent ec39167968
commit 6a1363adc0
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {