|
@@ -72,7 +72,7 @@ func NewUserCenterClient(cc grpc.ClientConnInterface) UserCenterClient {
|
|
|
|
|
|
func (c *userCenterClient) EntAuth(ctx context.Context, in *EntAuthReq, opts ...grpc.CallOption) (*EntAuthResp, error) {
|
|
func (c *userCenterClient) EntAuth(ctx context.Context, in *EntAuthReq, opts ...grpc.CallOption) (*EntAuthResp, error) {
|
|
out := new(EntAuthResp)
|
|
out := new(EntAuthResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/EntAuth", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntAuth", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -81,7 +81,7 @@ func (c *userCenterClient) EntAuth(ctx context.Context, in *EntAuthReq, opts ...
|
|
|
|
|
|
func (c *userCenterClient) EntExamine(ctx context.Context, in *ExamineReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
func (c *userCenterClient) EntExamine(ctx context.Context, in *ExamineReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
out := new(ExamineResp)
|
|
out := new(ExamineResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/EntExamine", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntExamine", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -90,7 +90,7 @@ func (c *userCenterClient) EntExamine(ctx context.Context, in *ExamineReq, opts
|
|
|
|
|
|
func (c *userCenterClient) EntList(ctx context.Context, in *EntListReq, opts ...grpc.CallOption) (*EntListResp, error) {
|
|
func (c *userCenterClient) EntList(ctx context.Context, in *EntListReq, opts ...grpc.CallOption) (*EntListResp, error) {
|
|
out := new(EntListResp)
|
|
out := new(EntListResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/EntList", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntList", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -99,7 +99,7 @@ func (c *userCenterClient) EntList(ctx context.Context, in *EntListReq, opts ...
|
|
|
|
|
|
func (c *userCenterClient) ExamineList(ctx context.Context, in *ExamineListReq, opts ...grpc.CallOption) (*ExamineListResp, error) {
|
|
func (c *userCenterClient) ExamineList(ctx context.Context, in *ExamineListReq, opts ...grpc.CallOption) (*ExamineListResp, error) {
|
|
out := new(ExamineListResp)
|
|
out := new(ExamineListResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/ExamineList", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/ExamineList", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -108,7 +108,7 @@ func (c *userCenterClient) ExamineList(ctx context.Context, in *ExamineListReq,
|
|
|
|
|
|
func (c *userCenterClient) CheckEnt(ctx context.Context, in *CheckEntReq, opts ...grpc.CallOption) (*CheckEntResp, error) {
|
|
func (c *userCenterClient) CheckEnt(ctx context.Context, in *CheckEntReq, opts ...grpc.CallOption) (*CheckEntResp, error) {
|
|
out := new(CheckEntResp)
|
|
out := new(CheckEntResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/CheckEnt", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/CheckEnt", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -117,7 +117,7 @@ func (c *userCenterClient) CheckEnt(ctx context.Context, in *CheckEntReq, opts .
|
|
|
|
|
|
func (c *userCenterClient) EntInfo(ctx context.Context, in *CheckEntReq, opts ...grpc.CallOption) (*EntInfoResp, error) {
|
|
func (c *userCenterClient) EntInfo(ctx context.Context, in *CheckEntReq, opts ...grpc.CallOption) (*EntInfoResp, error) {
|
|
out := new(EntInfoResp)
|
|
out := new(EntInfoResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/EntInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -126,7 +126,7 @@ func (c *userCenterClient) EntInfo(ctx context.Context, in *CheckEntReq, opts ..
|
|
|
|
|
|
func (c *userCenterClient) EntUpdate(ctx context.Context, in *EntUpdateReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
func (c *userCenterClient) EntUpdate(ctx context.Context, in *EntUpdateReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
out := new(ExamineResp)
|
|
out := new(ExamineResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/EntUpdate", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntUpdate", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -135,7 +135,7 @@ func (c *userCenterClient) EntUpdate(ctx context.Context, in *EntUpdateReq, opts
|
|
|
|
|
|
func (c *userCenterClient) ExamineInfo(ctx context.Context, in *CheckExamineReq, opts ...grpc.CallOption) (*EntInfoResp, error) {
|
|
func (c *userCenterClient) ExamineInfo(ctx context.Context, in *CheckExamineReq, opts ...grpc.CallOption) (*EntInfoResp, error) {
|
|
out := new(EntInfoResp)
|
|
out := new(EntInfoResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/ExamineInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/ExamineInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -144,7 +144,7 @@ func (c *userCenterClient) ExamineInfo(ctx context.Context, in *CheckExamineReq,
|
|
|
|
|
|
func (c *userCenterClient) GetStatusByCode(ctx context.Context, in *GetStatusByCodeReq, opts ...grpc.CallOption) (*GetStatusByCodeResp, error) {
|
|
func (c *userCenterClient) GetStatusByCode(ctx context.Context, in *GetStatusByCodeReq, opts ...grpc.CallOption) (*GetStatusByCodeResp, error) {
|
|
out := new(GetStatusByCodeResp)
|
|
out := new(GetStatusByCodeResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/GetStatusByCode", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetStatusByCode", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -153,7 +153,7 @@ func (c *userCenterClient) GetStatusByCode(ctx context.Context, in *GetStatusByC
|
|
|
|
|
|
func (c *userCenterClient) UserAdd(ctx context.Context, in *UserAddReq, opts ...grpc.CallOption) (*UserAddResp, error) {
|
|
func (c *userCenterClient) UserAdd(ctx context.Context, in *UserAddReq, opts ...grpc.CallOption) (*UserAddResp, error) {
|
|
out := new(UserAddResp)
|
|
out := new(UserAddResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/UserAdd", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserAdd", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -162,7 +162,7 @@ func (c *userCenterClient) UserAdd(ctx context.Context, in *UserAddReq, opts ...
|
|
|
|
|
|
func (c *userCenterClient) UserUpdate(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
func (c *userCenterClient) UserUpdate(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
out := new(ExamineResp)
|
|
out := new(ExamineResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/UserUpdate", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserUpdate", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -171,7 +171,7 @@ func (c *userCenterClient) UserUpdate(ctx context.Context, in *UserIdReq, opts .
|
|
|
|
|
|
func (c *userCenterClient) UserDel(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
func (c *userCenterClient) UserDel(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*ExamineResp, error) {
|
|
out := new(ExamineResp)
|
|
out := new(ExamineResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/UserDel", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserDel", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -180,7 +180,7 @@ func (c *userCenterClient) UserDel(ctx context.Context, in *UserIdReq, opts ...g
|
|
|
|
|
|
func (c *userCenterClient) WorkDesktopMenuInfo(ctx context.Context, in *WorkDesktopMenuInfoReq, opts ...grpc.CallOption) (*WorkDesktopMenuInfoResp, error) {
|
|
func (c *userCenterClient) WorkDesktopMenuInfo(ctx context.Context, in *WorkDesktopMenuInfoReq, opts ...grpc.CallOption) (*WorkDesktopMenuInfoResp, error) {
|
|
out := new(WorkDesktopMenuInfoResp)
|
|
out := new(WorkDesktopMenuInfoResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/WorkDesktopMenuInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopMenuInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -189,7 +189,7 @@ func (c *userCenterClient) WorkDesktopMenuInfo(ctx context.Context, in *WorkDesk
|
|
|
|
|
|
func (c *userCenterClient) WorkDesktopComprehensive(ctx context.Context, in *WorkDesktopComprehensiveReq, opts ...grpc.CallOption) (*WorkDesktopComprehensiveResp, error) {
|
|
func (c *userCenterClient) WorkDesktopComprehensive(ctx context.Context, in *WorkDesktopComprehensiveReq, opts ...grpc.CallOption) (*WorkDesktopComprehensiveResp, error) {
|
|
out := new(WorkDesktopComprehensiveResp)
|
|
out := new(WorkDesktopComprehensiveResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/WorkDesktopComprehensive", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopComprehensive", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -198,7 +198,7 @@ func (c *userCenterClient) WorkDesktopComprehensive(ctx context.Context, in *Wor
|
|
|
|
|
|
func (c *userCenterClient) WorkDesktopClearUserInfo(ctx context.Context, in *WorkDesktopClearUserInfoReq, opts ...grpc.CallOption) (*WorkDesktopComprehensiveResp, error) {
|
|
func (c *userCenterClient) WorkDesktopClearUserInfo(ctx context.Context, in *WorkDesktopClearUserInfoReq, opts ...grpc.CallOption) (*WorkDesktopComprehensiveResp, error) {
|
|
out := new(WorkDesktopComprehensiveResp)
|
|
out := new(WorkDesktopComprehensiveResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/WorkDesktopClearUserInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopClearUserInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -207,7 +207,7 @@ func (c *userCenterClient) WorkDesktopClearUserInfo(ctx context.Context, in *Wor
|
|
|
|
|
|
func (c *userCenterClient) GetUserInfo(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*UserInfo, error) {
|
|
func (c *userCenterClient) GetUserInfo(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*UserInfo, error) {
|
|
out := new(UserInfo)
|
|
out := new(UserInfo)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/GetUserInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetUserInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -216,7 +216,7 @@ func (c *userCenterClient) GetUserInfo(ctx context.Context, in *UserReq, opts ..
|
|
|
|
|
|
func (c *userCenterClient) GetEntUserInfo(ctx context.Context, in *EntUserReq, opts ...grpc.CallOption) (*EntUserResp, error) {
|
|
func (c *userCenterClient) GetEntUserInfo(ctx context.Context, in *EntUserReq, opts ...grpc.CallOption) (*EntUserResp, error) {
|
|
out := new(EntUserResp)
|
|
out := new(EntUserResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/GetEntUserInfo", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetEntUserInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -225,7 +225,7 @@ func (c *userCenterClient) GetEntUserInfo(ctx context.Context, in *EntUserReq, o
|
|
|
|
|
|
func (c *userCenterClient) GetEntUserList(ctx context.Context, in *EntUserListReq, opts ...grpc.CallOption) (*EntUserListResp, error) {
|
|
func (c *userCenterClient) GetEntUserList(ctx context.Context, in *EntUserListReq, opts ...grpc.CallOption) (*EntUserListResp, error) {
|
|
out := new(EntUserListResp)
|
|
out := new(EntUserListResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/GetEntUserList", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetEntUserList", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -234,7 +234,7 @@ func (c *userCenterClient) GetEntUserList(ctx context.Context, in *EntUserListRe
|
|
|
|
|
|
func (c *userCenterClient) CheckIsEntAdmin(ctx context.Context, in *EntUserReq, opts ...grpc.CallOption) (*CheckIsEntAdminResp, error) {
|
|
func (c *userCenterClient) CheckIsEntAdmin(ctx context.Context, in *EntUserReq, opts ...grpc.CallOption) (*CheckIsEntAdminResp, error) {
|
|
out := new(CheckIsEntAdminResp)
|
|
out := new(CheckIsEntAdminResp)
|
|
- err := c.cc.Invoke(ctx, "/UserCenter/CheckIsEntAdmin", in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bp.jydev.jianyu360.cn/BaseService/userCenter/CheckIsEntAdmin", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -370,7 +370,7 @@ func _UserCenter_EntAuth_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/EntAuth",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntAuth",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).EntAuth(ctx, req.(*EntAuthReq))
|
|
return srv.(UserCenterServer).EntAuth(ctx, req.(*EntAuthReq))
|
|
@@ -388,7 +388,7 @@ func _UserCenter_EntExamine_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/EntExamine",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntExamine",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).EntExamine(ctx, req.(*ExamineReq))
|
|
return srv.(UserCenterServer).EntExamine(ctx, req.(*ExamineReq))
|
|
@@ -406,7 +406,7 @@ func _UserCenter_EntList_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/EntList",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntList",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).EntList(ctx, req.(*EntListReq))
|
|
return srv.(UserCenterServer).EntList(ctx, req.(*EntListReq))
|
|
@@ -424,7 +424,7 @@ func _UserCenter_ExamineList_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/ExamineList",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/ExamineList",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).ExamineList(ctx, req.(*ExamineListReq))
|
|
return srv.(UserCenterServer).ExamineList(ctx, req.(*ExamineListReq))
|
|
@@ -442,7 +442,7 @@ func _UserCenter_CheckEnt_Handler(srv interface{}, ctx context.Context, dec func
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/CheckEnt",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/CheckEnt",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).CheckEnt(ctx, req.(*CheckEntReq))
|
|
return srv.(UserCenterServer).CheckEnt(ctx, req.(*CheckEntReq))
|
|
@@ -460,7 +460,7 @@ func _UserCenter_EntInfo_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/EntInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).EntInfo(ctx, req.(*CheckEntReq))
|
|
return srv.(UserCenterServer).EntInfo(ctx, req.(*CheckEntReq))
|
|
@@ -478,7 +478,7 @@ func _UserCenter_EntUpdate_Handler(srv interface{}, ctx context.Context, dec fun
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/EntUpdate",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/EntUpdate",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).EntUpdate(ctx, req.(*EntUpdateReq))
|
|
return srv.(UserCenterServer).EntUpdate(ctx, req.(*EntUpdateReq))
|
|
@@ -496,7 +496,7 @@ func _UserCenter_ExamineInfo_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/ExamineInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/ExamineInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).ExamineInfo(ctx, req.(*CheckExamineReq))
|
|
return srv.(UserCenterServer).ExamineInfo(ctx, req.(*CheckExamineReq))
|
|
@@ -514,7 +514,7 @@ func _UserCenter_GetStatusByCode_Handler(srv interface{}, ctx context.Context, d
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/GetStatusByCode",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetStatusByCode",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).GetStatusByCode(ctx, req.(*GetStatusByCodeReq))
|
|
return srv.(UserCenterServer).GetStatusByCode(ctx, req.(*GetStatusByCodeReq))
|
|
@@ -532,7 +532,7 @@ func _UserCenter_UserAdd_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/UserAdd",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserAdd",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).UserAdd(ctx, req.(*UserAddReq))
|
|
return srv.(UserCenterServer).UserAdd(ctx, req.(*UserAddReq))
|
|
@@ -550,7 +550,7 @@ func _UserCenter_UserUpdate_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/UserUpdate",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserUpdate",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).UserUpdate(ctx, req.(*UserIdReq))
|
|
return srv.(UserCenterServer).UserUpdate(ctx, req.(*UserIdReq))
|
|
@@ -568,7 +568,7 @@ func _UserCenter_UserDel_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/UserDel",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/UserDel",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).UserDel(ctx, req.(*UserIdReq))
|
|
return srv.(UserCenterServer).UserDel(ctx, req.(*UserIdReq))
|
|
@@ -586,7 +586,7 @@ func _UserCenter_WorkDesktopMenuInfo_Handler(srv interface{}, ctx context.Contex
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/WorkDesktopMenuInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopMenuInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).WorkDesktopMenuInfo(ctx, req.(*WorkDesktopMenuInfoReq))
|
|
return srv.(UserCenterServer).WorkDesktopMenuInfo(ctx, req.(*WorkDesktopMenuInfoReq))
|
|
@@ -604,7 +604,7 @@ func _UserCenter_WorkDesktopComprehensive_Handler(srv interface{}, ctx context.C
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/WorkDesktopComprehensive",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopComprehensive",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).WorkDesktopComprehensive(ctx, req.(*WorkDesktopComprehensiveReq))
|
|
return srv.(UserCenterServer).WorkDesktopComprehensive(ctx, req.(*WorkDesktopComprehensiveReq))
|
|
@@ -622,7 +622,7 @@ func _UserCenter_WorkDesktopClearUserInfo_Handler(srv interface{}, ctx context.C
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/WorkDesktopClearUserInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/WorkDesktopClearUserInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).WorkDesktopClearUserInfo(ctx, req.(*WorkDesktopClearUserInfoReq))
|
|
return srv.(UserCenterServer).WorkDesktopClearUserInfo(ctx, req.(*WorkDesktopClearUserInfoReq))
|
|
@@ -640,7 +640,7 @@ func _UserCenter_GetUserInfo_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/GetUserInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetUserInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).GetUserInfo(ctx, req.(*UserReq))
|
|
return srv.(UserCenterServer).GetUserInfo(ctx, req.(*UserReq))
|
|
@@ -658,7 +658,7 @@ func _UserCenter_GetEntUserInfo_Handler(srv interface{}, ctx context.Context, de
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/GetEntUserInfo",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetEntUserInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).GetEntUserInfo(ctx, req.(*EntUserReq))
|
|
return srv.(UserCenterServer).GetEntUserInfo(ctx, req.(*EntUserReq))
|
|
@@ -676,7 +676,7 @@ func _UserCenter_GetEntUserList_Handler(srv interface{}, ctx context.Context, de
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/GetEntUserList",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/GetEntUserList",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).GetEntUserList(ctx, req.(*EntUserListReq))
|
|
return srv.(UserCenterServer).GetEntUserList(ctx, req.(*EntUserListReq))
|
|
@@ -694,7 +694,7 @@ func _UserCenter_CheckIsEntAdmin_Handler(srv interface{}, ctx context.Context, d
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: "/UserCenter/CheckIsEntAdmin",
|
|
|
|
|
|
+ FullMethod: "/bp.jydev.jianyu360.cn/BaseService/userCenter/CheckIsEntAdmin",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(UserCenterServer).CheckIsEntAdmin(ctx, req.(*EntUserReq))
|
|
return srv.(UserCenterServer).CheckIsEntAdmin(ctx, req.(*EntUserReq))
|