Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetListener ¶
GetListener extracts net.Listener from network.Transporter in route.Engine
func GetListenerAddr ¶
func GetListenerAddr(v interface{}) string
GetListenerAddr is shortcut of GetListener(e).Addr().String()
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.