MCPcopy Create free account
hub / github.com/LockGit/gochat / DisConnect

Method DisConnect

connect/operator.go:12–12  ·  view source on GitHub ↗
(disConn *proto.DisConnectRequest)

Source from the content-addressed store, hash-verified

10type Operator interface {
11 Connect(conn *proto.ConnectRequest) (int, error)
12 DisConnect(disConn *proto.DisConnectRequest) (err error)
13}
14
15type DefaultOperator struct {

Callers 3

readPumpMethod · 0.65
DisConnectMethod · 0.65
readDataFromTcpMethod · 0.65

Implementers 3

RpcLogiclogic/rpc.go
DefaultOperatorconnect/operator.go
RpcConnectconnect/rpc.go

Calls

no outgoing calls

Tested by

no test coverage detected