Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.