// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.35.2 // protoc v3.19.4 // source: proto/iam.proto package iam import ( 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 CheckTokenReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Token string `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"` } func (x *CheckTokenReq) Reset() { *x = CheckTokenReq{} mi := &file_proto_iam_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CheckTokenReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*CheckTokenReq) ProtoMessage() {} func (x *CheckTokenReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CheckTokenReq.ProtoReflect.Descriptor instead. func (*CheckTokenReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{0} } func (x *CheckTokenReq) GetToken() string { if x != nil { return x.Token } return "" } type CheckTokenResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Data *AdminUserInfo `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *CheckTokenResp) Reset() { *x = CheckTokenResp{} mi := &file_proto_iam_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CheckTokenResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*CheckTokenResp) ProtoMessage() {} func (x *CheckTokenResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CheckTokenResp.ProtoReflect.Descriptor instead. func (*CheckTokenResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{1} } func (x *CheckTokenResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *CheckTokenResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *CheckTokenResp) GetData() *AdminUserInfo { if x != nil { return x.Data } return nil } type DeleteTokenReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Token string `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"` } func (x *DeleteTokenReq) Reset() { *x = DeleteTokenReq{} mi := &file_proto_iam_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteTokenReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteTokenReq) ProtoMessage() {} func (x *DeleteTokenReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteTokenReq.ProtoReflect.Descriptor instead. func (*DeleteTokenReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{2} } func (x *DeleteTokenReq) GetToken() string { if x != nil { return x.Token } return "" } type DeleteTokenResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` } func (x *DeleteTokenResp) Reset() { *x = DeleteTokenResp{} mi := &file_proto_iam_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteTokenResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteTokenResp) ProtoMessage() {} func (x *DeleteTokenResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteTokenResp.ProtoReflect.Descriptor instead. func (*DeleteTokenResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{3} } func (x *DeleteTokenResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *DeleteTokenResp) GetMsg() string { if x != nil { return x.Msg } return "" } type GetAdminUserByIDReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UID int64 `protobuf:"varint,1,opt,name=UID,proto3" json:"UID,omitempty"` } func (x *GetAdminUserByIDReq) Reset() { *x = GetAdminUserByIDReq{} mi := &file_proto_iam_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetAdminUserByIDReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetAdminUserByIDReq) ProtoMessage() {} func (x *GetAdminUserByIDReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetAdminUserByIDReq.ProtoReflect.Descriptor instead. func (*GetAdminUserByIDReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{4} } func (x *GetAdminUserByIDReq) GetUID() int64 { if x != nil { return x.UID } return 0 } type GetAdminUserByIDResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Data *AdminUserInfo `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *GetAdminUserByIDResp) Reset() { *x = GetAdminUserByIDResp{} mi := &file_proto_iam_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetAdminUserByIDResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetAdminUserByIDResp) ProtoMessage() {} func (x *GetAdminUserByIDResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetAdminUserByIDResp.ProtoReflect.Descriptor instead. func (*GetAdminUserByIDResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{5} } func (x *GetAdminUserByIDResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *GetAdminUserByIDResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetAdminUserByIDResp) GetData() *AdminUserInfo { if x != nil { return x.Data } return nil } type BatchGetAdminUserReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UIds []int64 `protobuf:"varint,1,rep,packed,name=UIds,proto3" json:"UIds,omitempty"` } func (x *BatchGetAdminUserReq) Reset() { *x = BatchGetAdminUserReq{} mi := &file_proto_iam_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BatchGetAdminUserReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*BatchGetAdminUserReq) ProtoMessage() {} func (x *BatchGetAdminUserReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BatchGetAdminUserReq.ProtoReflect.Descriptor instead. func (*BatchGetAdminUserReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{6} } func (x *BatchGetAdminUserReq) GetUIds() []int64 { if x != nil { return x.UIds } return nil } type AdminUserInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` RoleID int64 `protobuf:"varint,2,opt,name=RoleID,proto3" json:"RoleID,omitempty"` UserName string `protobuf:"bytes,3,opt,name=UserName,proto3" json:"UserName,omitempty"` NickName string `protobuf:"bytes,4,opt,name=NickName,proto3" json:"NickName,omitempty"` Status int64 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` Avatar string `protobuf:"bytes,6,opt,name=Avatar,proto3" json:"Avatar,omitempty"` } func (x *AdminUserInfo) Reset() { *x = AdminUserInfo{} mi := &file_proto_iam_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AdminUserInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*AdminUserInfo) ProtoMessage() {} func (x *AdminUserInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AdminUserInfo.ProtoReflect.Descriptor instead. func (*AdminUserInfo) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{7} } func (x *AdminUserInfo) GetID() int64 { if x != nil { return x.ID } return 0 } func (x *AdminUserInfo) GetRoleID() int64 { if x != nil { return x.RoleID } return 0 } func (x *AdminUserInfo) GetUserName() string { if x != nil { return x.UserName } return "" } func (x *AdminUserInfo) GetNickName() string { if x != nil { return x.NickName } return "" } func (x *AdminUserInfo) GetStatus() int64 { if x != nil { return x.Status } return 0 } func (x *AdminUserInfo) GetAvatar() string { if x != nil { return x.Avatar } return "" } type BatchGetAdminUserResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Data []*AdminUserInfo `protobuf:"bytes,3,rep,name=Data,proto3" json:"Data,omitempty"` } func (x *BatchGetAdminUserResp) Reset() { *x = BatchGetAdminUserResp{} mi := &file_proto_iam_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BatchGetAdminUserResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*BatchGetAdminUserResp) ProtoMessage() {} func (x *BatchGetAdminUserResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BatchGetAdminUserResp.ProtoReflect.Descriptor instead. func (*BatchGetAdminUserResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{8} } func (x *BatchGetAdminUserResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *BatchGetAdminUserResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *BatchGetAdminUserResp) GetData() []*AdminUserInfo { if x != nil { return x.Data } return nil } type GetAdminUserByNickNameReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields NickName string `protobuf:"bytes,1,opt,name=NickName,proto3" json:"NickName,omitempty"` } func (x *GetAdminUserByNickNameReq) Reset() { *x = GetAdminUserByNickNameReq{} mi := &file_proto_iam_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetAdminUserByNickNameReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetAdminUserByNickNameReq) ProtoMessage() {} func (x *GetAdminUserByNickNameReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetAdminUserByNickNameReq.ProtoReflect.Descriptor instead. func (*GetAdminUserByNickNameReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{9} } func (x *GetAdminUserByNickNameReq) GetNickName() string { if x != nil { return x.NickName } return "" } type GetAdminUserByNickNameResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Data *AdminUserInfo `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *GetAdminUserByNickNameResp) Reset() { *x = GetAdminUserByNickNameResp{} mi := &file_proto_iam_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetAdminUserByNickNameResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetAdminUserByNickNameResp) ProtoMessage() {} func (x *GetAdminUserByNickNameResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetAdminUserByNickNameResp.ProtoReflect.Descriptor instead. func (*GetAdminUserByNickNameResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{10} } func (x *GetAdminUserByNickNameResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *GetAdminUserByNickNameResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetAdminUserByNickNameResp) GetData() *AdminUserInfo { if x != nil { return x.Data } return nil } type GetRoleSystemsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RoleID int64 `protobuf:"varint,1,opt,name=RoleID,proto3" json:"RoleID,omitempty"` } func (x *GetRoleSystemsReq) Reset() { *x = GetRoleSystemsReq{} mi := &file_proto_iam_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetRoleSystemsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetRoleSystemsReq) ProtoMessage() {} func (x *GetRoleSystemsReq) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetRoleSystemsReq.ProtoReflect.Descriptor instead. func (*GetRoleSystemsReq) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{11} } func (x *GetRoleSystemsReq) GetRoleID() int64 { if x != nil { return x.RoleID } return 0 } type SystemInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Url string `protobuf:"bytes,3,opt,name=Url,proto3" json:"Url,omitempty"` } func (x *SystemInfo) Reset() { *x = SystemInfo{} mi := &file_proto_iam_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SystemInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*SystemInfo) ProtoMessage() {} func (x *SystemInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead. func (*SystemInfo) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{12} } func (x *SystemInfo) GetID() int64 { if x != nil { return x.ID } return 0 } func (x *SystemInfo) GetName() string { if x != nil { return x.Name } return "" } func (x *SystemInfo) GetUrl() string { if x != nil { return x.Url } return "" } type GetRoleSystemsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Data []*SystemInfo `protobuf:"bytes,3,rep,name=Data,proto3" json:"Data,omitempty"` } func (x *GetRoleSystemsResp) Reset() { *x = GetRoleSystemsResp{} mi := &file_proto_iam_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetRoleSystemsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetRoleSystemsResp) ProtoMessage() {} func (x *GetRoleSystemsResp) ProtoReflect() protoreflect.Message { mi := &file_proto_iam_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetRoleSystemsResp.ProtoReflect.Descriptor instead. func (*GetRoleSystemsResp) Descriptor() ([]byte, []int) { return file_proto_iam_proto_rawDescGZIP(), []int{13} } func (x *GetRoleSystemsResp) GetCode() int64 { if x != nil { return x.Code } return 0 } func (x *GetRoleSystemsResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetRoleSystemsResp) GetData() []*SystemInfo { if x != nil { return x.Data } return nil } var File_proto_iam_proto protoreflect.FileDescriptor var file_proto_iam_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x69, 0x61, 0x6d, 0x22, 0x25, 0x0a, 0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x5e, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x26, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x37, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x22, 0x27, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x55, 0x49, 0x44, 0x22, 0x64, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x2a, 0x0a, 0x14, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x55, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x04, 0x55, 0x49, 0x64, 0x73, 0x22, 0x9f, 0x01, 0x0a, 0x0d, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x1a, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x22, 0x65, 0x0a, 0x15, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x37, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x6a, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x2b, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x44, 0x22, 0x42, 0x0a, 0x0a, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x55, 0x72, 0x6c, 0x22, 0x5f, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x23, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x32, 0xb5, 0x03, 0x0a, 0x03, 0x49, 0x61, 0x6d, 0x12, 0x37, 0x0a, 0x0a, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x12, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x3a, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x13, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x12, 0x18, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x4c, 0x0a, 0x11, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x5b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x16, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x69, 0x61, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_proto_iam_proto_rawDescOnce sync.Once file_proto_iam_proto_rawDescData = file_proto_iam_proto_rawDesc ) func file_proto_iam_proto_rawDescGZIP() []byte { file_proto_iam_proto_rawDescOnce.Do(func() { file_proto_iam_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_iam_proto_rawDescData) }) return file_proto_iam_proto_rawDescData } var file_proto_iam_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_proto_iam_proto_goTypes = []any{ (*CheckTokenReq)(nil), // 0: iam.CheckTokenReq (*CheckTokenResp)(nil), // 1: iam.CheckTokenResp (*DeleteTokenReq)(nil), // 2: iam.DeleteTokenReq (*DeleteTokenResp)(nil), // 3: iam.DeleteTokenResp (*GetAdminUserByIDReq)(nil), // 4: iam.GetAdminUserByIDReq (*GetAdminUserByIDResp)(nil), // 5: iam.GetAdminUserByIDResp (*BatchGetAdminUserReq)(nil), // 6: iam.BatchGetAdminUserReq (*AdminUserInfo)(nil), // 7: iam.AdminUserInfo (*BatchGetAdminUserResp)(nil), // 8: iam.BatchGetAdminUserResp (*GetAdminUserByNickNameReq)(nil), // 9: iam.GetAdminUserByNickNameReq (*GetAdminUserByNickNameResp)(nil), // 10: iam.GetAdminUserByNickNameResp (*GetRoleSystemsReq)(nil), // 11: iam.GetRoleSystemsReq (*SystemInfo)(nil), // 12: iam.SystemInfo (*GetRoleSystemsResp)(nil), // 13: iam.GetRoleSystemsResp } var file_proto_iam_proto_depIdxs = []int32{ 7, // 0: iam.CheckTokenResp.Data:type_name -> iam.AdminUserInfo 7, // 1: iam.GetAdminUserByIDResp.Data:type_name -> iam.AdminUserInfo 7, // 2: iam.BatchGetAdminUserResp.Data:type_name -> iam.AdminUserInfo 7, // 3: iam.GetAdminUserByNickNameResp.Data:type_name -> iam.AdminUserInfo 12, // 4: iam.GetRoleSystemsResp.Data:type_name -> iam.SystemInfo 0, // 5: iam.Iam.CheckToken:input_type -> iam.CheckTokenReq 2, // 6: iam.Iam.DeleteToken:input_type -> iam.DeleteTokenReq 4, // 7: iam.Iam.GetAdminUserByID:input_type -> iam.GetAdminUserByIDReq 6, // 8: iam.Iam.BatchGetAdminUser:input_type -> iam.BatchGetAdminUserReq 9, // 9: iam.Iam.GetAdminUserByNickName:input_type -> iam.GetAdminUserByNickNameReq 11, // 10: iam.Iam.GetRoleSystems:input_type -> iam.GetRoleSystemsReq 1, // 11: iam.Iam.CheckToken:output_type -> iam.CheckTokenResp 3, // 12: iam.Iam.DeleteToken:output_type -> iam.DeleteTokenResp 5, // 13: iam.Iam.GetAdminUserByID:output_type -> iam.GetAdminUserByIDResp 8, // 14: iam.Iam.BatchGetAdminUser:output_type -> iam.BatchGetAdminUserResp 10, // 15: iam.Iam.GetAdminUserByNickName:output_type -> iam.GetAdminUserByNickNameResp 13, // 16: iam.Iam.GetRoleSystems:output_type -> iam.GetRoleSystemsResp 11, // [11:17] is the sub-list for method output_type 5, // [5:11] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_proto_iam_proto_init() } func file_proto_iam_proto_init() { if File_proto_iam_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_proto_iam_proto_rawDesc, NumEnums: 0, NumMessages: 14, NumExtensions: 0, NumServices: 1, }, GoTypes: file_proto_iam_proto_goTypes, DependencyIndexes: file_proto_iam_proto_depIdxs, MessageInfos: file_proto_iam_proto_msgTypes, }.Build() File_proto_iam_proto = out.File file_proto_iam_proto_rawDesc = nil file_proto_iam_proto_goTypes = nil file_proto_iam_proto_depIdxs = nil }