runtime.go 34 KB

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