crossref

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2018 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 XRef

type XRef struct {
	ModuleName string `bson:"module"`
	Host       string `bson:"host"`
}

XRef records a host as being flagged by a module

type XRefSelector

type XRefSelector interface {
	// GetName returns the name of the analyis module
	GetName() string
	// Select returns channels containgin the internal and external hosts
	Select(*resources.Resources) (<-chan string, <-chan string)
}

XRefSelector selects internal and external hosts from analysis modules

Jump to

Keyboard shortcuts

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