Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerErr = make(chan error)
ServerErr server error
Functions ¶
func GetServer ¶
func GetServer(protocol string) (microServer.Server, error)
GetServer return the server based on protocol
func GetServers ¶
func GetServers() map[string]microServer.Server
GetServers returns the map of servers
func InstallPlugin ¶
InstallPlugin For developer
func UnRegistrySelfInstances ¶
func UnRegistrySelfInstances() error
UnRegistrySelfInstances this function removes the self instance
Types ¶
type NewFunc ¶
type NewFunc func(...microServer.Option) microServer.Server
NewFunc returns a server
func GetServerFunc ¶
GetServerFunc returns the server function
Click to show internal directories.
Click to hide internal directories.