package
0.1.2-alpha
Repository: https://github.com/gracig/goping.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
Pinger implementations goes hereDefines the linux pinger.
Struct used to hold the options of a ping.
Struct that holds each ping response status.
Struct that holds the summary of the PingResponse objects.
Struct that control the lifecycle of a Request, it holds the Request itself and all of it PingResponses.This struct is mainly used for communication between channels and as the output for a user.Finally it holds the PingSummary that summarizes the PingResponses object.

# Interfaces

Defines the interface for a pingerPingResponse should contain the Rtt, the error object if any, otherwise nil, the time.Now() value in the When attribute.