Documentation
¶
Overview ¶
Package xraytest contains test helpers for package xray that are used by transport-specific X-Ray middleware tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractSegment ¶
ExtractSegment returns the unmarshalled segment JSON from a ReadUDP response.
func FreeUDPAddr ¶ added in v1.4.1
func FreeUDPAddr() string
FreeUDPAddr reserves an ephemeral localhost UDP port and returns its host:port address. The listener is closed before returning so callers can bind the address themselves. Allocating from the ephemeral range keeps concurrent test runs from colliding on a fixed port. It panics on failure because it is meant to be called from TestMain, before any *testing.T exists.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.