runtime.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. // Code generated by ent, DO NOT EDIT.
  2. package runtime
  3. import (
  4. "time"
  5. "wechat-api/ent/batchmsg"
  6. "wechat-api/ent/contact"
  7. "wechat-api/ent/label"
  8. "wechat-api/ent/labelrelationship"
  9. "wechat-api/ent/message"
  10. "wechat-api/ent/messagerecords"
  11. "wechat-api/ent/schema"
  12. "wechat-api/ent/server"
  13. "wechat-api/ent/sopnode"
  14. "wechat-api/ent/sopstage"
  15. "wechat-api/ent/soptask"
  16. "wechat-api/ent/wx"
  17. )
  18. // The init function reads all schema descriptors with runtime code
  19. // (default values, validators, hooks and policies) and stitches it
  20. // to their package variables.
  21. func init() {
  22. batchmsgMixin := schema.BatchMsg{}.Mixin()
  23. batchmsgMixinHooks1 := batchmsgMixin[1].Hooks()
  24. batchmsg.Hooks[0] = batchmsgMixinHooks1[0]
  25. batchmsgMixinInters1 := batchmsgMixin[1].Interceptors()
  26. batchmsg.Interceptors[0] = batchmsgMixinInters1[0]
  27. batchmsgMixinFields0 := batchmsgMixin[0].Fields()
  28. _ = batchmsgMixinFields0
  29. batchmsgFields := schema.BatchMsg{}.Fields()
  30. _ = batchmsgFields
  31. // batchmsgDescCreatedAt is the schema descriptor for created_at field.
  32. batchmsgDescCreatedAt := batchmsgMixinFields0[1].Descriptor()
  33. // batchmsg.DefaultCreatedAt holds the default value on creation for the created_at field.
  34. batchmsg.DefaultCreatedAt = batchmsgDescCreatedAt.Default.(func() time.Time)
  35. // batchmsgDescUpdatedAt is the schema descriptor for updated_at field.
  36. batchmsgDescUpdatedAt := batchmsgMixinFields0[2].Descriptor()
  37. // batchmsg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  38. batchmsg.DefaultUpdatedAt = batchmsgDescUpdatedAt.Default.(func() time.Time)
  39. // batchmsg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  40. batchmsg.UpdateDefaultUpdatedAt = batchmsgDescUpdatedAt.UpdateDefault.(func() time.Time)
  41. contactMixin := schema.Contact{}.Mixin()
  42. contactMixinHooks2 := contactMixin[2].Hooks()
  43. contact.Hooks[0] = contactMixinHooks2[0]
  44. contactMixinInters2 := contactMixin[2].Interceptors()
  45. contact.Interceptors[0] = contactMixinInters2[0]
  46. contactMixinFields0 := contactMixin[0].Fields()
  47. _ = contactMixinFields0
  48. contactMixinFields1 := contactMixin[1].Fields()
  49. _ = contactMixinFields1
  50. contactFields := schema.Contact{}.Fields()
  51. _ = contactFields
  52. // contactDescCreatedAt is the schema descriptor for created_at field.
  53. contactDescCreatedAt := contactMixinFields0[1].Descriptor()
  54. // contact.DefaultCreatedAt holds the default value on creation for the created_at field.
  55. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time)
  56. // contactDescUpdatedAt is the schema descriptor for updated_at field.
  57. contactDescUpdatedAt := contactMixinFields0[2].Descriptor()
  58. // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  59. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time)
  60. // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  61. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time)
  62. // contactDescStatus is the schema descriptor for status field.
  63. contactDescStatus := contactMixinFields1[0].Descriptor()
  64. // contact.DefaultStatus holds the default value on creation for the status field.
  65. contact.DefaultStatus = contactDescStatus.Default.(uint8)
  66. // contactDescWxWxid is the schema descriptor for wx_wxid field.
  67. contactDescWxWxid := contactFields[0].Descriptor()
  68. // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  69. contact.DefaultWxWxid = contactDescWxWxid.Default.(string)
  70. // contactDescType is the schema descriptor for type field.
  71. contactDescType := contactFields[1].Descriptor()
  72. // contact.DefaultType holds the default value on creation for the type field.
  73. contact.DefaultType = contactDescType.Default.(int)
  74. // contactDescWxid is the schema descriptor for wxid field.
  75. contactDescWxid := contactFields[2].Descriptor()
  76. // contact.DefaultWxid holds the default value on creation for the wxid field.
  77. contact.DefaultWxid = contactDescWxid.Default.(string)
  78. // contactDescAccount is the schema descriptor for account field.
  79. contactDescAccount := contactFields[3].Descriptor()
  80. // contact.DefaultAccount holds the default value on creation for the account field.
  81. contact.DefaultAccount = contactDescAccount.Default.(string)
  82. // contactDescNickname is the schema descriptor for nickname field.
  83. contactDescNickname := contactFields[4].Descriptor()
  84. // contact.DefaultNickname holds the default value on creation for the nickname field.
  85. contact.DefaultNickname = contactDescNickname.Default.(string)
  86. // contactDescMarkname is the schema descriptor for markname field.
  87. contactDescMarkname := contactFields[5].Descriptor()
  88. // contact.DefaultMarkname holds the default value on creation for the markname field.
  89. contact.DefaultMarkname = contactDescMarkname.Default.(string)
  90. // contactDescHeadimg is the schema descriptor for headimg field.
  91. contactDescHeadimg := contactFields[6].Descriptor()
  92. // contact.DefaultHeadimg holds the default value on creation for the headimg field.
  93. contact.DefaultHeadimg = contactDescHeadimg.Default.(string)
  94. // contactDescSex is the schema descriptor for sex field.
  95. contactDescSex := contactFields[7].Descriptor()
  96. // contact.DefaultSex holds the default value on creation for the sex field.
  97. contact.DefaultSex = contactDescSex.Default.(int)
  98. // contactDescStarrole is the schema descriptor for starrole field.
  99. contactDescStarrole := contactFields[8].Descriptor()
  100. // contact.DefaultStarrole holds the default value on creation for the starrole field.
  101. contact.DefaultStarrole = contactDescStarrole.Default.(string)
  102. // contactDescDontseeit is the schema descriptor for dontseeit field.
  103. contactDescDontseeit := contactFields[9].Descriptor()
  104. // contact.DefaultDontseeit holds the default value on creation for the dontseeit field.
  105. contact.DefaultDontseeit = contactDescDontseeit.Default.(int)
  106. // contactDescDontseeme is the schema descriptor for dontseeme field.
  107. contactDescDontseeme := contactFields[10].Descriptor()
  108. // contact.DefaultDontseeme holds the default value on creation for the dontseeme field.
  109. contact.DefaultDontseeme = contactDescDontseeme.Default.(int)
  110. // contactDescLag is the schema descriptor for lag field.
  111. contactDescLag := contactFields[11].Descriptor()
  112. // contact.DefaultLag holds the default value on creation for the lag field.
  113. contact.DefaultLag = contactDescLag.Default.(string)
  114. // contactDescGid is the schema descriptor for gid field.
  115. contactDescGid := contactFields[12].Descriptor()
  116. // contact.DefaultGid holds the default value on creation for the gid field.
  117. contact.DefaultGid = contactDescGid.Default.(string)
  118. // contactDescGname is the schema descriptor for gname field.
  119. contactDescGname := contactFields[13].Descriptor()
  120. // contact.DefaultGname holds the default value on creation for the gname field.
  121. contact.DefaultGname = contactDescGname.Default.(string)
  122. // contactDescV3 is the schema descriptor for v3 field.
  123. contactDescV3 := contactFields[14].Descriptor()
  124. // contact.DefaultV3 holds the default value on creation for the v3 field.
  125. contact.DefaultV3 = contactDescV3.Default.(string)
  126. labelMixin := schema.Label{}.Mixin()
  127. labelMixinHooks2 := labelMixin[2].Hooks()
  128. label.Hooks[0] = labelMixinHooks2[0]
  129. labelMixinInters2 := labelMixin[2].Interceptors()
  130. label.Interceptors[0] = labelMixinInters2[0]
  131. labelMixinFields0 := labelMixin[0].Fields()
  132. _ = labelMixinFields0
  133. labelMixinFields1 := labelMixin[1].Fields()
  134. _ = labelMixinFields1
  135. labelFields := schema.Label{}.Fields()
  136. _ = labelFields
  137. // labelDescCreatedAt is the schema descriptor for created_at field.
  138. labelDescCreatedAt := labelMixinFields0[1].Descriptor()
  139. // label.DefaultCreatedAt holds the default value on creation for the created_at field.
  140. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time)
  141. // labelDescUpdatedAt is the schema descriptor for updated_at field.
  142. labelDescUpdatedAt := labelMixinFields0[2].Descriptor()
  143. // label.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  144. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time)
  145. // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  146. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time)
  147. // labelDescStatus is the schema descriptor for status field.
  148. labelDescStatus := labelMixinFields1[0].Descriptor()
  149. // label.DefaultStatus holds the default value on creation for the status field.
  150. label.DefaultStatus = labelDescStatus.Default.(uint8)
  151. // labelDescType is the schema descriptor for type field.
  152. labelDescType := labelFields[0].Descriptor()
  153. // label.DefaultType holds the default value on creation for the type field.
  154. label.DefaultType = labelDescType.Default.(int)
  155. // labelDescName is the schema descriptor for name field.
  156. labelDescName := labelFields[1].Descriptor()
  157. // label.DefaultName holds the default value on creation for the name field.
  158. label.DefaultName = labelDescName.Default.(string)
  159. // labelDescFrom is the schema descriptor for from field.
  160. labelDescFrom := labelFields[2].Descriptor()
  161. // label.DefaultFrom holds the default value on creation for the from field.
  162. label.DefaultFrom = labelDescFrom.Default.(int)
  163. // labelDescMode is the schema descriptor for mode field.
  164. labelDescMode := labelFields[3].Descriptor()
  165. // label.DefaultMode holds the default value on creation for the mode field.
  166. label.DefaultMode = labelDescMode.Default.(int)
  167. // labelDescConditions is the schema descriptor for conditions field.
  168. labelDescConditions := labelFields[4].Descriptor()
  169. // label.DefaultConditions holds the default value on creation for the conditions field.
  170. label.DefaultConditions = labelDescConditions.Default.(string)
  171. labelrelationshipMixin := schema.LabelRelationship{}.Mixin()
  172. labelrelationshipMixinHooks2 := labelrelationshipMixin[2].Hooks()
  173. labelrelationship.Hooks[0] = labelrelationshipMixinHooks2[0]
  174. labelrelationshipMixinInters2 := labelrelationshipMixin[2].Interceptors()
  175. labelrelationship.Interceptors[0] = labelrelationshipMixinInters2[0]
  176. labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields()
  177. _ = labelrelationshipMixinFields0
  178. labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields()
  179. _ = labelrelationshipMixinFields1
  180. labelrelationshipFields := schema.LabelRelationship{}.Fields()
  181. _ = labelrelationshipFields
  182. // labelrelationshipDescCreatedAt is the schema descriptor for created_at field.
  183. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor()
  184. // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field.
  185. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time)
  186. // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field.
  187. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor()
  188. // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  189. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time)
  190. // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  191. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time)
  192. // labelrelationshipDescStatus is the schema descriptor for status field.
  193. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor()
  194. // labelrelationship.DefaultStatus holds the default value on creation for the status field.
  195. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8)
  196. // labelrelationshipDescLabelID is the schema descriptor for label_id field.
  197. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor()
  198. // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field.
  199. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64)
  200. // labelrelationshipDescContactID is the schema descriptor for contact_id field.
  201. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor()
  202. // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field.
  203. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64)
  204. messageFields := schema.Message{}.Fields()
  205. _ = messageFields
  206. // messageDescWxWxid is the schema descriptor for wx_wxid field.
  207. messageDescWxWxid := messageFields[0].Descriptor()
  208. // message.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  209. message.DefaultWxWxid = messageDescWxWxid.Default.(string)
  210. // messageDescWxid is the schema descriptor for wxid field.
  211. messageDescWxid := messageFields[1].Descriptor()
  212. // message.DefaultWxid holds the default value on creation for the wxid field.
  213. message.DefaultWxid = messageDescWxid.Default.(string)
  214. // messageDescContent is the schema descriptor for content field.
  215. messageDescContent := messageFields[2].Descriptor()
  216. // message.DefaultContent holds the default value on creation for the content field.
  217. message.DefaultContent = messageDescContent.Default.(string)
  218. messagerecordsMixin := schema.MessageRecords{}.Mixin()
  219. messagerecordsMixinHooks2 := messagerecordsMixin[2].Hooks()
  220. messagerecords.Hooks[0] = messagerecordsMixinHooks2[0]
  221. messagerecordsMixinInters2 := messagerecordsMixin[2].Interceptors()
  222. messagerecords.Interceptors[0] = messagerecordsMixinInters2[0]
  223. messagerecordsMixinFields0 := messagerecordsMixin[0].Fields()
  224. _ = messagerecordsMixinFields0
  225. messagerecordsMixinFields1 := messagerecordsMixin[1].Fields()
  226. _ = messagerecordsMixinFields1
  227. messagerecordsFields := schema.MessageRecords{}.Fields()
  228. _ = messagerecordsFields
  229. // messagerecordsDescCreatedAt is the schema descriptor for created_at field.
  230. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor()
  231. // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  232. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time)
  233. // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field.
  234. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor()
  235. // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  236. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time)
  237. // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  238. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  239. // messagerecordsDescStatus is the schema descriptor for status field.
  240. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor()
  241. // messagerecords.DefaultStatus holds the default value on creation for the status field.
  242. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8)
  243. // messagerecordsDescContactType is the schema descriptor for contact_type field.
  244. messagerecordsDescContactType := messagerecordsFields[2].Descriptor()
  245. // messagerecords.DefaultContactType holds the default value on creation for the contact_type field.
  246. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int)
  247. // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field.
  248. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor()
  249. // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field.
  250. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string)
  251. // messagerecordsDescContentType is the schema descriptor for content_type field.
  252. messagerecordsDescContentType := messagerecordsFields[4].Descriptor()
  253. // messagerecords.DefaultContentType holds the default value on creation for the content_type field.
  254. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int)
  255. // messagerecordsDescContent is the schema descriptor for content field.
  256. messagerecordsDescContent := messagerecordsFields[5].Descriptor()
  257. // messagerecords.DefaultContent holds the default value on creation for the content field.
  258. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string)
  259. // messagerecordsDescErrorDetail is the schema descriptor for error_detail field.
  260. messagerecordsDescErrorDetail := messagerecordsFields[7].Descriptor()
  261. // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field.
  262. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string)
  263. // messagerecordsDescSourceType is the schema descriptor for source_type field.
  264. messagerecordsDescSourceType := messagerecordsFields[9].Descriptor()
  265. // messagerecords.DefaultSourceType holds the default value on creation for the source_type field.
  266. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int)
  267. // messagerecordsDescSourceID is the schema descriptor for source_id field.
  268. messagerecordsDescSourceID := messagerecordsFields[10].Descriptor()
  269. // messagerecords.DefaultSourceID holds the default value on creation for the source_id field.
  270. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64)
  271. // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field.
  272. messagerecordsDescSubSourceID := messagerecordsFields[11].Descriptor()
  273. // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field.
  274. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64)
  275. serverMixin := schema.Server{}.Mixin()
  276. serverMixinHooks2 := serverMixin[2].Hooks()
  277. server.Hooks[0] = serverMixinHooks2[0]
  278. serverMixinInters2 := serverMixin[2].Interceptors()
  279. server.Interceptors[0] = serverMixinInters2[0]
  280. serverMixinFields0 := serverMixin[0].Fields()
  281. _ = serverMixinFields0
  282. serverMixinFields1 := serverMixin[1].Fields()
  283. _ = serverMixinFields1
  284. serverFields := schema.Server{}.Fields()
  285. _ = serverFields
  286. // serverDescCreatedAt is the schema descriptor for created_at field.
  287. serverDescCreatedAt := serverMixinFields0[1].Descriptor()
  288. // server.DefaultCreatedAt holds the default value on creation for the created_at field.
  289. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time)
  290. // serverDescUpdatedAt is the schema descriptor for updated_at field.
  291. serverDescUpdatedAt := serverMixinFields0[2].Descriptor()
  292. // server.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  293. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time)
  294. // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  295. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time)
  296. // serverDescStatus is the schema descriptor for status field.
  297. serverDescStatus := serverMixinFields1[0].Descriptor()
  298. // server.DefaultStatus holds the default value on creation for the status field.
  299. server.DefaultStatus = serverDescStatus.Default.(uint8)
  300. sopnodeMixin := schema.SopNode{}.Mixin()
  301. sopnodeMixinHooks2 := sopnodeMixin[2].Hooks()
  302. sopnode.Hooks[0] = sopnodeMixinHooks2[0]
  303. sopnodeMixinInters2 := sopnodeMixin[2].Interceptors()
  304. sopnode.Interceptors[0] = sopnodeMixinInters2[0]
  305. sopnodeMixinFields0 := sopnodeMixin[0].Fields()
  306. _ = sopnodeMixinFields0
  307. sopnodeMixinFields1 := sopnodeMixin[1].Fields()
  308. _ = sopnodeMixinFields1
  309. sopnodeFields := schema.SopNode{}.Fields()
  310. _ = sopnodeFields
  311. // sopnodeDescCreatedAt is the schema descriptor for created_at field.
  312. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor()
  313. // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field.
  314. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time)
  315. // sopnodeDescUpdatedAt is the schema descriptor for updated_at field.
  316. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor()
  317. // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  318. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time)
  319. // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  320. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time)
  321. // sopnodeDescStatus is the schema descriptor for status field.
  322. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor()
  323. // sopnode.DefaultStatus holds the default value on creation for the status field.
  324. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8)
  325. // sopnodeDescName is the schema descriptor for name field.
  326. sopnodeDescName := sopnodeFields[2].Descriptor()
  327. // sopnode.DefaultName holds the default value on creation for the name field.
  328. sopnode.DefaultName = sopnodeDescName.Default.(string)
  329. // sopnodeDescConditionType is the schema descriptor for condition_type field.
  330. sopnodeDescConditionType := sopnodeFields[3].Descriptor()
  331. // sopnode.DefaultConditionType holds the default value on creation for the condition_type field.
  332. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int)
  333. // sopnodeDescNoReplyCondition is the schema descriptor for no_reply_condition field.
  334. sopnodeDescNoReplyCondition := sopnodeFields[5].Descriptor()
  335. // sopnode.DefaultNoReplyCondition holds the default value on creation for the no_reply_condition field.
  336. sopnode.DefaultNoReplyCondition = sopnodeDescNoReplyCondition.Default.(uint64)
  337. sopstageMixin := schema.SopStage{}.Mixin()
  338. sopstageMixinHooks2 := sopstageMixin[2].Hooks()
  339. sopstage.Hooks[0] = sopstageMixinHooks2[0]
  340. sopstageMixinInters2 := sopstageMixin[2].Interceptors()
  341. sopstage.Interceptors[0] = sopstageMixinInters2[0]
  342. sopstageMixinFields0 := sopstageMixin[0].Fields()
  343. _ = sopstageMixinFields0
  344. sopstageMixinFields1 := sopstageMixin[1].Fields()
  345. _ = sopstageMixinFields1
  346. sopstageFields := schema.SopStage{}.Fields()
  347. _ = sopstageFields
  348. // sopstageDescCreatedAt is the schema descriptor for created_at field.
  349. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor()
  350. // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field.
  351. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time)
  352. // sopstageDescUpdatedAt is the schema descriptor for updated_at field.
  353. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor()
  354. // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  355. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time)
  356. // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  357. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time)
  358. // sopstageDescStatus is the schema descriptor for status field.
  359. sopstageDescStatus := sopstageMixinFields1[0].Descriptor()
  360. // sopstage.DefaultStatus holds the default value on creation for the status field.
  361. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8)
  362. // sopstageDescName is the schema descriptor for name field.
  363. sopstageDescName := sopstageFields[1].Descriptor()
  364. // sopstage.DefaultName holds the default value on creation for the name field.
  365. sopstage.DefaultName = sopstageDescName.Default.(string)
  366. // sopstageDescConditionType is the schema descriptor for condition_type field.
  367. sopstageDescConditionType := sopstageFields[2].Descriptor()
  368. // sopstage.DefaultConditionType holds the default value on creation for the condition_type field.
  369. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int)
  370. // sopstageDescConditionOperator is the schema descriptor for condition_operator field.
  371. sopstageDescConditionOperator := sopstageFields[3].Descriptor()
  372. // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field.
  373. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int)
  374. // sopstageDescIndexSort is the schema descriptor for index_sort field.
  375. sopstageDescIndexSort := sopstageFields[7].Descriptor()
  376. // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field.
  377. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int)
  378. soptaskMixin := schema.SopTask{}.Mixin()
  379. soptaskMixinHooks2 := soptaskMixin[2].Hooks()
  380. soptask.Hooks[0] = soptaskMixinHooks2[0]
  381. soptaskMixinInters2 := soptaskMixin[2].Interceptors()
  382. soptask.Interceptors[0] = soptaskMixinInters2[0]
  383. soptaskMixinFields0 := soptaskMixin[0].Fields()
  384. _ = soptaskMixinFields0
  385. soptaskMixinFields1 := soptaskMixin[1].Fields()
  386. _ = soptaskMixinFields1
  387. soptaskFields := schema.SopTask{}.Fields()
  388. _ = soptaskFields
  389. // soptaskDescCreatedAt is the schema descriptor for created_at field.
  390. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor()
  391. // soptask.DefaultCreatedAt holds the default value on creation for the created_at field.
  392. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time)
  393. // soptaskDescUpdatedAt is the schema descriptor for updated_at field.
  394. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor()
  395. // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  396. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time)
  397. // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  398. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time)
  399. // soptaskDescStatus is the schema descriptor for status field.
  400. soptaskDescStatus := soptaskMixinFields1[0].Descriptor()
  401. // soptask.DefaultStatus holds the default value on creation for the status field.
  402. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8)
  403. // soptaskDescName is the schema descriptor for name field.
  404. soptaskDescName := soptaskFields[0].Descriptor()
  405. // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save.
  406. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error)
  407. // soptaskDescType is the schema descriptor for type field.
  408. soptaskDescType := soptaskFields[2].Descriptor()
  409. // soptask.DefaultType holds the default value on creation for the type field.
  410. soptask.DefaultType = soptaskDescType.Default.(int)
  411. wxMixin := schema.Wx{}.Mixin()
  412. wxMixinHooks2 := wxMixin[2].Hooks()
  413. wx.Hooks[0] = wxMixinHooks2[0]
  414. wxMixinInters2 := wxMixin[2].Interceptors()
  415. wx.Interceptors[0] = wxMixinInters2[0]
  416. wxMixinFields0 := wxMixin[0].Fields()
  417. _ = wxMixinFields0
  418. wxMixinFields1 := wxMixin[1].Fields()
  419. _ = wxMixinFields1
  420. wxFields := schema.Wx{}.Fields()
  421. _ = wxFields
  422. // wxDescCreatedAt is the schema descriptor for created_at field.
  423. wxDescCreatedAt := wxMixinFields0[1].Descriptor()
  424. // wx.DefaultCreatedAt holds the default value on creation for the created_at field.
  425. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time)
  426. // wxDescUpdatedAt is the schema descriptor for updated_at field.
  427. wxDescUpdatedAt := wxMixinFields0[2].Descriptor()
  428. // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  429. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time)
  430. // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  431. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time)
  432. // wxDescStatus is the schema descriptor for status field.
  433. wxDescStatus := wxMixinFields1[0].Descriptor()
  434. // wx.DefaultStatus holds the default value on creation for the status field.
  435. wx.DefaultStatus = wxDescStatus.Default.(uint8)
  436. // wxDescServerID is the schema descriptor for server_id field.
  437. wxDescServerID := wxFields[0].Descriptor()
  438. // wx.DefaultServerID holds the default value on creation for the server_id field.
  439. wx.DefaultServerID = wxDescServerID.Default.(uint64)
  440. // wxDescPort is the schema descriptor for port field.
  441. wxDescPort := wxFields[1].Descriptor()
  442. // wx.DefaultPort holds the default value on creation for the port field.
  443. wx.DefaultPort = wxDescPort.Default.(string)
  444. // wxDescProcessID is the schema descriptor for process_id field.
  445. wxDescProcessID := wxFields[2].Descriptor()
  446. // wx.DefaultProcessID holds the default value on creation for the process_id field.
  447. wx.DefaultProcessID = wxDescProcessID.Default.(string)
  448. // wxDescCallback is the schema descriptor for callback field.
  449. wxDescCallback := wxFields[3].Descriptor()
  450. // wx.DefaultCallback holds the default value on creation for the callback field.
  451. wx.DefaultCallback = wxDescCallback.Default.(string)
  452. // wxDescWxid is the schema descriptor for wxid field.
  453. wxDescWxid := wxFields[4].Descriptor()
  454. // wx.DefaultWxid holds the default value on creation for the wxid field.
  455. wx.DefaultWxid = wxDescWxid.Default.(string)
  456. // wxDescAccount is the schema descriptor for account field.
  457. wxDescAccount := wxFields[5].Descriptor()
  458. // wx.DefaultAccount holds the default value on creation for the account field.
  459. wx.DefaultAccount = wxDescAccount.Default.(string)
  460. // wxDescNickname is the schema descriptor for nickname field.
  461. wxDescNickname := wxFields[6].Descriptor()
  462. // wx.DefaultNickname holds the default value on creation for the nickname field.
  463. wx.DefaultNickname = wxDescNickname.Default.(string)
  464. // wxDescTel is the schema descriptor for tel field.
  465. wxDescTel := wxFields[7].Descriptor()
  466. // wx.DefaultTel holds the default value on creation for the tel field.
  467. wx.DefaultTel = wxDescTel.Default.(string)
  468. // wxDescHeadBig is the schema descriptor for head_big field.
  469. wxDescHeadBig := wxFields[8].Descriptor()
  470. // wx.DefaultHeadBig holds the default value on creation for the head_big field.
  471. wx.DefaultHeadBig = wxDescHeadBig.Default.(string)
  472. }
  473. const (
  474. Version = "v0.13.1" // Version of ent codegen.
  475. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
  476. )