remove const.go
This commit is contained in:
parent
073a522048
commit
4db7df6d6c
37
const.go
37
const.go
|
@ -1,37 +0,0 @@
|
|||
package crawler
|
||||
|
||||
import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
type CrawlerName int
|
||||
|
||||
func (c CrawlerName) String() string {
|
||||
return strconv.Itoa(int(c))
|
||||
}
|
||||
|
||||
const (
|
||||
ACTIVEDIRECTORY = CrawlerName(iota)
|
||||
DNS
|
||||
FTP
|
||||
FTPS
|
||||
IMAP
|
||||
LDAP
|
||||
MONGODB
|
||||
MSSQL
|
||||
MYSQL
|
||||
MARIADB
|
||||
PGSQL
|
||||
NETBIOS
|
||||
ORACLE
|
||||
POP3
|
||||
REDIS
|
||||
RMI
|
||||
SMB
|
||||
SMTP
|
||||
SNMPV2C
|
||||
SNMPV3
|
||||
SSH
|
||||
TELNET
|
||||
WMI
|
||||
)
|
Loading…
Reference in New Issue
Block a user