checker

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthNo added in v0.0.2

type AuthNo struct {
	ProxyAddr         string
	ProxyPort         int
	ConnectionTimeout int
	// contains filtered or unexported fields
}

func NewAuthNo added in v0.0.2

func NewAuthNo(ProxyAddr string, ProxyPort int, ConnectionTimeout int) *AuthNo

func (*AuthNo) Check added in v0.0.2

func (a *AuthNo) Check(urls []string, ch chan HealthResponse, wg *sync.WaitGroup)

type HealthResponse

type HealthResponse struct {
	URL          string
	AuthType     string
	Status       int
	ResponseTime float64
}

type Interface

type Interface interface {
	Check(urls []string, ch chan HealthResponse, wg *sync.WaitGroup)
}

Interface for publishers

Jump to

Keyboard shortcuts

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