package servlet import ( cwf "git.loafle.net/commons_go/websocket_fasthttp" ) type ServletHandler interface { cwf.SocketHandler }