Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
IServer
interface
{
13
Start()
// Start the server method(启动服务器方法)
14
Stop()
// Stop the server method (停止服务器方法)
15
Serve()
// Start the business service method(开启业务服务方法)
16
Callers
6
StartConn
Method · 0.65
Start
Method · 0.65
Start
Method · 0.65
Start
Method · 0.65
main
Function · 0.65
main
Function · 0.65
Implementers
1
Server
znet/server.go
Calls
no outgoing calls
Tested by
no test coverage detected