Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExplodedDNS ¶ added in v1.0.0
type ExplodedDNS struct {
Domain string `bson:"domain"`
Subdomains int64 `bson:"subdomains"`
Visited int64 `bson:"visited"`
}
ExplodedDNS maps to an entry in the exploded dns collection
Click to show internal directories.
Click to hide internal directories.