Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LockGit/gochat
/ Connect
Method
Connect
connect/operator.go:11–11 ·
view source on GitHub ↗
(conn *proto.ConnectRequest)
Source
from the content-addressed store, hash-verified
9
10
type
Operator
interface
{
11
Connect(conn *proto.ConnectRequest) (int, error)
12
DisConnect(disConn *proto.DisConnectRequest) (err error)
13
}
14
Callers
3
readPump
Method · 0.65
Connect
Method · 0.65
readDataFromTcp
Method · 0.65
Implementers
3
RpcLogic
logic/rpc.go
DefaultOperator
connect/operator.go
RpcConnect
connect/rpc.go
Calls
no outgoing calls
Tested by
no test coverage detected