codeService.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.15.1
  5. // source: codeService.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type Request struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *Request) Reset() {
  25. *x = Request{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_codeService_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *Request) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*Request) ProtoMessage() {}
  36. func (x *Request) ProtoReflect() protoreflect.Message {
  37. mi := &file_codeService_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use Request.ProtoReflect.Descriptor instead.
  48. func (*Request) Descriptor() ([]byte, []int) {
  49. return file_codeService_proto_rawDescGZIP(), []int{0}
  50. }
  51. type Response struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. ErrorCode int64 `protobuf:"varint,1,opt,name=ErrorCode,proto3" json:"ErrorCode,omitempty"` // 响应代码
  56. ErrorMsg string `protobuf:"bytes,2,opt,name=ErrorMsg,proto3" json:"ErrorMsg,omitempty"` // 响应信息
  57. Data *TypeStruct `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"` //数据
  58. }
  59. func (x *Response) Reset() {
  60. *x = Response{}
  61. if protoimpl.UnsafeEnabled {
  62. mi := &file_codeService_proto_msgTypes[1]
  63. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  64. ms.StoreMessageInfo(mi)
  65. }
  66. }
  67. func (x *Response) String() string {
  68. return protoimpl.X.MessageStringOf(x)
  69. }
  70. func (*Response) ProtoMessage() {}
  71. func (x *Response) ProtoReflect() protoreflect.Message {
  72. mi := &file_codeService_proto_msgTypes[1]
  73. if protoimpl.UnsafeEnabled && x != nil {
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. if ms.LoadMessageInfo() == nil {
  76. ms.StoreMessageInfo(mi)
  77. }
  78. return ms
  79. }
  80. return mi.MessageOf(x)
  81. }
  82. // Deprecated: Use Response.ProtoReflect.Descriptor instead.
  83. func (*Response) Descriptor() ([]byte, []int) {
  84. return file_codeService_proto_rawDescGZIP(), []int{1}
  85. }
  86. func (x *Response) GetErrorCode() int64 {
  87. if x != nil {
  88. return x.ErrorCode
  89. }
  90. return 0
  91. }
  92. func (x *Response) GetErrorMsg() string {
  93. if x != nil {
  94. return x.ErrorMsg
  95. }
  96. return ""
  97. }
  98. func (x *Response) GetData() *TypeStruct {
  99. if x != nil {
  100. return x.Data
  101. }
  102. return nil
  103. }
  104. //返回数据
  105. type TypeStruct struct {
  106. state protoimpl.MessageState
  107. sizeCache protoimpl.SizeCache
  108. unknownFields protoimpl.UnknownFields
  109. Area map[string]string `protobuf:"bytes,1,rep,name=Area,proto3" json:"Area,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  110. City map[string]string `protobuf:"bytes,2,rep,name=City,proto3" json:"City,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  111. Subtype map[string]string `protobuf:"bytes,3,rep,name=Subtype,proto3" json:"Subtype,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  112. Buyerclass map[string]string `protobuf:"bytes,4,rep,name=Buyerclass,proto3" json:"Buyerclass,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  113. Subscopeclass map[string]string `protobuf:"bytes,5,rep,name=Subscopeclass,proto3" json:"Subscopeclass,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  114. }
  115. func (x *TypeStruct) Reset() {
  116. *x = TypeStruct{}
  117. if protoimpl.UnsafeEnabled {
  118. mi := &file_codeService_proto_msgTypes[2]
  119. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  120. ms.StoreMessageInfo(mi)
  121. }
  122. }
  123. func (x *TypeStruct) String() string {
  124. return protoimpl.X.MessageStringOf(x)
  125. }
  126. func (*TypeStruct) ProtoMessage() {}
  127. func (x *TypeStruct) ProtoReflect() protoreflect.Message {
  128. mi := &file_codeService_proto_msgTypes[2]
  129. if protoimpl.UnsafeEnabled && x != nil {
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. if ms.LoadMessageInfo() == nil {
  132. ms.StoreMessageInfo(mi)
  133. }
  134. return ms
  135. }
  136. return mi.MessageOf(x)
  137. }
  138. // Deprecated: Use TypeStruct.ProtoReflect.Descriptor instead.
  139. func (*TypeStruct) Descriptor() ([]byte, []int) {
  140. return file_codeService_proto_rawDescGZIP(), []int{2}
  141. }
  142. func (x *TypeStruct) GetArea() map[string]string {
  143. if x != nil {
  144. return x.Area
  145. }
  146. return nil
  147. }
  148. func (x *TypeStruct) GetCity() map[string]string {
  149. if x != nil {
  150. return x.City
  151. }
  152. return nil
  153. }
  154. func (x *TypeStruct) GetSubtype() map[string]string {
  155. if x != nil {
  156. return x.Subtype
  157. }
  158. return nil
  159. }
  160. func (x *TypeStruct) GetBuyerclass() map[string]string {
  161. if x != nil {
  162. return x.Buyerclass
  163. }
  164. return nil
  165. }
  166. func (x *TypeStruct) GetSubscopeclass() map[string]string {
  167. if x != nil {
  168. return x.Subscopeclass
  169. }
  170. return nil
  171. }
  172. var File_codeService_proto protoreflect.FileDescriptor
  173. var file_codeService_proto_rawDesc = []byte{
  174. 0x0a, 0x11, 0x63, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72,
  175. 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  176. 0x22, 0x09, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x71, 0x0a, 0x08, 0x52,
  177. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72,
  178. 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x45, 0x72, 0x72, 0x6f,
  179. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  180. 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  181. 0x67, 0x12, 0x2b, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
  182. 0x17, 0x2e, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x79,
  183. 0x70, 0x65, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x84,
  184. 0x05, 0x0a, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x12, 0x35, 0x0a,
  185. 0x04, 0x41, 0x72, 0x65, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x6f,
  186. 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74,
  187. 0x72, 0x75, 0x63, 0x74, 0x2e, 0x41, 0x72, 0x65, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04,
  188. 0x41, 0x72, 0x65, 0x61, 0x12, 0x35, 0x0a, 0x04, 0x43, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x03,
  189. 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  190. 0x2e, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x43, 0x69, 0x74, 0x79,
  191. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x43, 0x69, 0x74, 0x79, 0x12, 0x3e, 0x0a, 0x07, 0x53,
  192. 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x63,
  193. 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x53,
  194. 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x53, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x45, 0x6e, 0x74,
  195. 0x72, 0x79, 0x52, 0x07, 0x53, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x47, 0x0a, 0x0a, 0x42,
  196. 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32,
  197. 0x27, 0x2e, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x79,
  198. 0x70, 0x65, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c,
  199. 0x61, 0x73, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x42, 0x75, 0x79, 0x65, 0x72, 0x63,
  200. 0x6c, 0x61, 0x73, 0x73, 0x12, 0x50, 0x0a, 0x0d, 0x53, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70, 0x65,
  201. 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f,
  202. 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74,
  203. 0x72, 0x75, 0x63, 0x74, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x63, 0x6c, 0x61,
  204. 0x73, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x53, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70,
  205. 0x65, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x1a, 0x37, 0x0a, 0x09, 0x41, 0x72, 0x65, 0x61, 0x45, 0x6e,
  206. 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  207. 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
  208. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a,
  209. 0x37, 0x0a, 0x09, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
  210. 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
  211. 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76,
  212. 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, 0x0c, 0x53, 0x75, 0x62, 0x74,
  213. 0x79, 0x70, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
  214. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
  215. 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  216. 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3d, 0x0a, 0x0f, 0x42, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61,
  217. 0x73, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
  218. 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
  219. 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
  220. 0x02, 0x38, 0x01, 0x1a, 0x40, 0x0a, 0x12, 0x53, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x63,
  221. 0x6c, 0x61, 0x73, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
  222. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
  223. 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
  224. 0x65, 0x3a, 0x02, 0x38, 0x01, 0x32, 0x50, 0x0a, 0x0b, 0x43, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x72,
  225. 0x76, 0x69, 0x63, 0x65, 0x12, 0x41, 0x0a, 0x12, 0x43, 0x6f, 0x64, 0x65, 0x54, 0x72, 0x61, 0x6e,
  226. 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x2e, 0x63, 0x6f, 0x64,
  227. 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  228. 0x1a, 0x15, 0x2e, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x52,
  229. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62,
  230. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  231. }
  232. var (
  233. file_codeService_proto_rawDescOnce sync.Once
  234. file_codeService_proto_rawDescData = file_codeService_proto_rawDesc
  235. )
  236. func file_codeService_proto_rawDescGZIP() []byte {
  237. file_codeService_proto_rawDescOnce.Do(func() {
  238. file_codeService_proto_rawDescData = protoimpl.X.CompressGZIP(file_codeService_proto_rawDescData)
  239. })
  240. return file_codeService_proto_rawDescData
  241. }
  242. var file_codeService_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  243. var file_codeService_proto_goTypes = []interface{}{
  244. (*Request)(nil), // 0: codeservice.Request
  245. (*Response)(nil), // 1: codeservice.Response
  246. (*TypeStruct)(nil), // 2: codeservice.TypeStruct
  247. nil, // 3: codeservice.TypeStruct.AreaEntry
  248. nil, // 4: codeservice.TypeStruct.CityEntry
  249. nil, // 5: codeservice.TypeStruct.SubtypeEntry
  250. nil, // 6: codeservice.TypeStruct.BuyerclassEntry
  251. nil, // 7: codeservice.TypeStruct.SubscopeclassEntry
  252. }
  253. var file_codeService_proto_depIdxs = []int32{
  254. 2, // 0: codeservice.Response.Data:type_name -> codeservice.TypeStruct
  255. 3, // 1: codeservice.TypeStruct.Area:type_name -> codeservice.TypeStruct.AreaEntry
  256. 4, // 2: codeservice.TypeStruct.City:type_name -> codeservice.TypeStruct.CityEntry
  257. 5, // 3: codeservice.TypeStruct.Subtype:type_name -> codeservice.TypeStruct.SubtypeEntry
  258. 6, // 4: codeservice.TypeStruct.Buyerclass:type_name -> codeservice.TypeStruct.BuyerclassEntry
  259. 7, // 5: codeservice.TypeStruct.Subscopeclass:type_name -> codeservice.TypeStruct.SubscopeclassEntry
  260. 0, // 6: codeservice.CodeService.CodeTransformation:input_type -> codeservice.Request
  261. 1, // 7: codeservice.CodeService.CodeTransformation:output_type -> codeservice.Response
  262. 7, // [7:8] is the sub-list for method output_type
  263. 6, // [6:7] is the sub-list for method input_type
  264. 6, // [6:6] is the sub-list for extension type_name
  265. 6, // [6:6] is the sub-list for extension extendee
  266. 0, // [0:6] is the sub-list for field type_name
  267. }
  268. func init() { file_codeService_proto_init() }
  269. func file_codeService_proto_init() {
  270. if File_codeService_proto != nil {
  271. return
  272. }
  273. if !protoimpl.UnsafeEnabled {
  274. file_codeService_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  275. switch v := v.(*Request); i {
  276. case 0:
  277. return &v.state
  278. case 1:
  279. return &v.sizeCache
  280. case 2:
  281. return &v.unknownFields
  282. default:
  283. return nil
  284. }
  285. }
  286. file_codeService_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  287. switch v := v.(*Response); i {
  288. case 0:
  289. return &v.state
  290. case 1:
  291. return &v.sizeCache
  292. case 2:
  293. return &v.unknownFields
  294. default:
  295. return nil
  296. }
  297. }
  298. file_codeService_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  299. switch v := v.(*TypeStruct); i {
  300. case 0:
  301. return &v.state
  302. case 1:
  303. return &v.sizeCache
  304. case 2:
  305. return &v.unknownFields
  306. default:
  307. return nil
  308. }
  309. }
  310. }
  311. type x struct{}
  312. out := protoimpl.TypeBuilder{
  313. File: protoimpl.DescBuilder{
  314. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  315. RawDescriptor: file_codeService_proto_rawDesc,
  316. NumEnums: 0,
  317. NumMessages: 8,
  318. NumExtensions: 0,
  319. NumServices: 1,
  320. },
  321. GoTypes: file_codeService_proto_goTypes,
  322. DependencyIndexes: file_codeService_proto_depIdxs,
  323. MessageInfos: file_codeService_proto_msgTypes,
  324. }.Build()
  325. File_codeService_proto = out.File
  326. file_codeService_proto_rawDesc = nil
  327. file_codeService_proto_goTypes = nil
  328. file_codeService_proto_depIdxs = nil
  329. }