changed package

config
This commit is contained in:
snoop 2017-04-27 19:48:52 +09:00
parent 62259b54ca
commit dd431cf8b9
26 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@ import (
"errors"
"log"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type Internal interface {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/activedirectory"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type ActiveDirectoryHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/cassandra"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type CassandraHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/dns"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type DNSHealthCrawler struct {

View File

@ -4,7 +4,7 @@ package ftp_protocol_crawler_go
import (
"loafle.com/overflow/crawler_go"
"encoding/json"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type FTPHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"loafle.com/overflow/crawler_go"
"encoding/json"
"loafle.com/overflow/commons_go/matcher/ftp"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type FTPSHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/http"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type HTTPHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/imap"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type IMAPHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/ldap"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type LDAPHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/mongodb"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type MongoDBHealthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/mssql"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type MSSqlHeahthCrawler struct {

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/mysql"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type MysqlHeahthCrawler struct {

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/netbios"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type NetbiosHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/oracle"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type OracleHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/pgsql"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type PGSqlHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/pop"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type POP3HeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/redis"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type RedisHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/rmi"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type RMIHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/smb"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SMBHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/smtp"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SMTPHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/snmp"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SNMPV2CHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/snmp"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SNMPV3HeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/ssh"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SSHHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/telnet"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type TelnetHeahthCrawler struct {

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"loafle.com/overflow/commons_go/matcher/wmi"
"loafle.com/overflow/crawler_go"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type WMIHeahthCrawler struct {

View File

@ -6,7 +6,7 @@ import (
"loafle.com/overflow/commons_go/matcher/packet"
"net"
"loafle.com/overflow/commons_go/model/scaninfo"
"loafle.com/overflow/crawler_go/config"
config "loafle.com/overflow/agent_api/config_manager"
)
type SocketHeahthCrawler struct {