globals

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Mutex = sync.Mutex{}
View Source
var Stop bool = false
View Source
var StopChan = make(chan struct{})

Functions

func StopProgram

func StopProgram()

Types

type GeoInfo

type GeoInfo struct {
	City    string `json:"city"`
	Region  string `json:"region"`
	Country string `json:"country"`
}

type Stats

type Stats struct {
	Attempted int
	Connected int
	Failed    int
	TotalTime time.Duration
	Min       time.Duration
	Max       time.Duration
}

Jump to

Keyboard shortcuts

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