package overflow_gateway_websocket import "io" type ProtocolHandler interface { OnMessage(soc Socket, messageType int, r io.Reader) []byte }