Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestListener ¶
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 ¶
func WaitEngineRunning(e RouteEngine)
Types ¶
type RouteEngine ¶
type RouteEngine interface {
IsRunning() bool
}
Click to show internal directories.
Click to hide internal directories.