MCPcopy Index your code
hub / github.com/aceld/zinx / Start

Method Start

ziface/iserver.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// Defines the server interface
12type IServer interface {
13 Start() // Start the server method(启动服务器方法)
14 Stop() // Stop the server method (停止服务器方法)
15 Serve() // Start the business service method(开启业务服务方法)
16

Callers 6

StartConnMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

Serverznet/server.go

Calls

no outgoing calls

Tested by

no test coverage detected