MCPcopy
hub / github.com/link1st/gowebsocket / DisposeFunc

FuncType DisposeFunc

servers/websocket/acc_process.go:18–18  ·  view source on GitHub ↗
func(client *Client, seq string, message []byte) (code uint32, msg string, data interface{})

Source from the content-addressed store, hash-verified

16)
17
18type DisposeFunc func(client *Client, seq string, message []byte) (code uint32, msg string, data interface{})
19
20var (
21 handlers = make(map[string]DisposeFunc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected