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

Struct SessionCloseNotify

sysmsg.go:40–41  ·  view source on GitHub ↗

udp通知关闭,内部使用

Source from the content-addressed store, hash-verified

38
39// udp通知关闭,内部使用
40type SessionCloseNotify struct {
41}
42
43func (self *SessionInit) String() string { return fmt.Sprintf("%+v", *self) }
44func (self *SessionAccepted) String() string { return fmt.Sprintf("%+v", *self) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected