crossref

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: 2 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 {
	ID         bson.ObjectId `bson:"_id,omitempty"`
	ModuleName string        `bson:"module"`
	Host       string        `bson:"host"`
}

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(*database.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