Versions in this module Expand all Collapse all v0 v0.0.2 Nov 27, 2024 v0.0.1 Aug 15, 2024 Changes in this version + type DiscoveryMode uint8 + const DNSMode + const DomainMode + const TLDMode + func (dm DiscoveryMode) String() string + type DiscoveryType uint8 + const Active + const Passive + type Result struct + Error error + Source string + Type ResultType + Value string + type ResultType int + const Domain + const Error + type Source interface + AddApiKeys func([]string) + DiscoveryType func() DiscoveryType + IsDefault func() bool + Name func() string + NeedsKey func() bool + Run func(context.Context, string, *session.Session) <-chan Result + Statistics func() Statistics + SupportedDiscoveryModes func() []DiscoveryMode + type Statistics struct + Errors int + Results int + Skipped bool + TimeTaken time.Duration