util

package
v0.0.0-...-4b0d321 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MultiProcessingHandler

func MultiProcessingHandler(urlsPointer *[][]string, timeout *int, InsecureSkipVerify *bool, Output *string)

func ReadAndSplitFile

func ReadAndSplitFile(filename *string, linesLimit *int) ([][]string, int)

func SetConfig

func SetConfig() (int, bool, string, string, int)

func Worker

func Worker(
	id int,
	DomainNames *[]string,
	timeout *int,
	InsecureSkipVerify *bool,
	ch chan<- string)

Types

type Config

type Config struct {
	Timeout         int
	TLSClientConfig struct {
		InsecureSkipVerify bool
	}
	FileInfo struct {
		Input            string
		Output           string
		LinesPerSubarray int
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL