package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IServers interface {
Start() error
Restart()
ShutDown()
}
type IServersResolver interface {
Resolve(router []Router, handing interface{}) (IServers, error)
}
type Router struct {
Name string
Method string
Handler interface{}
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.