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