general.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.2
  4. // protoc v5.29.3
  5. // source: gRPC_Model/general.proto
  6. package gRPC_Model
  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 Empty struct {
  20. state protoimpl.MessageState `protogen:"open.v1"`
  21. unknownFields protoimpl.UnknownFields
  22. sizeCache protoimpl.SizeCache
  23. }
  24. func (x *Empty) Reset() {
  25. *x = Empty{}
  26. mi := &file_gRPC_Model_general_proto_msgTypes[0]
  27. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  28. ms.StoreMessageInfo(mi)
  29. }
  30. func (x *Empty) String() string {
  31. return protoimpl.X.MessageStringOf(x)
  32. }
  33. func (*Empty) ProtoMessage() {}
  34. func (x *Empty) ProtoReflect() protoreflect.Message {
  35. mi := &file_gRPC_Model_general_proto_msgTypes[0]
  36. if x != nil {
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. if ms.LoadMessageInfo() == nil {
  39. ms.StoreMessageInfo(mi)
  40. }
  41. return ms
  42. }
  43. return mi.MessageOf(x)
  44. }
  45. // Deprecated: Use Empty.ProtoReflect.Descriptor instead.
  46. func (*Empty) Descriptor() ([]byte, []int) {
  47. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{0}
  48. }
  49. type DoubleValue struct {
  50. state protoimpl.MessageState `protogen:"open.v1"`
  51. Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
  52. unknownFields protoimpl.UnknownFields
  53. sizeCache protoimpl.SizeCache
  54. }
  55. func (x *DoubleValue) Reset() {
  56. *x = DoubleValue{}
  57. mi := &file_gRPC_Model_general_proto_msgTypes[1]
  58. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  59. ms.StoreMessageInfo(mi)
  60. }
  61. func (x *DoubleValue) String() string {
  62. return protoimpl.X.MessageStringOf(x)
  63. }
  64. func (*DoubleValue) ProtoMessage() {}
  65. func (x *DoubleValue) ProtoReflect() protoreflect.Message {
  66. mi := &file_gRPC_Model_general_proto_msgTypes[1]
  67. if x != nil {
  68. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  69. if ms.LoadMessageInfo() == nil {
  70. ms.StoreMessageInfo(mi)
  71. }
  72. return ms
  73. }
  74. return mi.MessageOf(x)
  75. }
  76. // Deprecated: Use DoubleValue.ProtoReflect.Descriptor instead.
  77. func (*DoubleValue) Descriptor() ([]byte, []int) {
  78. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{1}
  79. }
  80. func (x *DoubleValue) GetValue() float64 {
  81. if x != nil {
  82. return x.Value
  83. }
  84. return 0
  85. }
  86. type FloatValue struct {
  87. state protoimpl.MessageState `protogen:"open.v1"`
  88. Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"`
  89. unknownFields protoimpl.UnknownFields
  90. sizeCache protoimpl.SizeCache
  91. }
  92. func (x *FloatValue) Reset() {
  93. *x = FloatValue{}
  94. mi := &file_gRPC_Model_general_proto_msgTypes[2]
  95. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  96. ms.StoreMessageInfo(mi)
  97. }
  98. func (x *FloatValue) String() string {
  99. return protoimpl.X.MessageStringOf(x)
  100. }
  101. func (*FloatValue) ProtoMessage() {}
  102. func (x *FloatValue) ProtoReflect() protoreflect.Message {
  103. mi := &file_gRPC_Model_general_proto_msgTypes[2]
  104. if x != nil {
  105. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  106. if ms.LoadMessageInfo() == nil {
  107. ms.StoreMessageInfo(mi)
  108. }
  109. return ms
  110. }
  111. return mi.MessageOf(x)
  112. }
  113. // Deprecated: Use FloatValue.ProtoReflect.Descriptor instead.
  114. func (*FloatValue) Descriptor() ([]byte, []int) {
  115. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{2}
  116. }
  117. func (x *FloatValue) GetValue() float32 {
  118. if x != nil {
  119. return x.Value
  120. }
  121. return 0
  122. }
  123. type Int64Value struct {
  124. state protoimpl.MessageState `protogen:"open.v1"`
  125. Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  126. unknownFields protoimpl.UnknownFields
  127. sizeCache protoimpl.SizeCache
  128. }
  129. func (x *Int64Value) Reset() {
  130. *x = Int64Value{}
  131. mi := &file_gRPC_Model_general_proto_msgTypes[3]
  132. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  133. ms.StoreMessageInfo(mi)
  134. }
  135. func (x *Int64Value) String() string {
  136. return protoimpl.X.MessageStringOf(x)
  137. }
  138. func (*Int64Value) ProtoMessage() {}
  139. func (x *Int64Value) ProtoReflect() protoreflect.Message {
  140. mi := &file_gRPC_Model_general_proto_msgTypes[3]
  141. if x != nil {
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. if ms.LoadMessageInfo() == nil {
  144. ms.StoreMessageInfo(mi)
  145. }
  146. return ms
  147. }
  148. return mi.MessageOf(x)
  149. }
  150. // Deprecated: Use Int64Value.ProtoReflect.Descriptor instead.
  151. func (*Int64Value) Descriptor() ([]byte, []int) {
  152. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{3}
  153. }
  154. func (x *Int64Value) GetValue() int64 {
  155. if x != nil {
  156. return x.Value
  157. }
  158. return 0
  159. }
  160. type UInt64Value struct {
  161. state protoimpl.MessageState `protogen:"open.v1"`
  162. Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  163. unknownFields protoimpl.UnknownFields
  164. sizeCache protoimpl.SizeCache
  165. }
  166. func (x *UInt64Value) Reset() {
  167. *x = UInt64Value{}
  168. mi := &file_gRPC_Model_general_proto_msgTypes[4]
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. ms.StoreMessageInfo(mi)
  171. }
  172. func (x *UInt64Value) String() string {
  173. return protoimpl.X.MessageStringOf(x)
  174. }
  175. func (*UInt64Value) ProtoMessage() {}
  176. func (x *UInt64Value) ProtoReflect() protoreflect.Message {
  177. mi := &file_gRPC_Model_general_proto_msgTypes[4]
  178. if x != nil {
  179. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  180. if ms.LoadMessageInfo() == nil {
  181. ms.StoreMessageInfo(mi)
  182. }
  183. return ms
  184. }
  185. return mi.MessageOf(x)
  186. }
  187. // Deprecated: Use UInt64Value.ProtoReflect.Descriptor instead.
  188. func (*UInt64Value) Descriptor() ([]byte, []int) {
  189. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{4}
  190. }
  191. func (x *UInt64Value) GetValue() uint64 {
  192. if x != nil {
  193. return x.Value
  194. }
  195. return 0
  196. }
  197. type Int32Value struct {
  198. state protoimpl.MessageState `protogen:"open.v1"`
  199. Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  200. unknownFields protoimpl.UnknownFields
  201. sizeCache protoimpl.SizeCache
  202. }
  203. func (x *Int32Value) Reset() {
  204. *x = Int32Value{}
  205. mi := &file_gRPC_Model_general_proto_msgTypes[5]
  206. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  207. ms.StoreMessageInfo(mi)
  208. }
  209. func (x *Int32Value) String() string {
  210. return protoimpl.X.MessageStringOf(x)
  211. }
  212. func (*Int32Value) ProtoMessage() {}
  213. func (x *Int32Value) ProtoReflect() protoreflect.Message {
  214. mi := &file_gRPC_Model_general_proto_msgTypes[5]
  215. if x != nil {
  216. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  217. if ms.LoadMessageInfo() == nil {
  218. ms.StoreMessageInfo(mi)
  219. }
  220. return ms
  221. }
  222. return mi.MessageOf(x)
  223. }
  224. // Deprecated: Use Int32Value.ProtoReflect.Descriptor instead.
  225. func (*Int32Value) Descriptor() ([]byte, []int) {
  226. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{5}
  227. }
  228. func (x *Int32Value) GetValue() int32 {
  229. if x != nil {
  230. return x.Value
  231. }
  232. return 0
  233. }
  234. type UInt32Value struct {
  235. state protoimpl.MessageState `protogen:"open.v1"`
  236. Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  237. unknownFields protoimpl.UnknownFields
  238. sizeCache protoimpl.SizeCache
  239. }
  240. func (x *UInt32Value) Reset() {
  241. *x = UInt32Value{}
  242. mi := &file_gRPC_Model_general_proto_msgTypes[6]
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. ms.StoreMessageInfo(mi)
  245. }
  246. func (x *UInt32Value) String() string {
  247. return protoimpl.X.MessageStringOf(x)
  248. }
  249. func (*UInt32Value) ProtoMessage() {}
  250. func (x *UInt32Value) ProtoReflect() protoreflect.Message {
  251. mi := &file_gRPC_Model_general_proto_msgTypes[6]
  252. if x != nil {
  253. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  254. if ms.LoadMessageInfo() == nil {
  255. ms.StoreMessageInfo(mi)
  256. }
  257. return ms
  258. }
  259. return mi.MessageOf(x)
  260. }
  261. // Deprecated: Use UInt32Value.ProtoReflect.Descriptor instead.
  262. func (*UInt32Value) Descriptor() ([]byte, []int) {
  263. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{6}
  264. }
  265. func (x *UInt32Value) GetValue() uint32 {
  266. if x != nil {
  267. return x.Value
  268. }
  269. return 0
  270. }
  271. type BoolValue struct {
  272. state protoimpl.MessageState `protogen:"open.v1"`
  273. // The bool value.
  274. Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  275. unknownFields protoimpl.UnknownFields
  276. sizeCache protoimpl.SizeCache
  277. }
  278. func (x *BoolValue) Reset() {
  279. *x = BoolValue{}
  280. mi := &file_gRPC_Model_general_proto_msgTypes[7]
  281. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  282. ms.StoreMessageInfo(mi)
  283. }
  284. func (x *BoolValue) String() string {
  285. return protoimpl.X.MessageStringOf(x)
  286. }
  287. func (*BoolValue) ProtoMessage() {}
  288. func (x *BoolValue) ProtoReflect() protoreflect.Message {
  289. mi := &file_gRPC_Model_general_proto_msgTypes[7]
  290. if x != nil {
  291. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  292. if ms.LoadMessageInfo() == nil {
  293. ms.StoreMessageInfo(mi)
  294. }
  295. return ms
  296. }
  297. return mi.MessageOf(x)
  298. }
  299. // Deprecated: Use BoolValue.ProtoReflect.Descriptor instead.
  300. func (*BoolValue) Descriptor() ([]byte, []int) {
  301. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{7}
  302. }
  303. func (x *BoolValue) GetValue() bool {
  304. if x != nil {
  305. return x.Value
  306. }
  307. return false
  308. }
  309. type StringValue struct {
  310. state protoimpl.MessageState `protogen:"open.v1"`
  311. Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
  312. unknownFields protoimpl.UnknownFields
  313. sizeCache protoimpl.SizeCache
  314. }
  315. func (x *StringValue) Reset() {
  316. *x = StringValue{}
  317. mi := &file_gRPC_Model_general_proto_msgTypes[8]
  318. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  319. ms.StoreMessageInfo(mi)
  320. }
  321. func (x *StringValue) String() string {
  322. return protoimpl.X.MessageStringOf(x)
  323. }
  324. func (*StringValue) ProtoMessage() {}
  325. func (x *StringValue) ProtoReflect() protoreflect.Message {
  326. mi := &file_gRPC_Model_general_proto_msgTypes[8]
  327. if x != nil {
  328. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  329. if ms.LoadMessageInfo() == nil {
  330. ms.StoreMessageInfo(mi)
  331. }
  332. return ms
  333. }
  334. return mi.MessageOf(x)
  335. }
  336. // Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
  337. func (*StringValue) Descriptor() ([]byte, []int) {
  338. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{8}
  339. }
  340. func (x *StringValue) GetValue() string {
  341. if x != nil {
  342. return x.Value
  343. }
  344. return ""
  345. }
  346. type BytesValue struct {
  347. state protoimpl.MessageState `protogen:"open.v1"`
  348. Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
  349. unknownFields protoimpl.UnknownFields
  350. sizeCache protoimpl.SizeCache
  351. }
  352. func (x *BytesValue) Reset() {
  353. *x = BytesValue{}
  354. mi := &file_gRPC_Model_general_proto_msgTypes[9]
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. ms.StoreMessageInfo(mi)
  357. }
  358. func (x *BytesValue) String() string {
  359. return protoimpl.X.MessageStringOf(x)
  360. }
  361. func (*BytesValue) ProtoMessage() {}
  362. func (x *BytesValue) ProtoReflect() protoreflect.Message {
  363. mi := &file_gRPC_Model_general_proto_msgTypes[9]
  364. if x != nil {
  365. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  366. if ms.LoadMessageInfo() == nil {
  367. ms.StoreMessageInfo(mi)
  368. }
  369. return ms
  370. }
  371. return mi.MessageOf(x)
  372. }
  373. // Deprecated: Use BytesValue.ProtoReflect.Descriptor instead.
  374. func (*BytesValue) Descriptor() ([]byte, []int) {
  375. return file_gRPC_Model_general_proto_rawDescGZIP(), []int{9}
  376. }
  377. func (x *BytesValue) GetValue() []byte {
  378. if x != nil {
  379. return x.Value
  380. }
  381. return nil
  382. }
  383. var File_gRPC_Model_general_proto protoreflect.FileDescriptor
  384. var file_gRPC_Model_general_proto_rawDesc = []byte{
  385. 0x0a, 0x18, 0x67, 0x52, 0x50, 0x43, 0x5f, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x67, 0x65, 0x6e,
  386. 0x65, 0x72, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x07, 0x0a, 0x05, 0x45, 0x6d,
  387. 0x70, 0x74, 0x79, 0x22, 0x23, 0x0a, 0x0b, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c,
  388. 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  389. 0x01, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x46, 0x6c, 0x6f, 0x61,
  390. 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
  391. 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x22, 0x0a, 0x0a,
  392. 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
  393. 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  394. 0x22, 0x23, 0x0a, 0x0b, 0x55, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12,
  395. 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05,
  396. 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61,
  397. 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01,
  398. 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x23, 0x0a, 0x0b, 0x55, 0x49, 0x6e,
  399. 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
  400. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x21,
  401. 0x0a, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76,
  402. 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
  403. 0x65, 0x22, 0x23, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65,
  404. 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  405. 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x42, 0x79, 0x74, 0x65, 0x73, 0x56,
  406. 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20,
  407. 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2f,
  408. 0x67, 0x52, 0x50, 0x43, 0x5f, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  409. 0x6f, 0x33,
  410. }
  411. var (
  412. file_gRPC_Model_general_proto_rawDescOnce sync.Once
  413. file_gRPC_Model_general_proto_rawDescData = file_gRPC_Model_general_proto_rawDesc
  414. )
  415. func file_gRPC_Model_general_proto_rawDescGZIP() []byte {
  416. file_gRPC_Model_general_proto_rawDescOnce.Do(func() {
  417. file_gRPC_Model_general_proto_rawDescData = protoimpl.X.CompressGZIP(file_gRPC_Model_general_proto_rawDescData)
  418. })
  419. return file_gRPC_Model_general_proto_rawDescData
  420. }
  421. var file_gRPC_Model_general_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  422. var file_gRPC_Model_general_proto_goTypes = []any{
  423. (*Empty)(nil), // 0: Empty
  424. (*DoubleValue)(nil), // 1: DoubleValue
  425. (*FloatValue)(nil), // 2: FloatValue
  426. (*Int64Value)(nil), // 3: Int64Value
  427. (*UInt64Value)(nil), // 4: UInt64Value
  428. (*Int32Value)(nil), // 5: Int32Value
  429. (*UInt32Value)(nil), // 6: UInt32Value
  430. (*BoolValue)(nil), // 7: BoolValue
  431. (*StringValue)(nil), // 8: StringValue
  432. (*BytesValue)(nil), // 9: BytesValue
  433. }
  434. var file_gRPC_Model_general_proto_depIdxs = []int32{
  435. 0, // [0:0] is the sub-list for method output_type
  436. 0, // [0:0] is the sub-list for method input_type
  437. 0, // [0:0] is the sub-list for extension type_name
  438. 0, // [0:0] is the sub-list for extension extendee
  439. 0, // [0:0] is the sub-list for field type_name
  440. }
  441. func init() { file_gRPC_Model_general_proto_init() }
  442. func file_gRPC_Model_general_proto_init() {
  443. if File_gRPC_Model_general_proto != nil {
  444. return
  445. }
  446. type x struct{}
  447. out := protoimpl.TypeBuilder{
  448. File: protoimpl.DescBuilder{
  449. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  450. RawDescriptor: file_gRPC_Model_general_proto_rawDesc,
  451. NumEnums: 0,
  452. NumMessages: 10,
  453. NumExtensions: 0,
  454. NumServices: 0,
  455. },
  456. GoTypes: file_gRPC_Model_general_proto_goTypes,
  457. DependencyIndexes: file_gRPC_Model_general_proto_depIdxs,
  458. MessageInfos: file_gRPC_Model_general_proto_msgTypes,
  459. }.Build()
  460. File_gRPC_Model_general_proto = out.File
  461. file_gRPC_Model_general_proto_rawDesc = nil
  462. file_gRPC_Model_general_proto_goTypes = nil
  463. file_gRPC_Model_general_proto_depIdxs = nil
  464. }