Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ComponentCache = xcore.NewXCache("component", 0, 0)
View Source
var Components = map[string]Component{}
View Source
var ComponentsOrder = []string{}
Functions ¶
Types ¶
type Component ¶
type Component interface {
Start()
NeedHandler() bool
Handler(handler http.HandlerFunc) http.HandlerFunc
}
Click to show internal directories.
Click to hide internal directories.