Versions in this module Expand all Collapse all v3 v3.0.1 Sep 16, 2022 Changes in this version + func GetAllSources(sys systems.System) []service.Service + func SelectedDataSources(cfg *config.Config, avail []service.Service) []service.Service + type AlienVault struct + SourceType string + func NewAlienVault(sys systems.System) *AlienVault + func (a *AlienVault) Description() string + func (a *AlienVault) OnStart() error + type Cloudflare struct + SourceType string + func NewCloudflare(sys systems.System) *Cloudflare + func (c *Cloudflare) Description() string + func (c *Cloudflare) OnStart() error + type DNSDB struct + SourceType string + func NewDNSDB(sys systems.System) *DNSDB + func (d *DNSDB) Description() string + func (d *DNSDB) OnStart() error + type FOFA struct + SourceType string + func NewFOFA(sys systems.System) *FOFA + func (f *FOFA) Description() string + func (f *FOFA) OnStart() error + type NetworksDB struct + SourceType string + func NewNetworksDB(sys systems.System) *NetworksDB + func (n *NetworksDB) Description() string + func (n *NetworksDB) OnStart() error + type RADb struct + SourceType string + func NewRADb(sys systems.System) *RADb + func (r *RADb) Description() string + func (r *RADb) OnStart() error + type Twitter struct + SourceType string + func NewTwitter(sys systems.System) *Twitter + func (t *Twitter) Description() string + func (t *Twitter) OnStart() error + type Umbrella struct + SourceType string + func NewUmbrella(sys systems.System) *Umbrella + func (u *Umbrella) Description() string + func (u *Umbrella) OnStart() error