Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestListener ¶ added in v0.10.4
NewTestListener creates a TCP listener on a random available port. It calls tb.Fatal if the listener cannot be created. The caller is responsible for closing the listener (usually via defer).
func WaitEngineRunning ¶ added in v0.10.0
func WaitEngineRunning(e RouteEngine)
Types ¶
type RouteEngine ¶ added in v0.10.0
type RouteEngine interface {
IsRunning() bool
}
Click to show internal directories.
Click to hide internal directories.