This commit is contained in:
kevin 2020-07-29 18:56:03 +08:00
parent 43be7b1e2a
commit 2c3e940035
2 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@ import (
"log"
"time"
"google.golang.org/grpc"
"zero/core/discov"
"zero/rpcx/internal"
"zero/rpcx/internal/auth"
"google.golang.org/grpc"
)
type RpcClient struct {

View File

@ -4,11 +4,11 @@ import (
"context"
"sync"
"google.golang.org/grpc"
"zero/core/syncx"
"zero/rpcx/internal"
"zero/rpcx/internal/auth"
"google.golang.org/grpc"
)
type RpcProxy struct {