Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BrowserPath *string
View Source
var FolderPath *string
View Source
var Prd *bool
View Source
var Screenshot *bool
View Source
var Source *bool
Functions ¶
func CompareHash ¶
func CompareHash(analyzes []Analyze)
Types ¶
type Analyze ¶
type Analyze struct {
IpDest string
IpSource []string
CountryCode string
Hash []byte
Online bool
Nameserver Nameserver
Filename string
}
func GetAnalyzesByHosts ¶
func RemoveAnalyzeDuplicates ¶
RemoveAnalyzeDuplicates Function to remove duplicates from a slice of Analyze structs
type EndpointMetadata ¶
type GeoIP ¶
type GeoIP struct {
Resource EndpointMetadata
Analyzes []Analyze
VPNProvider vpn.IProviderVPN
Logger *zap.Logger
}
Click to show internal directories.
Click to hide internal directories.