|
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.28.1
- // protoc v3.20.0--rc1
- // source: im.business.int.proto
-
- package pb
-
- import (
- context "context"
- grpc "google.golang.org/grpc"
- codes "google.golang.org/grpc/codes"
- status "google.golang.org/grpc/status"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- )
-
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
-
- type MasterAuthReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- MasterId string `protobuf:"bytes,1,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
- }
-
- func (x *MasterAuthReq) Reset() {
- *x = MasterAuthReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_business_int_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
-
- func (x *MasterAuthReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
-
- func (*MasterAuthReq) ProtoMessage() {}
-
- func (x *MasterAuthReq) ProtoReflect() protoreflect.Message {
- mi := &file_business_int_proto_msgTypes[0]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
-
- // Deprecated: Use MasterAuthReq.ProtoReflect.Descriptor instead.
- func (*MasterAuthReq) Descriptor() ([]byte, []int) {
- return file_business_int_proto_rawDescGZIP(), []int{0}
- }
-
- func (x *MasterAuthReq) GetMasterId() string {
- if x != nil {
- return x.MasterId
- }
- return ""
- }
-
- type AuthReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
- DeviceId int64 `protobuf:"varint,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
- Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
- }
-
- func (x *AuthReq) Reset() {
- *x = AuthReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_business_int_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
-
- func (x *AuthReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
-
- func (*AuthReq) ProtoMessage() {}
-
- func (x *AuthReq) ProtoReflect() protoreflect.Message {
- mi := &file_business_int_proto_msgTypes[1]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
-
- // Deprecated: Use AuthReq.ProtoReflect.Descriptor instead.
- func (*AuthReq) Descriptor() ([]byte, []int) {
- return file_business_int_proto_rawDescGZIP(), []int{1}
- }
-
- func (x *AuthReq) GetUserId() int64 {
- if x != nil {
- return x.UserId
- }
- return 0
- }
-
- func (x *AuthReq) GetDeviceId() int64 {
- if x != nil {
- return x.DeviceId
- }
- return 0
- }
-
- func (x *AuthReq) GetToken() string {
- if x != nil {
- return x.Token
- }
- return ""
- }
-
- type GetUsersReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- UserIds map[int64]int32 `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 用户id
- }
-
- func (x *GetUsersReq) Reset() {
- *x = GetUsersReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_business_int_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
-
- func (x *GetUsersReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
-
- func (*GetUsersReq) ProtoMessage() {}
-
- func (x *GetUsersReq) ProtoReflect() protoreflect.Message {
- mi := &file_business_int_proto_msgTypes[2]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
-
- // Deprecated: Use GetUsersReq.ProtoReflect.Descriptor instead.
- func (*GetUsersReq) Descriptor() ([]byte, []int) {
- return file_business_int_proto_rawDescGZIP(), []int{2}
- }
-
- func (x *GetUsersReq) GetUserIds() map[int64]int32 {
- if x != nil {
- return x.UserIds
- }
- return nil
- }
-
- type GetUsersResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- Users map[int64]*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 用户信息
- }
-
- func (x *GetUsersResp) Reset() {
- *x = GetUsersResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_business_int_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
-
- func (x *GetUsersResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
-
- func (*GetUsersResp) ProtoMessage() {}
-
- func (x *GetUsersResp) ProtoReflect() protoreflect.Message {
- mi := &file_business_int_proto_msgTypes[3]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
-
- // Deprecated: Use GetUsersResp.ProtoReflect.Descriptor instead.
- func (*GetUsersResp) Descriptor() ([]byte, []int) {
- return file_business_int_proto_rawDescGZIP(), []int{3}
- }
-
- func (x *GetUsersResp) GetUsers() map[int64]*User {
- if x != nil {
- return x.Users
- }
- return nil
- }
-
- var File_business_int_proto protoreflect.FileDescriptor
-
- var file_business_int_proto_rawDesc = []byte{
- 0x0a, 0x12, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x69, 0x6e, 0x74, 0x2e, 0x70,
- 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x10, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
- 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x62, 0x75, 0x73, 0x69,
- 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2c,
- 0x0a, 0x0d, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x12,
- 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x55, 0x0a, 0x07,
- 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f,
- 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
- 0x12, 0x1b, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a,
- 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f,
- 0x6b, 0x65, 0x6e, 0x22, 0x82, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73,
- 0x52, 0x65, 0x71, 0x12, 0x37, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18,
- 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73,
- 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x45, 0x6e,
- 0x74, 0x72, 0x79, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x1a, 0x3a, 0x0a, 0x0c,
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
- 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
- 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74,
- 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x05, 0x75, 0x73, 0x65,
- 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65,
- 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73,
- 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x1a, 0x42, 0x0a, 0x0a,
- 0x55, 0x73, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
- 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x05,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x70, 0x62,
- 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
- 0x32, 0xb4, 0x01, 0x0a, 0x0b, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x74,
- 0x12, 0x2a, 0x0a, 0x0a, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x12, 0x11,
- 0x2e, 0x70, 0x62, 0x2e, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65,
- 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x04,
- 0x41, 0x75, 0x74, 0x68, 0x12, 0x0b, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65,
- 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x2a, 0x0a, 0x07,
- 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74,
- 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74,
- 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x55,
- 0x73, 0x65, 0x72, 0x73, 0x12, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
- 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73,
- 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0d, 0x5a, 0x0b, 0x67, 0x69, 0x6d, 0x2f, 0x70,
- 0x6b, 0x67, 0x2f, 0x70, 0x62, 0x2f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
- }
-
- var (
- file_business_int_proto_rawDescOnce sync.Once
- file_business_int_proto_rawDescData = file_business_int_proto_rawDesc
- )
-
- func file_business_int_proto_rawDescGZIP() []byte {
- file_business_int_proto_rawDescOnce.Do(func() {
- file_business_int_proto_rawDescData = protoimpl.X.CompressGZIP(file_business_int_proto_rawDescData)
- })
- return file_business_int_proto_rawDescData
- }
-
- var file_business_int_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
- var file_business_int_proto_goTypes = []interface{}{
- (*MasterAuthReq)(nil), // 0: pb.MasterAuthReq
- (*AuthReq)(nil), // 1: pb.AuthReq
- (*GetUsersReq)(nil), // 2: pb.GetUsersReq
- (*GetUsersResp)(nil), // 3: pb.GetUsersResp
- nil, // 4: pb.GetUsersReq.UserIdsEntry
- nil, // 5: pb.GetUsersResp.UsersEntry
- (*User)(nil), // 6: pb.User
- (*GetUserReq)(nil), // 7: pb.GetUserReq
- (*Empty)(nil), // 8: pb.Empty
- (*GetUserResp)(nil), // 9: pb.GetUserResp
- }
- var file_business_int_proto_depIdxs = []int32{
- 4, // 0: pb.GetUsersReq.user_ids:type_name -> pb.GetUsersReq.UserIdsEntry
- 5, // 1: pb.GetUsersResp.users:type_name -> pb.GetUsersResp.UsersEntry
- 6, // 2: pb.GetUsersResp.UsersEntry.value:type_name -> pb.User
- 0, // 3: pb.BusinessInt.MasterAuth:input_type -> pb.MasterAuthReq
- 1, // 4: pb.BusinessInt.Auth:input_type -> pb.AuthReq
- 7, // 5: pb.BusinessInt.GetUser:input_type -> pb.GetUserReq
- 2, // 6: pb.BusinessInt.GetUsers:input_type -> pb.GetUsersReq
- 8, // 7: pb.BusinessInt.MasterAuth:output_type -> pb.Empty
- 8, // 8: pb.BusinessInt.Auth:output_type -> pb.Empty
- 9, // 9: pb.BusinessInt.GetUser:output_type -> pb.GetUserResp
- 3, // 10: pb.BusinessInt.GetUsers:output_type -> pb.GetUsersResp
- 7, // [7:11] is the sub-list for method output_type
- 3, // [3:7] is the sub-list for method input_type
- 3, // [3:3] is the sub-list for extension type_name
- 3, // [3:3] is the sub-list for extension extendee
- 0, // [0:3] is the sub-list for field type_name
- }
-
- func init() { file_business_int_proto_init() }
- func file_business_int_proto_init() {
- if File_business_int_proto != nil {
- return
- }
- file_common_ext_proto_init()
- file_business_ext_proto_init()
- if !protoimpl.UnsafeEnabled {
- file_business_int_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*MasterAuthReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_business_int_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*AuthReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_business_int_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetUsersReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_business_int_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetUsersResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: file_business_int_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 6,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_business_int_proto_goTypes,
- DependencyIndexes: file_business_int_proto_depIdxs,
- MessageInfos: file_business_int_proto_msgTypes,
- }.Build()
- File_business_int_proto = out.File
- file_business_int_proto_rawDesc = nil
- file_business_int_proto_goTypes = nil
- file_business_int_proto_depIdxs = nil
- }
-
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the grpc package it is being compiled against.
- // Requires gRPC-Go v1.32.0 or later.
- const _ = grpc.SupportPackageIsVersion7
-
- // BusinessIntClient is the client API for BusinessInt service.
- //
- // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
- type BusinessIntClient interface {
- // 站长权限校验
- MasterAuth(ctx context.Context, in *MasterAuthReq, opts ...grpc.CallOption) (*Empty, error)
- // 权限校验
- Auth(ctx context.Context, in *AuthReq, opts ...grpc.CallOption) (*Empty, error)
- // 批量获取用户信息
- GetUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*GetUserResp, error)
- // 批量获取用户信息
- GetUsers(ctx context.Context, in *GetUsersReq, opts ...grpc.CallOption) (*GetUsersResp, error)
- }
-
- type businessIntClient struct {
- cc grpc.ClientConnInterface
- }
-
- func NewBusinessIntClient(cc grpc.ClientConnInterface) BusinessIntClient {
- return &businessIntClient{cc}
- }
-
- func (c *businessIntClient) MasterAuth(ctx context.Context, in *MasterAuthReq, opts ...grpc.CallOption) (*Empty, error) {
- out := new(Empty)
- err := c.cc.Invoke(ctx, "/pb.BusinessInt/MasterAuth", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
-
- func (c *businessIntClient) Auth(ctx context.Context, in *AuthReq, opts ...grpc.CallOption) (*Empty, error) {
- out := new(Empty)
- err := c.cc.Invoke(ctx, "/pb.BusinessInt/Auth", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
-
- func (c *businessIntClient) GetUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*GetUserResp, error) {
- out := new(GetUserResp)
- err := c.cc.Invoke(ctx, "/pb.BusinessInt/GetUser", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
-
- func (c *businessIntClient) GetUsers(ctx context.Context, in *GetUsersReq, opts ...grpc.CallOption) (*GetUsersResp, error) {
- out := new(GetUsersResp)
- err := c.cc.Invoke(ctx, "/pb.BusinessInt/GetUsers", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
-
- // BusinessIntServer is the server API for BusinessInt service.
- // All implementations must embed UnimplementedBusinessIntServer
- // for forward compatibility
- type BusinessIntServer interface {
- // 站长权限校验
- MasterAuth(context.Context, *MasterAuthReq) (*Empty, error)
- // 权限校验
- Auth(context.Context, *AuthReq) (*Empty, error)
- // 批量获取用户信息
- GetUser(context.Context, *GetUserReq) (*GetUserResp, error)
- // 批量获取用户信息
- GetUsers(context.Context, *GetUsersReq) (*GetUsersResp, error)
- }
-
- // UnimplementedBusinessIntServer must be embedded to have forward compatible implementations.
- type UnimplementedBusinessIntServer struct {
- }
-
- func (UnimplementedBusinessIntServer) MasterAuth(context.Context, *MasterAuthReq) (*Empty, error) {
- return nil, status.Errorf(codes.Unimplemented, "method MasterAuth not implemented")
- }
- func (UnimplementedBusinessIntServer) Auth(context.Context, *AuthReq) (*Empty, error) {
- return nil, status.Errorf(codes.Unimplemented, "method Auth not implemented")
- }
- func (UnimplementedBusinessIntServer) GetUser(context.Context, *GetUserReq) (*GetUserResp, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GetUser not implemented")
- }
- func (UnimplementedBusinessIntServer) GetUsers(context.Context, *GetUsersReq) (*GetUsersResp, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GetUsers not implemented")
- }
-
- func RegisterBusinessIntServer(s grpc.ServiceRegistrar, srv BusinessIntServer) {
- s.RegisterService(&BusinessInt_ServiceDesc, srv)
- }
-
- func _BusinessInt_MasterAuth_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(MasterAuthReq)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(BusinessIntServer).MasterAuth(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.BusinessInt/MasterAuth",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(BusinessIntServer).MasterAuth(ctx, req.(*MasterAuthReq))
- }
- return interceptor(ctx, in, info, handler)
- }
-
- func _BusinessInt_Auth_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(AuthReq)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(BusinessIntServer).Auth(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.BusinessInt/Auth",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(BusinessIntServer).Auth(ctx, req.(*AuthReq))
- }
- return interceptor(ctx, in, info, handler)
- }
-
- func _BusinessInt_GetUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(GetUserReq)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(BusinessIntServer).GetUser(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.BusinessInt/GetUser",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(BusinessIntServer).GetUser(ctx, req.(*GetUserReq))
- }
- return interceptor(ctx, in, info, handler)
- }
-
- func _BusinessInt_GetUsers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(GetUsersReq)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(BusinessIntServer).GetUsers(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.BusinessInt/GetUsers",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(BusinessIntServer).GetUsers(ctx, req.(*GetUsersReq))
- }
- return interceptor(ctx, in, info, handler)
- }
-
- // BusinessInt_ServiceDesc is the grpc.ServiceDesc for BusinessInt service.
- // It's only intended for direct use with grpc.RegisterService,
- // and not to be introspected or modified (even as a copy)
- var BusinessInt_ServiceDesc = grpc.ServiceDesc{
- ServiceName: "pb.BusinessInt",
- HandlerType: (*BusinessIntServer)(nil),
- Methods: []grpc.MethodDesc{
- {
- MethodName: "MasterAuth",
- Handler: _BusinessInt_MasterAuth_Handler,
- },
- {
- MethodName: "Auth",
- Handler: _BusinessInt_Auth_Handler,
- },
- {
- MethodName: "GetUser",
- Handler: _BusinessInt_GetUser_Handler,
- },
- {
- MethodName: "GetUsers",
- Handler: _BusinessInt_GetUsers_Handler,
- },
- },
- Streams: []grpc.StreamDesc{},
- Metadata: "im.business.int.proto",
- }
|