Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Address string
ResolvedIP string // The resolved IPv4 address (may be same as Address if IP was provided)
Success bool
Attempts int
BytesRecv int
Error error
Duration time.Duration
}
Result holds the ping result
Click to show internal directories.
Click to hide internal directories.