This commit is contained in:
crusader 2017-11-29 01:37:17 +09:00
parent fd9e52d5b3
commit cb93d22188

View File

@ -11,7 +11,7 @@ import (
cuc "git.loafle.net/commons_go/util/context" cuc "git.loafle.net/commons_go/util/context"
) )
func NewRPCServlet(sh ServletHandler) RPCServlet { func NewServlet(sh ServletHandler) RPCServlet {
return &rpcServlet{ return &rpcServlet{
sh: sh, sh: sh,
} }