Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidIP = errors.New("invalid IP address or hostname given")
Functions ¶
func ResetContextOnError ¶ added in v0.12.2
ResetContextOnError returns a fresh context if the given context has an error.
func SanitizeAddr ¶ added in v0.5.0
SanitizeAddr trims leading protocol scheme and port from the given IP address or hostname if present.
func SetStatusAndEnd ¶ added in v0.6.3
SetStatusAndEnd sets the status of the span depending on the contents of the passed error and ends it.
func SquareSize ¶ added in v0.7.0
SquareSize returns the size of the square based on the given amount of shares.
func ValidateAddr ¶ added in v0.5.0
ValidateAddr sanitizes the given address and verifies that it is a valid IP or hostname. The sanitized address is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.