cache rpc

This commit is contained in:
wangchuxiao
2022-04-26 11:19:14 +08:00
parent 7e44f7f110
commit 8f07f8e9e1
5 changed files with 123 additions and 529 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func main() {
rpcPort := flag.Int("port", 10600, "RpcToken default listen port 10800")
flag.Parse()
fmt.Println("start auth rpc server, port: ", *rpcPort)
rpcServer := rpcCache.NewOfficeServer(*rpcPort)
rpcServer := rpcCache.NewCacheServer(*rpcPort)
rpcServer.Run()
}