Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Configurators map[string]Configurator
View Source
var EngineFactories map[string]EngineFactory
View Source
var Metrics *metrics.Registry
View Source
var ServerFactories map[string]ServerFactory
Functions ¶
func RegisterConfigurator ¶
func RegisterConfigurator(name string, fn Configurator)
Allows to register custom configure function.
func RegisterEngine ¶
func RegisterEngine(name string, fn EngineFactory)
Allows to register custom Engine implementation.
func RegisterServer ¶
func RegisterServer(name string, fn ServerFactory)
Allows to register custom Server implementation.
Types ¶
type Configurator ¶
Click to show internal directories.
Click to hide internal directories.