443 lines
13 KiB
Go
443 lines
13 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.6
|
|
// protoc v5.29.3
|
|
// source: user.proto
|
|
|
|
package proto
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
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 UserInfo struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language,omitempty"`
|
|
PermNodes []byte `protobuf:"bytes,3,opt,name=perm_nodes,json=permNodes,proto3,oneof" json:"perm_nodes,omitempty"`
|
|
Metadata []byte `protobuf:"bytes,4,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UserInfo) Reset() {
|
|
*x = UserInfo{}
|
|
mi := &file_user_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UserInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserInfo) ProtoMessage() {}
|
|
|
|
func (x *UserInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 UserInfo.ProtoReflect.Descriptor instead.
|
|
func (*UserInfo) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *UserInfo) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetLanguage() string {
|
|
if x != nil {
|
|
return x.Language
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetPermNodes() []byte {
|
|
if x != nil {
|
|
return x.PermNodes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UserInfo) GetMetadata() []byte {
|
|
if x != nil {
|
|
return x.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MultipleUserInfo struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Data []*UserInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *MultipleUserInfo) Reset() {
|
|
*x = MultipleUserInfo{}
|
|
mi := &file_user_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *MultipleUserInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MultipleUserInfo) ProtoMessage() {}
|
|
|
|
func (x *MultipleUserInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 MultipleUserInfo.ProtoReflect.Descriptor instead.
|
|
func (*MultipleUserInfo) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *MultipleUserInfo) GetData() []*UserInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId *uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
|
|
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetUserRequest) Reset() {
|
|
*x = GetUserRequest{}
|
|
mi := &file_user_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 GetUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *GetUserRequest) GetUserId() uint64 {
|
|
if x != nil && x.UserId != nil {
|
|
return *x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRequest) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId []uint64 `protobuf:"varint,1,rep,packed,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListUserRequest) Reset() {
|
|
*x = ListUserRequest{}
|
|
mi := &file_user_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListUserRequest) ProtoMessage() {}
|
|
|
|
func (x *ListUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 ListUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ListUserRequest) GetUserId() []uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListUserRelativeRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
IsRelated bool `protobuf:"varint,3,opt,name=is_related,json=isRelated,proto3" json:"is_related,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListUserRelativeRequest) Reset() {
|
|
*x = ListUserRelativeRequest{}
|
|
mi := &file_user_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListUserRelativeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListUserRelativeRequest) ProtoMessage() {}
|
|
|
|
func (x *ListUserRelativeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 ListUserRelativeRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListUserRelativeRequest) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *ListUserRelativeRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ListUserRelativeRequest) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ListUserRelativeRequest) GetIsRelated() bool {
|
|
if x != nil {
|
|
return x.IsRelated
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ListUserRelativeResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Data []*UserInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListUserRelativeResponse) Reset() {
|
|
*x = ListUserRelativeResponse{}
|
|
mi := &file_user_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListUserRelativeResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListUserRelativeResponse) ProtoMessage() {}
|
|
|
|
func (x *ListUserRelativeResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_user_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 ListUserRelativeResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListUserRelativeResponse) Descriptor() ([]byte, []int) {
|
|
return file_user_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ListUserRelativeResponse) GetData() []*UserInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_user_proto protoreflect.FileDescriptor
|
|
|
|
const file_user_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\n" +
|
|
"user.proto\x12\x05proto\"\xab\x01\n" +
|
|
"\bUserInfo\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\x04R\x02id\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\x12\x1a\n" +
|
|
"\blanguage\x18\x05 \x01(\tR\blanguage\x12\"\n" +
|
|
"\n" +
|
|
"perm_nodes\x18\x03 \x01(\fH\x00R\tpermNodes\x88\x01\x01\x12\x1f\n" +
|
|
"\bmetadata\x18\x04 \x01(\fH\x01R\bmetadata\x88\x01\x01B\r\n" +
|
|
"\v_perm_nodesB\v\n" +
|
|
"\t_metadata\"7\n" +
|
|
"\x10MultipleUserInfo\x12#\n" +
|
|
"\x04data\x18\x01 \x03(\v2\x0f.proto.UserInfoR\x04data\"\\\n" +
|
|
"\x0eGetUserRequest\x12\x1c\n" +
|
|
"\auser_id\x18\x01 \x01(\x04H\x00R\x06userId\x88\x01\x01\x12\x17\n" +
|
|
"\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01B\n" +
|
|
"\n" +
|
|
"\b_user_idB\a\n" +
|
|
"\x05_name\"*\n" +
|
|
"\x0fListUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x03(\x04R\x06userId\"i\n" +
|
|
"\x17ListUserRelativeRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\x04R\x06userId\x12\x16\n" +
|
|
"\x06status\x18\x02 \x01(\x05R\x06status\x12\x1d\n" +
|
|
"\n" +
|
|
"is_related\x18\x03 \x01(\bR\tisRelated\"?\n" +
|
|
"\x18ListUserRelativeResponse\x12#\n" +
|
|
"\x04data\x18\x01 \x03(\v2\x0f.proto.UserInfoR\x04data2\xd8\x01\n" +
|
|
"\vUserService\x123\n" +
|
|
"\aGetUser\x12\x15.proto.GetUserRequest\x1a\x0f.proto.UserInfo\"\x00\x12=\n" +
|
|
"\bListUser\x12\x16.proto.ListUserRequest\x1a\x17.proto.MultipleUserInfo\"\x00\x12U\n" +
|
|
"\x10ListUserRelative\x12\x1e.proto.ListUserRelativeRequest\x1a\x1f.proto.ListUserRelativeResponse\"\x00B\tZ\a.;protob\x06proto3"
|
|
|
|
var (
|
|
file_user_proto_rawDescOnce sync.Once
|
|
file_user_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_user_proto_rawDescGZIP() []byte {
|
|
file_user_proto_rawDescOnce.Do(func() {
|
|
file_user_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_user_proto_rawDesc), len(file_user_proto_rawDesc)))
|
|
})
|
|
return file_user_proto_rawDescData
|
|
}
|
|
|
|
var file_user_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
var file_user_proto_goTypes = []any{
|
|
(*UserInfo)(nil), // 0: proto.UserInfo
|
|
(*MultipleUserInfo)(nil), // 1: proto.MultipleUserInfo
|
|
(*GetUserRequest)(nil), // 2: proto.GetUserRequest
|
|
(*ListUserRequest)(nil), // 3: proto.ListUserRequest
|
|
(*ListUserRelativeRequest)(nil), // 4: proto.ListUserRelativeRequest
|
|
(*ListUserRelativeResponse)(nil), // 5: proto.ListUserRelativeResponse
|
|
}
|
|
var file_user_proto_depIdxs = []int32{
|
|
0, // 0: proto.MultipleUserInfo.data:type_name -> proto.UserInfo
|
|
0, // 1: proto.ListUserRelativeResponse.data:type_name -> proto.UserInfo
|
|
2, // 2: proto.UserService.GetUser:input_type -> proto.GetUserRequest
|
|
3, // 3: proto.UserService.ListUser:input_type -> proto.ListUserRequest
|
|
4, // 4: proto.UserService.ListUserRelative:input_type -> proto.ListUserRelativeRequest
|
|
0, // 5: proto.UserService.GetUser:output_type -> proto.UserInfo
|
|
1, // 6: proto.UserService.ListUser:output_type -> proto.MultipleUserInfo
|
|
5, // 7: proto.UserService.ListUserRelative:output_type -> proto.ListUserRelativeResponse
|
|
5, // [5:8] is the sub-list for method output_type
|
|
2, // [2:5] is the sub-list for method input_type
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
0, // [0:2] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_user_proto_init() }
|
|
func file_user_proto_init() {
|
|
if File_user_proto != nil {
|
|
return
|
|
}
|
|
file_user_proto_msgTypes[0].OneofWrappers = []any{}
|
|
file_user_proto_msgTypes[2].OneofWrappers = []any{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_user_proto_rawDesc), len(file_user_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 6,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_user_proto_goTypes,
|
|
DependencyIndexes: file_user_proto_depIdxs,
|
|
MessageInfos: file_user_proto_msgTypes,
|
|
}.Build()
|
|
File_user_proto = out.File
|
|
file_user_proto_goTypes = nil
|
|
file_user_proto_depIdxs = nil
|
|
}
|