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" "errors"
"log" "log"
"loafle.com/overflow/crawler_go/config" config "loafle.com/overflow/agent_api/config_manager"
) )
type Internal interface { type Internal interface {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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