Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoPattern ¶
type CryptoPattern struct {
Name string
Patterns []string
Results *pq.StringArray
}
type CryptoScanner ¶
type CryptoScanner struct {
Crypto *models.Crypto
CryptoPatterns []CryptoPattern
}
func NewCryptoScanner ¶
func NewCryptoScanner() *CryptoScanner
func (*CryptoScanner) Search ¶
func (s *CryptoScanner) Search(html string, pageId int)
Search spawns multiple goroutines to search for multiple crypto patterns.
Click to show internal directories.
Click to hide internal directories.