Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TldxConfigOptions ¶
type TldxConfigOptions struct {
TLDs []string
Prefixes []string
TLDPreset string
Suffixes []string
InputFile string
MaxDomainLength int
Verbose bool
OnlyAvailable bool
ShowStats bool
OutputFormat string
NoColor bool
Regex bool
Limit int
DryRun bool
MaxRetries int
InitialBackoff time.Duration
MaxBackoff time.Duration
BackoffFactor float64
ContextTimeout time.Duration
ConcurrencyLimit int
}
type TldxContext ¶
type TldxContext struct {
Config *TldxConfigOptions
}
func NewTldxContext ¶
func NewTldxContext() *TldxContext
Click to show internal directories.
Click to hide internal directories.