Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Implementations = map[string]func(map[string]interface{}, func(map[string]interface{}, nethttp.ResponseWriter)) (Listener, error){ "http": func(config map[string]interface{}, ondata func(map[string]interface{}, nethttp.ResponseWriter)) (Listener, error) { return http.Init(config, ondata) }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.