changed package
config
This commit is contained in:
parent
62259b54ca
commit
dd431cf8b9
|
@ -5,7 +5,7 @@ import (
|
|||
"errors"
|
||||
|
||||
"log"
|
||||
"loafle.com/overflow/crawler_go/config"
|
||||
config "loafle.com/overflow/agent_api/config_manager"
|
||||
)
|
||||
|
||||
type Internal interface {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user