dns

package
v1.0.0-alpha2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

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 {
	ID         bson.ObjectId `bson:"_id,omitempty"`
	Domain     string        `bson:"domain"`
	Subdomains int64         `bson:"subdomains"`
	Visited    int64         `bson:"visited"`
}

ExplodedDNS maps to an entry in the exploded dns collection

type Hostname added in v1.0.0

type Hostname struct {
	Host string   `bson:"host"`
	IPs  []string `bson:"ips"`
}

Hostname maps to an entry in the hostnames collection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL