package server import ( oogws "git.loafle.net/overflow/overflow_gateway_websocket/server" ) type ServerHandler interface { oogws.ServerHandler }