Documentation
¶
Overview ¶
redis_op.go
sqlite_op.go
Index ¶
- func AddMonitor(domain string, subdomain string, status int) (err error)
- func CheckMd5InDB(fileMd5 string) bool
- func DelMd5InDB(md5 string)
- func DeleteMonitor(domain string, subdomain string, status int) (err error)
- func GetMonitoredSub(domain string) (domains []string)
- func Getdomains() (domains []string)
- func InsertNewFindMd5(fname string, fmd5 string)
- func SearchFileMd5(fileName string) string
- func SetMd5InDB(fileMd5 string)
- func Test(domain string, subdomain string)
- func UpdateFileMd5(fileName string, fileMd5 string)
- type SubdomainInfos
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckMd5InDB ¶
func DelMd5InDB ¶
func DelMd5InDB(md5 string)
func GetMonitoredSub ¶
func Getdomains ¶
func Getdomains() (domains []string)
func InsertNewFindMd5 ¶
func SearchFileMd5 ¶
func SetMd5InDB ¶
func SetMd5InDB(fileMd5 string)
func UpdateFileMd5 ¶
Types ¶
type SubdomainInfos ¶
type SubdomainInfos struct { Domain string Subdomain string Updatetime string Checkedtime int IFON int STATUS int }
func GetSubDomianInfo ¶
func GetSubDomianInfo(subdomain string) (dinfos []SubdomainInfos)
Click to show internal directories.
Click to hide internal directories.