listener

package
v0.0.0-...-8740a4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2015 License: MIT Imports: 2 Imported by: 1

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

type Listener

type Listener interface {
	Start()
	Stop()
	IsRunning() bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL