// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc v3.19.0 // source: code.proto package code 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 CodeStandard struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"` Method int32 `protobuf:"varint,4,opt,name=Method,proto3" json:"Method,omitempty"` Status string `protobuf:"bytes,5,opt,name=Status,proto3" json:"Status,omitempty"` List []*CodeRule `protobuf:"bytes,6,rep,name=List,proto3" json:"List,omitempty"` AutoRule *CodeAuto `protobuf:"bytes,7,opt,name=AutoRule,proto3" json:"AutoRule,omitempty"` } func (x *CodeStandard) Reset() { *x = CodeStandard{} if protoimpl.UnsafeEnabled { mi := &file_code_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CodeStandard) String() string { return protoimpl.X.MessageStringOf(x) } func (*CodeStandard) ProtoMessage() {} func (x *CodeStandard) ProtoReflect() protoreflect.Message { mi := &file_code_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 CodeStandard.ProtoReflect.Descriptor instead. func (*CodeStandard) Descriptor() ([]byte, []int) { return file_code_proto_rawDescGZIP(), []int{0} } func (x *CodeStandard) GetID() string { if x != nil { return x.ID } return "" } func (x *CodeStandard) GetName() string { if x != nil { return x.Name } return "" } func (x *CodeStandard) GetType() string { if x != nil { return x.Type } return "" } func (x *CodeStandard) GetMethod() int32 { if x != nil { return x.Method } return 0 } func (x *CodeStandard) GetStatus() string { if x != nil { return x.Status } return "" } func (x *CodeStandard) GetList() []*CodeRule { if x != nil { return x.List } return nil } func (x *CodeStandard) GetAutoRule() *CodeAuto { if x != nil { return x.AutoRule } return nil } type CodeRule struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Length int32 `protobuf:"varint,2,opt,name=Length,proto3" json:"Length,omitempty"` Desc string `protobuf:"bytes,3,opt,name=Desc,proto3" json:"Desc,omitempty"` } func (x *CodeRule) Reset() { *x = CodeRule{} if protoimpl.UnsafeEnabled { mi := &file_code_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CodeRule) String() string { return protoimpl.X.MessageStringOf(x) } func (*CodeRule) ProtoMessage() {} func (x *CodeRule) ProtoReflect() protoreflect.Message { mi := &file_code_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 CodeRule.ProtoReflect.Descriptor instead. func (*CodeRule) Descriptor() ([]byte, []int) { return file_code_proto_rawDescGZIP(), []int{1} } func (x *CodeRule) GetName() string { if x != nil { return x.Name } return "" } func (x *CodeRule) GetLength() int32 { if x != nil { return x.Length } return 0 } func (x *CodeRule) GetDesc() string { if x != nil { return x.Desc } return "" } type CodeAuto struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PrefixMethod int32 `protobuf:"varint,1,opt,name=PrefixMethod,proto3" json:"PrefixMethod,omitempty"` PrefixValue string `protobuf:"bytes,2,opt,name=PrefixValue,proto3" json:"PrefixValue,omitempty"` SuffixMethod int32 `protobuf:"varint,3,opt,name=SuffixMethod,proto3" json:"SuffixMethod,omitempty"` AutoLength int32 `protobuf:"varint,4,opt,name=AutoLength,proto3" json:"AutoLength,omitempty"` Desc string `protobuf:"bytes,5,opt,name=Desc,proto3" json:"Desc,omitempty"` } func (x *CodeAuto) Reset() { *x = CodeAuto{} if protoimpl.UnsafeEnabled { mi := &file_code_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CodeAuto) String() string { return protoimpl.X.MessageStringOf(x) } func (*CodeAuto) ProtoMessage() {} func (x *CodeAuto) ProtoReflect() protoreflect.Message { mi := &file_code_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 CodeAuto.ProtoReflect.Descriptor instead. func (*CodeAuto) Descriptor() ([]byte, []int) { return file_code_proto_rawDescGZIP(), []int{2} } func (x *CodeAuto) GetPrefixMethod() int32 { if x != nil { return x.PrefixMethod } return 0 } func (x *CodeAuto) GetPrefixValue() string { if x != nil { return x.PrefixValue } return "" } func (x *CodeAuto) GetSuffixMethod() int32 { if x != nil { return x.SuffixMethod } return 0 } func (x *CodeAuto) GetAutoLength() int32 { if x != nil { return x.AutoLength } return 0 } func (x *CodeAuto) GetDesc() string { if x != nil { return x.Desc } return "" } type GetCodeListRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` CodeStandID string `protobuf:"bytes,3,opt,name=CodeStandID,proto3" json:"CodeStandID,omitempty"` Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` Type string `protobuf:"bytes,5,opt,name=Type,proto3" json:"Type,omitempty"` } func (x *GetCodeListRequest) Reset() { *x = GetCodeListRequest{} if protoimpl.UnsafeEnabled { mi := &file_code_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetCodeListRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetCodeListRequest) ProtoMessage() {} func (x *GetCodeListRequest) ProtoReflect() protoreflect.Message { mi := &file_code_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 GetCodeListRequest.ProtoReflect.Descriptor instead. func (*GetCodeListRequest) Descriptor() ([]byte, []int) { return file_code_proto_rawDescGZIP(), []int{3} } func (x *GetCodeListRequest) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetCodeListRequest) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetCodeListRequest) GetCodeStandID() string { if x != nil { return x.CodeStandID } return "" } func (x *GetCodeListRequest) GetName() string { if x != nil { return x.Name } return "" } func (x *GetCodeListRequest) GetType() string { if x != nil { return x.Type } return "" } type GetCodeListResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int32 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` List []*CodeStandard `protobuf:"bytes,3,rep,name=List,proto3" json:"List,omitempty"` Total int64 `protobuf:"varint,4,opt,name=Total,proto3" json:"Total,omitempty"` } func (x *GetCodeListResponse) Reset() { *x = GetCodeListResponse{} if protoimpl.UnsafeEnabled { mi := &file_code_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetCodeListResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetCodeListResponse) ProtoMessage() {} func (x *GetCodeListResponse) ProtoReflect() protoreflect.Message { mi := &file_code_proto_msgTypes[4] 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 GetCodeListResponse.ProtoReflect.Descriptor instead. func (*GetCodeListResponse) Descriptor() ([]byte, []int) { return file_code_proto_rawDescGZIP(), []int{4} } func (x *GetCodeListResponse) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *GetCodeListResponse) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetCodeListResponse) GetList() []*CodeStandard { if x != nil { return x.List } return nil } func (x *GetCodeListResponse) GetTotal() int64 { if x != nil { return x.Total } return 0 } var File_code_proto protoreflect.FileDescriptor var file_code_proto_rawDesc = []byte{ 0x0a, 0x0a, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbc, 0x01, 0x0a, 0x0c, 0x43, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 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, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x08, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x75, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x08, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x4a, 0x0a, 0x08, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65, 0x73, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22, 0xa8, 0x01, 0x0a, 0x08, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x53, 0x75, 0x66, 0x66, 0x69, 0x78, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x53, 0x75, 0x66, 0x66, 0x69, 0x78, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22, 0x8e, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x43, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x43, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x22, 0x74, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 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, 0x21, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x49, 0x0a, 0x0b, 0x63, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x3a, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x08, 0x5a, 0x06, 0x2e, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_code_proto_rawDescOnce sync.Once file_code_proto_rawDescData = file_code_proto_rawDesc ) func file_code_proto_rawDescGZIP() []byte { file_code_proto_rawDescOnce.Do(func() { file_code_proto_rawDescData = protoimpl.X.CompressGZIP(file_code_proto_rawDescData) }) return file_code_proto_rawDescData } var file_code_proto_msgTypes = make([]protoimpl.MessageInfo, 5) var file_code_proto_goTypes = []interface{}{ (*CodeStandard)(nil), // 0: CodeStandard (*CodeRule)(nil), // 1: CodeRule (*CodeAuto)(nil), // 2: CodeAuto (*GetCodeListRequest)(nil), // 3: GetCodeListRequest (*GetCodeListResponse)(nil), // 4: GetCodeListResponse } var file_code_proto_depIdxs = []int32{ 1, // 0: CodeStandard.List:type_name -> CodeRule 2, // 1: CodeStandard.AutoRule:type_name -> CodeAuto 0, // 2: GetCodeListResponse.List:type_name -> CodeStandard 3, // 3: codeService.GetCodeList:input_type -> GetCodeListRequest 4, // 4: codeService.GetCodeList:output_type -> GetCodeListResponse 4, // [4:5] is the sub-list for method output_type 3, // [3:4] 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_code_proto_init() } func file_code_proto_init() { if File_code_proto != nil { return } if !protoimpl.UnsafeEnabled { file_code_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CodeStandard); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_code_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CodeRule); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_code_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CodeAuto); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_code_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCodeListRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_code_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCodeListResponse); 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_code_proto_rawDesc, NumEnums: 0, NumMessages: 5, NumExtensions: 0, NumServices: 1, }, GoTypes: file_code_proto_goTypes, DependencyIndexes: file_code_proto_depIdxs, MessageInfos: file_code_proto_msgTypes, }.Build() File_code_proto = out.File file_code_proto_rawDesc = nil file_code_proto_goTypes = nil file_code_proto_depIdxs = nil }