|
@@ -3,13 +3,13 @@ package main
|
|
|
import (
|
|
|
"fmt"
|
|
|
|
|
|
- "bp.jydev.jianyu360.cn/resourceCenter/rpc/internal/server"
|
|
|
- "bp.jydev.jianyu360.cn/resourceCenter/rpc/internal/svc"
|
|
|
- "bp.jydev.jianyu360.cn/resourceCenter/rpc/pb"
|
|
|
+ "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/internal/server"
|
|
|
+ "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/internal/svc"
|
|
|
+ "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/pb"
|
|
|
|
|
|
- . "bp.jydev.jianyu360.cn/resourceCenter/rpc/internal/config"
|
|
|
- _ "bp.jydev.jianyu360.cn/resourceCenter/rpc/internal/db"
|
|
|
- _ "bp.jydev.jianyu360.cn/resourceCenter/rpc/internal/entity"
|
|
|
+ . "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/internal/config"
|
|
|
+ _ "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/internal/db"
|
|
|
+ _ "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/internal/entity"
|
|
|
"github.com/zeromicro/go-zero/core/service"
|
|
|
"github.com/zeromicro/go-zero/zrpc"
|
|
|
"google.golang.org/grpc"
|