package handler import ( gws "git.loafle.net/overflow/overflow_gateway_websocket" ) type Handler interface { GetSocketOption() *gws.SocketOptions }