reachable

package
v2.0.5-beta.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultPort is the default tcp port
	DefaultPort = "80"
	// DefaultNetwork is the default network type
	DefaultNetwork = "tcp"
	// DefaultTimeout is the default dial timeout
	DefaultTimeout = 1 * time.Second
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Address string
	Network string
	Timeout time.Duration
}

type Reachable

type Reachable interface {
	// Check that the address can be accessed
	Check() error
}

func New

func New(r *Config) Reachable

New returns a new ReachableInterface interface

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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