MCPcopy Create free account
hub / github.com/djherbis/socket / Handler

Interface Handler

handler.go:18–21  ·  view source on GitHub ↗

Handler is both a PacketHandler and a EventHandler

Source from the content-addressed store, hash-verified

16
17// Handler is both a PacketHandler and a EventHandler
18type Handler interface {
19 EventHandler
20 PacketHandler
21}
22
23type handler struct {
24 mu sync.RWMutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected