MCPcopy
hub / github.com/davyxu/cellnet / Message

Method Message

msglog/proc.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// 萃取消息中的消息
9type PacketMessagePeeker interface {
10 Message() interface{}
11}
12
13func WriteRecvLogger(log *golog.Logger, protocol string, ses cellnet.Session, msg interface{}) {

Callers 2

WriteRecvLoggerFunction · 0.65
WriteSendLoggerFunction · 0.65

Implementers 5

RecvMsgEventevent.go
SendMsgEventevent.go
RawPacketsession.go
RecvMsgEventrpc/event.go
RecvMsgEventrelay/event.go

Calls

no outgoing calls

Tested by

no test coverage detected