Documentation ¶ Index ¶ type Runner func NewRunner(domainsChan chan<- string, rootDomains []string) (*Runner, error) func (r *Runner) AddRootDomain(rootDomain string) func (r *Runner) RemoveRootDomain(rootDomain string) func (r *Runner) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func NewRunner ¶ func NewRunner(domainsChan chan<- string, rootDomains []string) (*Runner, error) func (*Runner) AddRootDomain ¶ func (r *Runner) AddRootDomain(rootDomain string) func (*Runner) RemoveRootDomain ¶ func (r *Runner) RemoveRootDomain(rootDomain string) func (*Runner) Run ¶ func (r *Runner) Run() Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.