enum.pb.go 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.9
  5. // source: backend/operation/enum.proto
  6. package operationPb
  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 IsShow_Kind int32
  20. const (
  21. IsShow_INVALID IsShow_Kind = 0 // 无效
  22. IsShow_OK IsShow_Kind = 1 // 是
  23. IsShow_NO IsShow_Kind = 2 // 否
  24. )
  25. // Enum value maps for IsShow_Kind.
  26. var (
  27. IsShow_Kind_name = map[int32]string{
  28. 0: "INVALID",
  29. 1: "OK",
  30. 2: "NO",
  31. }
  32. IsShow_Kind_value = map[string]int32{
  33. "INVALID": 0,
  34. "OK": 1,
  35. "NO": 2,
  36. }
  37. )
  38. func (x IsShow_Kind) Enum() *IsShow_Kind {
  39. p := new(IsShow_Kind)
  40. *p = x
  41. return p
  42. }
  43. func (x IsShow_Kind) String() string {
  44. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  45. }
  46. func (IsShow_Kind) Descriptor() protoreflect.EnumDescriptor {
  47. return file_backend_operation_enum_proto_enumTypes[0].Descriptor()
  48. }
  49. func (IsShow_Kind) Type() protoreflect.EnumType {
  50. return &file_backend_operation_enum_proto_enumTypes[0]
  51. }
  52. func (x IsShow_Kind) Number() protoreflect.EnumNumber {
  53. return protoreflect.EnumNumber(x)
  54. }
  55. // Deprecated: Use IsShow_Kind.Descriptor instead.
  56. func (IsShow_Kind) EnumDescriptor() ([]byte, []int) {
  57. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0, 0}
  58. }
  59. type CattleCategoryParent_Kind int32
  60. const (
  61. CattleCategoryParent_INVALID CattleCategoryParent_Kind = 0 // 所有
  62. CattleCategoryParent_LACTATION_CAW CattleCategoryParent_Kind = 1 // 泌乳牛
  63. CattleCategoryParent_FATTEN_CAW CattleCategoryParent_Kind = 2 // 育肥牛
  64. CattleCategoryParent_RESERVE_CAW CattleCategoryParent_Kind = 3 // 后备牛
  65. CattleCategoryParent_DRY_CAW CattleCategoryParent_Kind = 4 // 干奶牛
  66. CattleCategoryParent_PERINATAL_CAW CattleCategoryParent_Kind = 5 // 围产牛
  67. CattleCategoryParent_OTHER_CAW CattleCategoryParent_Kind = 6 // 其他
  68. )
  69. // Enum value maps for CattleCategoryParent_Kind.
  70. var (
  71. CattleCategoryParent_Kind_name = map[int32]string{
  72. 0: "INVALID",
  73. 1: "LACTATION_CAW",
  74. 2: "FATTEN_CAW",
  75. 3: "RESERVE_CAW",
  76. 4: "DRY_CAW",
  77. 5: "PERINATAL_CAW",
  78. 6: "OTHER_CAW",
  79. }
  80. CattleCategoryParent_Kind_value = map[string]int32{
  81. "INVALID": 0,
  82. "LACTATION_CAW": 1,
  83. "FATTEN_CAW": 2,
  84. "RESERVE_CAW": 3,
  85. "DRY_CAW": 4,
  86. "PERINATAL_CAW": 5,
  87. "OTHER_CAW": 6,
  88. }
  89. )
  90. func (x CattleCategoryParent_Kind) Enum() *CattleCategoryParent_Kind {
  91. p := new(CattleCategoryParent_Kind)
  92. *p = x
  93. return p
  94. }
  95. func (x CattleCategoryParent_Kind) String() string {
  96. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  97. }
  98. func (CattleCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  99. return file_backend_operation_enum_proto_enumTypes[1].Descriptor()
  100. }
  101. func (CattleCategoryParent_Kind) Type() protoreflect.EnumType {
  102. return &file_backend_operation_enum_proto_enumTypes[1]
  103. }
  104. func (x CattleCategoryParent_Kind) Number() protoreflect.EnumNumber {
  105. return protoreflect.EnumNumber(x)
  106. }
  107. // Deprecated: Use CattleCategoryParent_Kind.Descriptor instead.
  108. func (CattleCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  109. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1, 0}
  110. }
  111. type ForageCategoryParent_Kind int32
  112. const (
  113. ForageCategoryParent_INVALID ForageCategoryParent_Kind = 0 // 无效
  114. ForageCategoryParent_ROUGHAGE ForageCategoryParent_Kind = 1 // 粗料
  115. ForageCategoryParent_CONCENTRATE ForageCategoryParent_Kind = 2 // 精料(浓缩料)
  116. ForageCategoryParent_HALF_ROUGHAGE_HALF_CONCENTRATE ForageCategoryParent_Kind = 3 // 粗料精料各半
  117. ForageCategoryParent_OTHER ForageCategoryParent_Kind = 4 // 其他
  118. )
  119. // Enum value maps for ForageCategoryParent_Kind.
  120. var (
  121. ForageCategoryParent_Kind_name = map[int32]string{
  122. 0: "INVALID",
  123. 1: "ROUGHAGE",
  124. 2: "CONCENTRATE",
  125. 3: "HALF_ROUGHAGE_HALF_CONCENTRATE",
  126. 4: "OTHER",
  127. }
  128. ForageCategoryParent_Kind_value = map[string]int32{
  129. "INVALID": 0,
  130. "ROUGHAGE": 1,
  131. "CONCENTRATE": 2,
  132. "HALF_ROUGHAGE_HALF_CONCENTRATE": 3,
  133. "OTHER": 4,
  134. }
  135. )
  136. func (x ForageCategoryParent_Kind) Enum() *ForageCategoryParent_Kind {
  137. p := new(ForageCategoryParent_Kind)
  138. *p = x
  139. return p
  140. }
  141. func (x ForageCategoryParent_Kind) String() string {
  142. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  143. }
  144. func (ForageCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  145. return file_backend_operation_enum_proto_enumTypes[2].Descriptor()
  146. }
  147. func (ForageCategoryParent_Kind) Type() protoreflect.EnumType {
  148. return &file_backend_operation_enum_proto_enumTypes[2]
  149. }
  150. func (x ForageCategoryParent_Kind) Number() protoreflect.EnumNumber {
  151. return protoreflect.EnumNumber(x)
  152. }
  153. // Deprecated: Use ForageCategoryParent_Kind.Descriptor instead.
  154. func (ForageCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  155. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2, 0}
  156. }
  157. type ForageSource_Kind int32
  158. const (
  159. ForageSource_INVALID ForageSource_Kind = 0 // 无效
  160. ForageSource_SYSTEM_BUILT_IN ForageSource_Kind = 1 // 系统内置
  161. ForageSource_USER_DEFINED ForageSource_Kind = 2 // 用户自定义
  162. )
  163. // Enum value maps for ForageSource_Kind.
  164. var (
  165. ForageSource_Kind_name = map[int32]string{
  166. 0: "INVALID",
  167. 1: "SYSTEM_BUILT_IN",
  168. 2: "USER_DEFINED",
  169. }
  170. ForageSource_Kind_value = map[string]int32{
  171. "INVALID": 0,
  172. "SYSTEM_BUILT_IN": 1,
  173. "USER_DEFINED": 2,
  174. }
  175. )
  176. func (x ForageSource_Kind) Enum() *ForageSource_Kind {
  177. p := new(ForageSource_Kind)
  178. *p = x
  179. return p
  180. }
  181. func (x ForageSource_Kind) String() string {
  182. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  183. }
  184. func (ForageSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  185. return file_backend_operation_enum_proto_enumTypes[3].Descriptor()
  186. }
  187. func (ForageSource_Kind) Type() protoreflect.EnumType {
  188. return &file_backend_operation_enum_proto_enumTypes[3]
  189. }
  190. func (x ForageSource_Kind) Number() protoreflect.EnumNumber {
  191. return protoreflect.EnumNumber(x)
  192. }
  193. // Deprecated: Use ForageSource_Kind.Descriptor instead.
  194. func (ForageSource_Kind) EnumDescriptor() ([]byte, []int) {
  195. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3, 0}
  196. }
  197. type JumpDelaType_Kind int32
  198. const (
  199. JumpDelaType_INVALID JumpDelaType_Kind = 0 // 禁用
  200. JumpDelaType_THREE JumpDelaType_Kind = 1 // 3秒
  201. JumpDelaType_SIX JumpDelaType_Kind = 2 // 6秒
  202. JumpDelaType_NINE JumpDelaType_Kind = 3 // 9秒
  203. )
  204. // Enum value maps for JumpDelaType_Kind.
  205. var (
  206. JumpDelaType_Kind_name = map[int32]string{
  207. 0: "INVALID",
  208. 1: "THREE",
  209. 2: "SIX",
  210. 3: "NINE",
  211. }
  212. JumpDelaType_Kind_value = map[string]int32{
  213. "INVALID": 0,
  214. "THREE": 1,
  215. "SIX": 2,
  216. "NINE": 3,
  217. }
  218. )
  219. func (x JumpDelaType_Kind) Enum() *JumpDelaType_Kind {
  220. p := new(JumpDelaType_Kind)
  221. *p = x
  222. return p
  223. }
  224. func (x JumpDelaType_Kind) String() string {
  225. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  226. }
  227. func (JumpDelaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  228. return file_backend_operation_enum_proto_enumTypes[4].Descriptor()
  229. }
  230. func (JumpDelaType_Kind) Type() protoreflect.EnumType {
  231. return &file_backend_operation_enum_proto_enumTypes[4]
  232. }
  233. func (x JumpDelaType_Kind) Number() protoreflect.EnumNumber {
  234. return protoreflect.EnumNumber(x)
  235. }
  236. // Deprecated: Use JumpDelaType_Kind.Descriptor instead.
  237. func (JumpDelaType_Kind) EnumDescriptor() ([]byte, []int) {
  238. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4, 0}
  239. }
  240. type ForagePlanType_Kind int32
  241. const (
  242. ForagePlanType_INVALID ForagePlanType_Kind = 0 // 无
  243. ForagePlanType_FORKLIFT ForagePlanType_Kind = 1 // 铲车
  244. ForagePlanType_CONCENTRATE ForagePlanType_Kind = 2 // 精料
  245. )
  246. // Enum value maps for ForagePlanType_Kind.
  247. var (
  248. ForagePlanType_Kind_name = map[int32]string{
  249. 0: "INVALID",
  250. 1: "FORKLIFT",
  251. 2: "CONCENTRATE",
  252. }
  253. ForagePlanType_Kind_value = map[string]int32{
  254. "INVALID": 0,
  255. "FORKLIFT": 1,
  256. "CONCENTRATE": 2,
  257. }
  258. )
  259. func (x ForagePlanType_Kind) Enum() *ForagePlanType_Kind {
  260. p := new(ForagePlanType_Kind)
  261. *p = x
  262. return p
  263. }
  264. func (x ForagePlanType_Kind) String() string {
  265. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  266. }
  267. func (ForagePlanType_Kind) Descriptor() protoreflect.EnumDescriptor {
  268. return file_backend_operation_enum_proto_enumTypes[5].Descriptor()
  269. }
  270. func (ForagePlanType_Kind) Type() protoreflect.EnumType {
  271. return &file_backend_operation_enum_proto_enumTypes[5]
  272. }
  273. func (x ForagePlanType_Kind) Number() protoreflect.EnumNumber {
  274. return protoreflect.EnumNumber(x)
  275. }
  276. // Deprecated: Use ForagePlanType_Kind.Descriptor instead.
  277. func (ForagePlanType_Kind) EnumDescriptor() ([]byte, []int) {
  278. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5, 0}
  279. }
  280. type DataSource_Kind int32
  281. const (
  282. DataSource_INVALID DataSource_Kind = 0 // 无
  283. DataSource_BACKGROUND_ADD DataSource_Kind = 1 // 后台手动添加
  284. DataSource_EXCEL_IMPORT DataSource_Kind = 2 // excel报表导入
  285. DataSource_FROM_PASTURE DataSource_Kind = 3 // 来自牧场
  286. )
  287. // Enum value maps for DataSource_Kind.
  288. var (
  289. DataSource_Kind_name = map[int32]string{
  290. 0: "INVALID",
  291. 1: "BACKGROUND_ADD",
  292. 2: "EXCEL_IMPORT",
  293. 3: "FROM_PASTURE",
  294. }
  295. DataSource_Kind_value = map[string]int32{
  296. "INVALID": 0,
  297. "BACKGROUND_ADD": 1,
  298. "EXCEL_IMPORT": 2,
  299. "FROM_PASTURE": 3,
  300. }
  301. )
  302. func (x DataSource_Kind) Enum() *DataSource_Kind {
  303. p := new(DataSource_Kind)
  304. *p = x
  305. return p
  306. }
  307. func (x DataSource_Kind) String() string {
  308. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  309. }
  310. func (DataSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  311. return file_backend_operation_enum_proto_enumTypes[6].Descriptor()
  312. }
  313. func (DataSource_Kind) Type() protoreflect.EnumType {
  314. return &file_backend_operation_enum_proto_enumTypes[6]
  315. }
  316. func (x DataSource_Kind) Number() protoreflect.EnumNumber {
  317. return protoreflect.EnumNumber(x)
  318. }
  319. // Deprecated: Use DataSource_Kind.Descriptor instead.
  320. func (DataSource_Kind) EnumDescriptor() ([]byte, []int) {
  321. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6, 0}
  322. }
  323. type FormulaType_Kind int32
  324. const (
  325. FormulaType_INVALID FormulaType_Kind = 0 // 无
  326. FormulaType_FEED_FORMULA FormulaType_Kind = 1 // 饲喂配方
  327. FormulaType_PREMIXED_FORMULA FormulaType_Kind = 2 // 预混配方
  328. FormulaType_SUPPLEMENTARY_FORMULA FormulaType_Kind = 3 // 补料配方
  329. )
  330. // Enum value maps for FormulaType_Kind.
  331. var (
  332. FormulaType_Kind_name = map[int32]string{
  333. 0: "INVALID",
  334. 1: "FEED_FORMULA",
  335. 2: "PREMIXED_FORMULA",
  336. 3: "SUPPLEMENTARY_FORMULA",
  337. }
  338. FormulaType_Kind_value = map[string]int32{
  339. "INVALID": 0,
  340. "FEED_FORMULA": 1,
  341. "PREMIXED_FORMULA": 2,
  342. "SUPPLEMENTARY_FORMULA": 3,
  343. }
  344. )
  345. func (x FormulaType_Kind) Enum() *FormulaType_Kind {
  346. p := new(FormulaType_Kind)
  347. *p = x
  348. return p
  349. }
  350. func (x FormulaType_Kind) String() string {
  351. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  352. }
  353. func (FormulaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  354. return file_backend_operation_enum_proto_enumTypes[7].Descriptor()
  355. }
  356. func (FormulaType_Kind) Type() protoreflect.EnumType {
  357. return &file_backend_operation_enum_proto_enumTypes[7]
  358. }
  359. func (x FormulaType_Kind) Number() protoreflect.EnumNumber {
  360. return protoreflect.EnumNumber(x)
  361. }
  362. // Deprecated: Use FormulaType_Kind.Descriptor instead.
  363. func (FormulaType_Kind) EnumDescriptor() ([]byte, []int) {
  364. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7, 0}
  365. }
  366. type DashboardTopType_Kind int32
  367. const (
  368. DashboardTopType_INVALID DashboardTopType_Kind = 0 // 无
  369. DashboardTopType_MIXED_ACCURATE DashboardTopType_Kind = 1 // 混料准确率
  370. DashboardTopType_MIXED_CORRECT DashboardTopType_Kind = 2 // 混料正确率
  371. DashboardTopType_SPRINKLE_ACCURATE DashboardTopType_Kind = 3 // 撒料准确率
  372. DashboardTopType_Sprinkle_CORRECT DashboardTopType_Kind = 4 // 撒料正确率
  373. )
  374. // Enum value maps for DashboardTopType_Kind.
  375. var (
  376. DashboardTopType_Kind_name = map[int32]string{
  377. 0: "INVALID",
  378. 1: "MIXED_ACCURATE",
  379. 2: "MIXED_CORRECT",
  380. 3: "SPRINKLE_ACCURATE",
  381. 4: "Sprinkle_CORRECT",
  382. }
  383. DashboardTopType_Kind_value = map[string]int32{
  384. "INVALID": 0,
  385. "MIXED_ACCURATE": 1,
  386. "MIXED_CORRECT": 2,
  387. "SPRINKLE_ACCURATE": 3,
  388. "Sprinkle_CORRECT": 4,
  389. }
  390. )
  391. func (x DashboardTopType_Kind) Enum() *DashboardTopType_Kind {
  392. p := new(DashboardTopType_Kind)
  393. *p = x
  394. return p
  395. }
  396. func (x DashboardTopType_Kind) String() string {
  397. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  398. }
  399. func (DashboardTopType_Kind) Descriptor() protoreflect.EnumDescriptor {
  400. return file_backend_operation_enum_proto_enumTypes[8].Descriptor()
  401. }
  402. func (DashboardTopType_Kind) Type() protoreflect.EnumType {
  403. return &file_backend_operation_enum_proto_enumTypes[8]
  404. }
  405. func (x DashboardTopType_Kind) Number() protoreflect.EnumNumber {
  406. return protoreflect.EnumNumber(x)
  407. }
  408. // Deprecated: Use DashboardTopType_Kind.Descriptor instead.
  409. func (DashboardTopType_Kind) EnumDescriptor() ([]byte, []int) {
  410. return file_backend_operation_enum_proto_rawDescGZIP(), []int{8, 0}
  411. }
  412. // 字段类型
  413. type IsShow struct {
  414. state protoimpl.MessageState
  415. sizeCache protoimpl.SizeCache
  416. unknownFields protoimpl.UnknownFields
  417. }
  418. func (x *IsShow) Reset() {
  419. *x = IsShow{}
  420. if protoimpl.UnsafeEnabled {
  421. mi := &file_backend_operation_enum_proto_msgTypes[0]
  422. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  423. ms.StoreMessageInfo(mi)
  424. }
  425. }
  426. func (x *IsShow) String() string {
  427. return protoimpl.X.MessageStringOf(x)
  428. }
  429. func (*IsShow) ProtoMessage() {}
  430. func (x *IsShow) ProtoReflect() protoreflect.Message {
  431. mi := &file_backend_operation_enum_proto_msgTypes[0]
  432. if protoimpl.UnsafeEnabled && x != nil {
  433. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  434. if ms.LoadMessageInfo() == nil {
  435. ms.StoreMessageInfo(mi)
  436. }
  437. return ms
  438. }
  439. return mi.MessageOf(x)
  440. }
  441. // Deprecated: Use IsShow.ProtoReflect.Descriptor instead.
  442. func (*IsShow) Descriptor() ([]byte, []int) {
  443. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0}
  444. }
  445. type CattleCategoryParent struct {
  446. state protoimpl.MessageState
  447. sizeCache protoimpl.SizeCache
  448. unknownFields protoimpl.UnknownFields
  449. }
  450. func (x *CattleCategoryParent) Reset() {
  451. *x = CattleCategoryParent{}
  452. if protoimpl.UnsafeEnabled {
  453. mi := &file_backend_operation_enum_proto_msgTypes[1]
  454. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  455. ms.StoreMessageInfo(mi)
  456. }
  457. }
  458. func (x *CattleCategoryParent) String() string {
  459. return protoimpl.X.MessageStringOf(x)
  460. }
  461. func (*CattleCategoryParent) ProtoMessage() {}
  462. func (x *CattleCategoryParent) ProtoReflect() protoreflect.Message {
  463. mi := &file_backend_operation_enum_proto_msgTypes[1]
  464. if protoimpl.UnsafeEnabled && x != nil {
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. if ms.LoadMessageInfo() == nil {
  467. ms.StoreMessageInfo(mi)
  468. }
  469. return ms
  470. }
  471. return mi.MessageOf(x)
  472. }
  473. // Deprecated: Use CattleCategoryParent.ProtoReflect.Descriptor instead.
  474. func (*CattleCategoryParent) Descriptor() ([]byte, []int) {
  475. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1}
  476. }
  477. // 饲料类别
  478. type ForageCategoryParent struct {
  479. state protoimpl.MessageState
  480. sizeCache protoimpl.SizeCache
  481. unknownFields protoimpl.UnknownFields
  482. }
  483. func (x *ForageCategoryParent) Reset() {
  484. *x = ForageCategoryParent{}
  485. if protoimpl.UnsafeEnabled {
  486. mi := &file_backend_operation_enum_proto_msgTypes[2]
  487. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  488. ms.StoreMessageInfo(mi)
  489. }
  490. }
  491. func (x *ForageCategoryParent) String() string {
  492. return protoimpl.X.MessageStringOf(x)
  493. }
  494. func (*ForageCategoryParent) ProtoMessage() {}
  495. func (x *ForageCategoryParent) ProtoReflect() protoreflect.Message {
  496. mi := &file_backend_operation_enum_proto_msgTypes[2]
  497. if protoimpl.UnsafeEnabled && x != nil {
  498. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  499. if ms.LoadMessageInfo() == nil {
  500. ms.StoreMessageInfo(mi)
  501. }
  502. return ms
  503. }
  504. return mi.MessageOf(x)
  505. }
  506. // Deprecated: Use ForageCategoryParent.ProtoReflect.Descriptor instead.
  507. func (*ForageCategoryParent) Descriptor() ([]byte, []int) {
  508. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2}
  509. }
  510. // 饲料来源
  511. type ForageSource struct {
  512. state protoimpl.MessageState
  513. sizeCache protoimpl.SizeCache
  514. unknownFields protoimpl.UnknownFields
  515. }
  516. func (x *ForageSource) Reset() {
  517. *x = ForageSource{}
  518. if protoimpl.UnsafeEnabled {
  519. mi := &file_backend_operation_enum_proto_msgTypes[3]
  520. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  521. ms.StoreMessageInfo(mi)
  522. }
  523. }
  524. func (x *ForageSource) String() string {
  525. return protoimpl.X.MessageStringOf(x)
  526. }
  527. func (*ForageSource) ProtoMessage() {}
  528. func (x *ForageSource) ProtoReflect() protoreflect.Message {
  529. mi := &file_backend_operation_enum_proto_msgTypes[3]
  530. if protoimpl.UnsafeEnabled && x != nil {
  531. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  532. if ms.LoadMessageInfo() == nil {
  533. ms.StoreMessageInfo(mi)
  534. }
  535. return ms
  536. }
  537. return mi.MessageOf(x)
  538. }
  539. // Deprecated: Use ForageSource.ProtoReflect.Descriptor instead.
  540. func (*ForageSource) Descriptor() ([]byte, []int) {
  541. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3}
  542. }
  543. // 跳转延迟
  544. type JumpDelaType struct {
  545. state protoimpl.MessageState
  546. sizeCache protoimpl.SizeCache
  547. unknownFields protoimpl.UnknownFields
  548. }
  549. func (x *JumpDelaType) Reset() {
  550. *x = JumpDelaType{}
  551. if protoimpl.UnsafeEnabled {
  552. mi := &file_backend_operation_enum_proto_msgTypes[4]
  553. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  554. ms.StoreMessageInfo(mi)
  555. }
  556. }
  557. func (x *JumpDelaType) String() string {
  558. return protoimpl.X.MessageStringOf(x)
  559. }
  560. func (*JumpDelaType) ProtoMessage() {}
  561. func (x *JumpDelaType) ProtoReflect() protoreflect.Message {
  562. mi := &file_backend_operation_enum_proto_msgTypes[4]
  563. if protoimpl.UnsafeEnabled && x != nil {
  564. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  565. if ms.LoadMessageInfo() == nil {
  566. ms.StoreMessageInfo(mi)
  567. }
  568. return ms
  569. }
  570. return mi.MessageOf(x)
  571. }
  572. // Deprecated: Use JumpDelaType.ProtoReflect.Descriptor instead.
  573. func (*JumpDelaType) Descriptor() ([]byte, []int) {
  574. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4}
  575. }
  576. // 计划类型
  577. type ForagePlanType struct {
  578. state protoimpl.MessageState
  579. sizeCache protoimpl.SizeCache
  580. unknownFields protoimpl.UnknownFields
  581. }
  582. func (x *ForagePlanType) Reset() {
  583. *x = ForagePlanType{}
  584. if protoimpl.UnsafeEnabled {
  585. mi := &file_backend_operation_enum_proto_msgTypes[5]
  586. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  587. ms.StoreMessageInfo(mi)
  588. }
  589. }
  590. func (x *ForagePlanType) String() string {
  591. return protoimpl.X.MessageStringOf(x)
  592. }
  593. func (*ForagePlanType) ProtoMessage() {}
  594. func (x *ForagePlanType) ProtoReflect() protoreflect.Message {
  595. mi := &file_backend_operation_enum_proto_msgTypes[5]
  596. if protoimpl.UnsafeEnabled && x != nil {
  597. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  598. if ms.LoadMessageInfo() == nil {
  599. ms.StoreMessageInfo(mi)
  600. }
  601. return ms
  602. }
  603. return mi.MessageOf(x)
  604. }
  605. // Deprecated: Use ForagePlanType.ProtoReflect.Descriptor instead.
  606. func (*ForagePlanType) Descriptor() ([]byte, []int) {
  607. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5}
  608. }
  609. type DataSource struct {
  610. state protoimpl.MessageState
  611. sizeCache protoimpl.SizeCache
  612. unknownFields protoimpl.UnknownFields
  613. }
  614. func (x *DataSource) Reset() {
  615. *x = DataSource{}
  616. if protoimpl.UnsafeEnabled {
  617. mi := &file_backend_operation_enum_proto_msgTypes[6]
  618. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  619. ms.StoreMessageInfo(mi)
  620. }
  621. }
  622. func (x *DataSource) String() string {
  623. return protoimpl.X.MessageStringOf(x)
  624. }
  625. func (*DataSource) ProtoMessage() {}
  626. func (x *DataSource) ProtoReflect() protoreflect.Message {
  627. mi := &file_backend_operation_enum_proto_msgTypes[6]
  628. if protoimpl.UnsafeEnabled && x != nil {
  629. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  630. if ms.LoadMessageInfo() == nil {
  631. ms.StoreMessageInfo(mi)
  632. }
  633. return ms
  634. }
  635. return mi.MessageOf(x)
  636. }
  637. // Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
  638. func (*DataSource) Descriptor() ([]byte, []int) {
  639. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6}
  640. }
  641. type FormulaType struct {
  642. state protoimpl.MessageState
  643. sizeCache protoimpl.SizeCache
  644. unknownFields protoimpl.UnknownFields
  645. }
  646. func (x *FormulaType) Reset() {
  647. *x = FormulaType{}
  648. if protoimpl.UnsafeEnabled {
  649. mi := &file_backend_operation_enum_proto_msgTypes[7]
  650. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  651. ms.StoreMessageInfo(mi)
  652. }
  653. }
  654. func (x *FormulaType) String() string {
  655. return protoimpl.X.MessageStringOf(x)
  656. }
  657. func (*FormulaType) ProtoMessage() {}
  658. func (x *FormulaType) ProtoReflect() protoreflect.Message {
  659. mi := &file_backend_operation_enum_proto_msgTypes[7]
  660. if protoimpl.UnsafeEnabled && x != nil {
  661. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  662. if ms.LoadMessageInfo() == nil {
  663. ms.StoreMessageInfo(mi)
  664. }
  665. return ms
  666. }
  667. return mi.MessageOf(x)
  668. }
  669. // Deprecated: Use FormulaType.ProtoReflect.Descriptor instead.
  670. func (*FormulaType) Descriptor() ([]byte, []int) {
  671. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7}
  672. }
  673. // DashboardTopType 首页排行榜的类型
  674. type DashboardTopType struct {
  675. state protoimpl.MessageState
  676. sizeCache protoimpl.SizeCache
  677. unknownFields protoimpl.UnknownFields
  678. }
  679. func (x *DashboardTopType) Reset() {
  680. *x = DashboardTopType{}
  681. if protoimpl.UnsafeEnabled {
  682. mi := &file_backend_operation_enum_proto_msgTypes[8]
  683. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  684. ms.StoreMessageInfo(mi)
  685. }
  686. }
  687. func (x *DashboardTopType) String() string {
  688. return protoimpl.X.MessageStringOf(x)
  689. }
  690. func (*DashboardTopType) ProtoMessage() {}
  691. func (x *DashboardTopType) ProtoReflect() protoreflect.Message {
  692. mi := &file_backend_operation_enum_proto_msgTypes[8]
  693. if protoimpl.UnsafeEnabled && x != nil {
  694. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  695. if ms.LoadMessageInfo() == nil {
  696. ms.StoreMessageInfo(mi)
  697. }
  698. return ms
  699. }
  700. return mi.MessageOf(x)
  701. }
  702. // Deprecated: Use DashboardTopType.ProtoReflect.Descriptor instead.
  703. func (*DashboardTopType) Descriptor() ([]byte, []int) {
  704. return file_backend_operation_enum_proto_rawDescGZIP(), []int{8}
  705. }
  706. var File_backend_operation_enum_proto protoreflect.FileDescriptor
  707. var file_backend_operation_enum_proto_rawDesc = []byte{
  708. 0x0a, 0x1c, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  709. 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11,
  710. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  711. 0x6e, 0x22, 0x2d, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x23, 0x0a, 0x04, 0x4b,
  712. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  713. 0x12, 0x06, 0x0a, 0x02, 0x4f, 0x4b, 0x10, 0x01, 0x12, 0x06, 0x0a, 0x02, 0x4e, 0x4f, 0x10, 0x02,
  714. 0x22, 0x8e, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  715. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x76, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  716. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x11,
  717. 0x0a, 0x0d, 0x4c, 0x41, 0x43, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  718. 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x41, 0x54, 0x54, 0x45, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  719. 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x5f, 0x43, 0x41, 0x57,
  720. 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x52, 0x59, 0x5f, 0x43, 0x41, 0x57, 0x10, 0x04, 0x12,
  721. 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x49, 0x4e, 0x41, 0x54, 0x41, 0x4c, 0x5f, 0x43, 0x41, 0x57,
  722. 0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x57, 0x10,
  723. 0x06, 0x22, 0x79, 0x0a, 0x14, 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  724. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x61, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  725. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x0c,
  726. 0x0a, 0x08, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b,
  727. 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x22, 0x0a,
  728. 0x1e, 0x48, 0x41, 0x4c, 0x46, 0x5f, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x5f, 0x48,
  729. 0x41, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  730. 0x03, 0x12, 0x09, 0x0a, 0x05, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x0c,
  731. 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3a, 0x0a, 0x04,
  732. 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10,
  733. 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x42, 0x55, 0x49, 0x4c,
  734. 0x54, 0x5f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x44,
  735. 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x22, 0x41, 0x0a, 0x0c, 0x4a, 0x75, 0x6d, 0x70,
  736. 0x44, 0x65, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64,
  737. 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,
  738. 0x05, 0x54, 0x48, 0x52, 0x45, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x49, 0x58, 0x10,
  739. 0x02, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x22, 0x44, 0x0a, 0x0e, 0x46,
  740. 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x32, 0x0a,
  741. 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
  742. 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x4f, 0x52, 0x4b, 0x4c, 0x49, 0x46, 0x54, 0x10, 0x01,
  743. 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  744. 0x02, 0x22, 0x59, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22,
  745. 0x4b, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c,
  746. 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x41, 0x43, 0x4b, 0x47, 0x52, 0x4f, 0x55,
  747. 0x4e, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x45, 0x58, 0x43, 0x45,
  748. 0x4c, 0x5f, 0x49, 0x4d, 0x50, 0x4f, 0x52, 0x54, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x52,
  749. 0x4f, 0x4d, 0x5f, 0x50, 0x41, 0x53, 0x54, 0x55, 0x52, 0x45, 0x10, 0x03, 0x22, 0x65, 0x0a, 0x0b,
  750. 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x56, 0x0a, 0x04, 0x4b,
  751. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  752. 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x45, 0x45, 0x44, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41,
  753. 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x46,
  754. 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x55, 0x50, 0x50,
  755. 0x4c, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x41, 0x52, 0x59, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c,
  756. 0x41, 0x10, 0x03, 0x22, 0x7b, 0x0a, 0x10, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64,
  757. 0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12,
  758. 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e,
  759. 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x01,
  760. 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43,
  761. 0x54, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x50, 0x52, 0x49, 0x4e, 0x4b, 0x4c, 0x45, 0x5f,
  762. 0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x70,
  763. 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43, 0x54, 0x10, 0x04,
  764. 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
  765. 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  766. }
  767. var (
  768. file_backend_operation_enum_proto_rawDescOnce sync.Once
  769. file_backend_operation_enum_proto_rawDescData = file_backend_operation_enum_proto_rawDesc
  770. )
  771. func file_backend_operation_enum_proto_rawDescGZIP() []byte {
  772. file_backend_operation_enum_proto_rawDescOnce.Do(func() {
  773. file_backend_operation_enum_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_enum_proto_rawDescData)
  774. })
  775. return file_backend_operation_enum_proto_rawDescData
  776. }
  777. var file_backend_operation_enum_proto_enumTypes = make([]protoimpl.EnumInfo, 9)
  778. var file_backend_operation_enum_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  779. var file_backend_operation_enum_proto_goTypes = []interface{}{
  780. (IsShow_Kind)(0), // 0: backend.operation.IsShow.Kind
  781. (CattleCategoryParent_Kind)(0), // 1: backend.operation.CattleCategoryParent.Kind
  782. (ForageCategoryParent_Kind)(0), // 2: backend.operation.ForageCategoryParent.Kind
  783. (ForageSource_Kind)(0), // 3: backend.operation.ForageSource.Kind
  784. (JumpDelaType_Kind)(0), // 4: backend.operation.JumpDelaType.Kind
  785. (ForagePlanType_Kind)(0), // 5: backend.operation.ForagePlanType.Kind
  786. (DataSource_Kind)(0), // 6: backend.operation.DataSource.Kind
  787. (FormulaType_Kind)(0), // 7: backend.operation.FormulaType.Kind
  788. (DashboardTopType_Kind)(0), // 8: backend.operation.DashboardTopType.Kind
  789. (*IsShow)(nil), // 9: backend.operation.IsShow
  790. (*CattleCategoryParent)(nil), // 10: backend.operation.CattleCategoryParent
  791. (*ForageCategoryParent)(nil), // 11: backend.operation.ForageCategoryParent
  792. (*ForageSource)(nil), // 12: backend.operation.ForageSource
  793. (*JumpDelaType)(nil), // 13: backend.operation.JumpDelaType
  794. (*ForagePlanType)(nil), // 14: backend.operation.ForagePlanType
  795. (*DataSource)(nil), // 15: backend.operation.DataSource
  796. (*FormulaType)(nil), // 16: backend.operation.FormulaType
  797. (*DashboardTopType)(nil), // 17: backend.operation.DashboardTopType
  798. }
  799. var file_backend_operation_enum_proto_depIdxs = []int32{
  800. 0, // [0:0] is the sub-list for method output_type
  801. 0, // [0:0] is the sub-list for method input_type
  802. 0, // [0:0] is the sub-list for extension type_name
  803. 0, // [0:0] is the sub-list for extension extendee
  804. 0, // [0:0] is the sub-list for field type_name
  805. }
  806. func init() { file_backend_operation_enum_proto_init() }
  807. func file_backend_operation_enum_proto_init() {
  808. if File_backend_operation_enum_proto != nil {
  809. return
  810. }
  811. if !protoimpl.UnsafeEnabled {
  812. file_backend_operation_enum_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  813. switch v := v.(*IsShow); i {
  814. case 0:
  815. return &v.state
  816. case 1:
  817. return &v.sizeCache
  818. case 2:
  819. return &v.unknownFields
  820. default:
  821. return nil
  822. }
  823. }
  824. file_backend_operation_enum_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  825. switch v := v.(*CattleCategoryParent); i {
  826. case 0:
  827. return &v.state
  828. case 1:
  829. return &v.sizeCache
  830. case 2:
  831. return &v.unknownFields
  832. default:
  833. return nil
  834. }
  835. }
  836. file_backend_operation_enum_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  837. switch v := v.(*ForageCategoryParent); i {
  838. case 0:
  839. return &v.state
  840. case 1:
  841. return &v.sizeCache
  842. case 2:
  843. return &v.unknownFields
  844. default:
  845. return nil
  846. }
  847. }
  848. file_backend_operation_enum_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  849. switch v := v.(*ForageSource); i {
  850. case 0:
  851. return &v.state
  852. case 1:
  853. return &v.sizeCache
  854. case 2:
  855. return &v.unknownFields
  856. default:
  857. return nil
  858. }
  859. }
  860. file_backend_operation_enum_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  861. switch v := v.(*JumpDelaType); i {
  862. case 0:
  863. return &v.state
  864. case 1:
  865. return &v.sizeCache
  866. case 2:
  867. return &v.unknownFields
  868. default:
  869. return nil
  870. }
  871. }
  872. file_backend_operation_enum_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  873. switch v := v.(*ForagePlanType); i {
  874. case 0:
  875. return &v.state
  876. case 1:
  877. return &v.sizeCache
  878. case 2:
  879. return &v.unknownFields
  880. default:
  881. return nil
  882. }
  883. }
  884. file_backend_operation_enum_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  885. switch v := v.(*DataSource); i {
  886. case 0:
  887. return &v.state
  888. case 1:
  889. return &v.sizeCache
  890. case 2:
  891. return &v.unknownFields
  892. default:
  893. return nil
  894. }
  895. }
  896. file_backend_operation_enum_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  897. switch v := v.(*FormulaType); i {
  898. case 0:
  899. return &v.state
  900. case 1:
  901. return &v.sizeCache
  902. case 2:
  903. return &v.unknownFields
  904. default:
  905. return nil
  906. }
  907. }
  908. file_backend_operation_enum_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  909. switch v := v.(*DashboardTopType); i {
  910. case 0:
  911. return &v.state
  912. case 1:
  913. return &v.sizeCache
  914. case 2:
  915. return &v.unknownFields
  916. default:
  917. return nil
  918. }
  919. }
  920. }
  921. type x struct{}
  922. out := protoimpl.TypeBuilder{
  923. File: protoimpl.DescBuilder{
  924. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  925. RawDescriptor: file_backend_operation_enum_proto_rawDesc,
  926. NumEnums: 9,
  927. NumMessages: 9,
  928. NumExtensions: 0,
  929. NumServices: 0,
  930. },
  931. GoTypes: file_backend_operation_enum_proto_goTypes,
  932. DependencyIndexes: file_backend_operation_enum_proto_depIdxs,
  933. EnumInfos: file_backend_operation_enum_proto_enumTypes,
  934. MessageInfos: file_backend_operation_enum_proto_msgTypes,
  935. }.Build()
  936. File_backend_operation_enum_proto = out.File
  937. file_backend_operation_enum_proto_rawDesc = nil
  938. file_backend_operation_enum_proto_goTypes = nil
  939. file_backend_operation_enum_proto_depIdxs = nil
  940. }