runtime.go 94 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429
  1. // Code generated by ent, DO NOT EDIT.
  2. package runtime
  3. import (
  4. "time"
  5. "wechat-api/ent/agent"
  6. "wechat-api/ent/agentbase"
  7. "wechat-api/ent/aliyunavatar"
  8. "wechat-api/ent/batchmsg"
  9. "wechat-api/ent/category"
  10. "wechat-api/ent/chatrecords"
  11. "wechat-api/ent/chatsession"
  12. "wechat-api/ent/contact"
  13. "wechat-api/ent/employee"
  14. "wechat-api/ent/employeeconfig"
  15. "wechat-api/ent/label"
  16. "wechat-api/ent/labelrelationship"
  17. "wechat-api/ent/message"
  18. "wechat-api/ent/messagerecords"
  19. "wechat-api/ent/msg"
  20. "wechat-api/ent/schema"
  21. "wechat-api/ent/server"
  22. "wechat-api/ent/sopnode"
  23. "wechat-api/ent/sopstage"
  24. "wechat-api/ent/soptask"
  25. "wechat-api/ent/token"
  26. "wechat-api/ent/tutorial"
  27. "wechat-api/ent/usagedetail"
  28. "wechat-api/ent/usagestatisticday"
  29. "wechat-api/ent/usagestatistichour"
  30. "wechat-api/ent/usagestatisticmonth"
  31. "wechat-api/ent/usagetotal"
  32. "wechat-api/ent/workexperience"
  33. "wechat-api/ent/wpchatroom"
  34. "wechat-api/ent/wpchatroommember"
  35. "wechat-api/ent/wx"
  36. "wechat-api/ent/wxcard"
  37. "wechat-api/ent/wxcarduser"
  38. "wechat-api/ent/wxcardvisit"
  39. )
  40. // The init function reads all schema descriptors with runtime code
  41. // (default values, validators, hooks and policies) and stitches it
  42. // to their package variables.
  43. func init() {
  44. agentMixin := schema.Agent{}.Mixin()
  45. agentMixinHooks1 := agentMixin[1].Hooks()
  46. agent.Hooks[0] = agentMixinHooks1[0]
  47. agentMixinInters1 := agentMixin[1].Interceptors()
  48. agent.Interceptors[0] = agentMixinInters1[0]
  49. agentMixinFields0 := agentMixin[0].Fields()
  50. _ = agentMixinFields0
  51. agentFields := schema.Agent{}.Fields()
  52. _ = agentFields
  53. // agentDescCreatedAt is the schema descriptor for created_at field.
  54. agentDescCreatedAt := agentMixinFields0[1].Descriptor()
  55. // agent.DefaultCreatedAt holds the default value on creation for the created_at field.
  56. agent.DefaultCreatedAt = agentDescCreatedAt.Default.(func() time.Time)
  57. // agentDescUpdatedAt is the schema descriptor for updated_at field.
  58. agentDescUpdatedAt := agentMixinFields0[2].Descriptor()
  59. // agent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  60. agent.DefaultUpdatedAt = agentDescUpdatedAt.Default.(func() time.Time)
  61. // agent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  62. agent.UpdateDefaultUpdatedAt = agentDescUpdatedAt.UpdateDefault.(func() time.Time)
  63. // agentDescName is the schema descriptor for name field.
  64. agentDescName := agentFields[0].Descriptor()
  65. // agent.NameValidator is a validator for the "name" field. It is called by the builders before save.
  66. agent.NameValidator = agentDescName.Validators[0].(func(string) error)
  67. // agentDescStatus is the schema descriptor for status field.
  68. agentDescStatus := agentFields[2].Descriptor()
  69. // agent.DefaultStatus holds the default value on creation for the status field.
  70. agent.DefaultStatus = agentDescStatus.Default.(int)
  71. // agent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  72. agent.StatusValidator = agentDescStatus.Validators[0].(func(int) error)
  73. // agentDescBackground is the schema descriptor for background field.
  74. agentDescBackground := agentFields[3].Descriptor()
  75. // agent.DefaultBackground holds the default value on creation for the background field.
  76. agent.DefaultBackground = agentDescBackground.Default.(string)
  77. // agentDescExamples is the schema descriptor for examples field.
  78. agentDescExamples := agentFields[4].Descriptor()
  79. // agent.DefaultExamples holds the default value on creation for the examples field.
  80. agent.DefaultExamples = agentDescExamples.Default.(string)
  81. // agentDescOrganizationID is the schema descriptor for organization_id field.
  82. agentDescOrganizationID := agentFields[5].Descriptor()
  83. // agent.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  84. agent.OrganizationIDValidator = agentDescOrganizationID.Validators[0].(func(uint64) error)
  85. // agentDescDatasetID is the schema descriptor for dataset_id field.
  86. agentDescDatasetID := agentFields[6].Descriptor()
  87. // agent.DefaultDatasetID holds the default value on creation for the dataset_id field.
  88. agent.DefaultDatasetID = agentDescDatasetID.Default.(string)
  89. // agent.DatasetIDValidator is a validator for the "dataset_id" field. It is called by the builders before save.
  90. agent.DatasetIDValidator = agentDescDatasetID.Validators[0].(func(string) error)
  91. // agentDescCollectionID is the schema descriptor for collection_id field.
  92. agentDescCollectionID := agentFields[7].Descriptor()
  93. // agent.DefaultCollectionID holds the default value on creation for the collection_id field.
  94. agent.DefaultCollectionID = agentDescCollectionID.Default.(string)
  95. // agent.CollectionIDValidator is a validator for the "collection_id" field. It is called by the builders before save.
  96. agent.CollectionIDValidator = agentDescCollectionID.Validators[0].(func(string) error)
  97. agentbaseFields := schema.AgentBase{}.Fields()
  98. _ = agentbaseFields
  99. // agentbaseDescQ is the schema descriptor for q field.
  100. agentbaseDescQ := agentbaseFields[1].Descriptor()
  101. // agentbase.DefaultQ holds the default value on creation for the q field.
  102. agentbase.DefaultQ = agentbaseDescQ.Default.(string)
  103. // agentbaseDescA is the schema descriptor for a field.
  104. agentbaseDescA := agentbaseFields[2].Descriptor()
  105. // agentbase.DefaultA holds the default value on creation for the a field.
  106. agentbase.DefaultA = agentbaseDescA.Default.(string)
  107. // agentbaseDescChunkIndex is the schema descriptor for chunk_index field.
  108. agentbaseDescChunkIndex := agentbaseFields[3].Descriptor()
  109. // agentbase.ChunkIndexValidator is a validator for the "chunk_index" field. It is called by the builders before save.
  110. agentbase.ChunkIndexValidator = agentbaseDescChunkIndex.Validators[0].(func(uint64) error)
  111. // agentbaseDescDatasetID is the schema descriptor for dataset_id field.
  112. agentbaseDescDatasetID := agentbaseFields[5].Descriptor()
  113. // agentbase.DefaultDatasetID holds the default value on creation for the dataset_id field.
  114. agentbase.DefaultDatasetID = agentbaseDescDatasetID.Default.(string)
  115. // agentbaseDescCollectionID is the schema descriptor for collection_id field.
  116. agentbaseDescCollectionID := agentbaseFields[6].Descriptor()
  117. // agentbase.DefaultCollectionID holds the default value on creation for the collection_id field.
  118. agentbase.DefaultCollectionID = agentbaseDescCollectionID.Default.(string)
  119. // agentbaseDescSourceName is the schema descriptor for source_name field.
  120. agentbaseDescSourceName := agentbaseFields[7].Descriptor()
  121. // agentbase.DefaultSourceName holds the default value on creation for the source_name field.
  122. agentbase.DefaultSourceName = agentbaseDescSourceName.Default.(string)
  123. aliyunavatarMixin := schema.AliyunAvatar{}.Mixin()
  124. aliyunavatarMixinHooks1 := aliyunavatarMixin[1].Hooks()
  125. aliyunavatar.Hooks[0] = aliyunavatarMixinHooks1[0]
  126. aliyunavatarMixinInters1 := aliyunavatarMixin[1].Interceptors()
  127. aliyunavatar.Interceptors[0] = aliyunavatarMixinInters1[0]
  128. aliyunavatarMixinFields0 := aliyunavatarMixin[0].Fields()
  129. _ = aliyunavatarMixinFields0
  130. aliyunavatarFields := schema.AliyunAvatar{}.Fields()
  131. _ = aliyunavatarFields
  132. // aliyunavatarDescCreatedAt is the schema descriptor for created_at field.
  133. aliyunavatarDescCreatedAt := aliyunavatarMixinFields0[1].Descriptor()
  134. // aliyunavatar.DefaultCreatedAt holds the default value on creation for the created_at field.
  135. aliyunavatar.DefaultCreatedAt = aliyunavatarDescCreatedAt.Default.(func() time.Time)
  136. // aliyunavatarDescUpdatedAt is the schema descriptor for updated_at field.
  137. aliyunavatarDescUpdatedAt := aliyunavatarMixinFields0[2].Descriptor()
  138. // aliyunavatar.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  139. aliyunavatar.DefaultUpdatedAt = aliyunavatarDescUpdatedAt.Default.(func() time.Time)
  140. // aliyunavatar.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  141. aliyunavatar.UpdateDefaultUpdatedAt = aliyunavatarDescUpdatedAt.UpdateDefault.(func() time.Time)
  142. // aliyunavatarDescToken is the schema descriptor for token field.
  143. aliyunavatarDescToken := aliyunavatarFields[7].Descriptor()
  144. // aliyunavatar.DefaultToken holds the default value on creation for the token field.
  145. aliyunavatar.DefaultToken = aliyunavatarDescToken.Default.(string)
  146. // aliyunavatarDescSessionID is the schema descriptor for session_id field.
  147. aliyunavatarDescSessionID := aliyunavatarFields[8].Descriptor()
  148. // aliyunavatar.DefaultSessionID holds the default value on creation for the session_id field.
  149. aliyunavatar.DefaultSessionID = aliyunavatarDescSessionID.Default.(string)
  150. batchmsgMixin := schema.BatchMsg{}.Mixin()
  151. batchmsgMixinHooks1 := batchmsgMixin[1].Hooks()
  152. batchmsg.Hooks[0] = batchmsgMixinHooks1[0]
  153. batchmsgMixinInters1 := batchmsgMixin[1].Interceptors()
  154. batchmsg.Interceptors[0] = batchmsgMixinInters1[0]
  155. batchmsgMixinFields0 := batchmsgMixin[0].Fields()
  156. _ = batchmsgMixinFields0
  157. batchmsgFields := schema.BatchMsg{}.Fields()
  158. _ = batchmsgFields
  159. // batchmsgDescCreatedAt is the schema descriptor for created_at field.
  160. batchmsgDescCreatedAt := batchmsgMixinFields0[1].Descriptor()
  161. // batchmsg.DefaultCreatedAt holds the default value on creation for the created_at field.
  162. batchmsg.DefaultCreatedAt = batchmsgDescCreatedAt.Default.(func() time.Time)
  163. // batchmsgDescUpdatedAt is the schema descriptor for updated_at field.
  164. batchmsgDescUpdatedAt := batchmsgMixinFields0[2].Descriptor()
  165. // batchmsg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  166. batchmsg.DefaultUpdatedAt = batchmsgDescUpdatedAt.Default.(func() time.Time)
  167. // batchmsg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  168. batchmsg.UpdateDefaultUpdatedAt = batchmsgDescUpdatedAt.UpdateDefault.(func() time.Time)
  169. // batchmsgDescTaskName is the schema descriptor for task_name field.
  170. batchmsgDescTaskName := batchmsgFields[2].Descriptor()
  171. // batchmsg.DefaultTaskName holds the default value on creation for the task_name field.
  172. batchmsg.DefaultTaskName = batchmsgDescTaskName.Default.(string)
  173. // batchmsgDescOrganizationID is the schema descriptor for organization_id field.
  174. batchmsgDescOrganizationID := batchmsgFields[14].Descriptor()
  175. // batchmsg.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  176. batchmsg.OrganizationIDValidator = batchmsgDescOrganizationID.Validators[0].(func(uint64) error)
  177. categoryMixin := schema.Category{}.Mixin()
  178. categoryMixinHooks1 := categoryMixin[1].Hooks()
  179. category.Hooks[0] = categoryMixinHooks1[0]
  180. categoryMixinInters1 := categoryMixin[1].Interceptors()
  181. category.Interceptors[0] = categoryMixinInters1[0]
  182. categoryMixinFields0 := categoryMixin[0].Fields()
  183. _ = categoryMixinFields0
  184. categoryFields := schema.Category{}.Fields()
  185. _ = categoryFields
  186. // categoryDescCreatedAt is the schema descriptor for created_at field.
  187. categoryDescCreatedAt := categoryMixinFields0[1].Descriptor()
  188. // category.DefaultCreatedAt holds the default value on creation for the created_at field.
  189. category.DefaultCreatedAt = categoryDescCreatedAt.Default.(func() time.Time)
  190. // categoryDescUpdatedAt is the schema descriptor for updated_at field.
  191. categoryDescUpdatedAt := categoryMixinFields0[2].Descriptor()
  192. // category.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  193. category.DefaultUpdatedAt = categoryDescUpdatedAt.Default.(func() time.Time)
  194. // category.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  195. category.UpdateDefaultUpdatedAt = categoryDescUpdatedAt.UpdateDefault.(func() time.Time)
  196. // categoryDescName is the schema descriptor for name field.
  197. categoryDescName := categoryFields[0].Descriptor()
  198. // category.NameValidator is a validator for the "name" field. It is called by the builders before save.
  199. category.NameValidator = categoryDescName.Validators[0].(func(string) error)
  200. // categoryDescOrganizationID is the schema descriptor for organization_id field.
  201. categoryDescOrganizationID := categoryFields[1].Descriptor()
  202. // category.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  203. category.OrganizationIDValidator = categoryDescOrganizationID.Validators[0].(func(uint64) error)
  204. chatrecordsMixin := schema.ChatRecords{}.Mixin()
  205. chatrecordsMixinHooks1 := chatrecordsMixin[1].Hooks()
  206. chatrecords.Hooks[0] = chatrecordsMixinHooks1[0]
  207. chatrecordsMixinInters1 := chatrecordsMixin[1].Interceptors()
  208. chatrecords.Interceptors[0] = chatrecordsMixinInters1[0]
  209. chatrecordsMixinFields0 := chatrecordsMixin[0].Fields()
  210. _ = chatrecordsMixinFields0
  211. chatrecordsFields := schema.ChatRecords{}.Fields()
  212. _ = chatrecordsFields
  213. // chatrecordsDescCreatedAt is the schema descriptor for created_at field.
  214. chatrecordsDescCreatedAt := chatrecordsMixinFields0[1].Descriptor()
  215. // chatrecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  216. chatrecords.DefaultCreatedAt = chatrecordsDescCreatedAt.Default.(func() time.Time)
  217. // chatrecordsDescUpdatedAt is the schema descriptor for updated_at field.
  218. chatrecordsDescUpdatedAt := chatrecordsMixinFields0[2].Descriptor()
  219. // chatrecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  220. chatrecords.DefaultUpdatedAt = chatrecordsDescUpdatedAt.Default.(func() time.Time)
  221. // chatrecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  222. chatrecords.UpdateDefaultUpdatedAt = chatrecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  223. // chatrecordsDescContent is the schema descriptor for content field.
  224. chatrecordsDescContent := chatrecordsFields[0].Descriptor()
  225. // chatrecords.DefaultContent holds the default value on creation for the content field.
  226. chatrecords.DefaultContent = chatrecordsDescContent.Default.(string)
  227. // chatrecordsDescContentType is the schema descriptor for content_type field.
  228. chatrecordsDescContentType := chatrecordsFields[1].Descriptor()
  229. // chatrecords.DefaultContentType holds the default value on creation for the content_type field.
  230. chatrecords.DefaultContentType = chatrecordsDescContentType.Default.(uint8)
  231. // chatrecordsDescSessionID is the schema descriptor for session_id field.
  232. chatrecordsDescSessionID := chatrecordsFields[2].Descriptor()
  233. // chatrecords.DefaultSessionID holds the default value on creation for the session_id field.
  234. chatrecords.DefaultSessionID = chatrecordsDescSessionID.Default.(uint64)
  235. // chatrecordsDescUserID is the schema descriptor for user_id field.
  236. chatrecordsDescUserID := chatrecordsFields[3].Descriptor()
  237. // chatrecords.DefaultUserID holds the default value on creation for the user_id field.
  238. chatrecords.DefaultUserID = chatrecordsDescUserID.Default.(uint64)
  239. // chatrecordsDescBotID is the schema descriptor for bot_id field.
  240. chatrecordsDescBotID := chatrecordsFields[4].Descriptor()
  241. // chatrecords.DefaultBotID holds the default value on creation for the bot_id field.
  242. chatrecords.DefaultBotID = chatrecordsDescBotID.Default.(uint64)
  243. // chatrecordsDescBotType is the schema descriptor for bot_type field.
  244. chatrecordsDescBotType := chatrecordsFields[5].Descriptor()
  245. // chatrecords.DefaultBotType holds the default value on creation for the bot_type field.
  246. chatrecords.DefaultBotType = chatrecordsDescBotType.Default.(uint8)
  247. chatsessionMixin := schema.ChatSession{}.Mixin()
  248. chatsessionMixinHooks1 := chatsessionMixin[1].Hooks()
  249. chatsession.Hooks[0] = chatsessionMixinHooks1[0]
  250. chatsessionMixinInters1 := chatsessionMixin[1].Interceptors()
  251. chatsession.Interceptors[0] = chatsessionMixinInters1[0]
  252. chatsessionMixinFields0 := chatsessionMixin[0].Fields()
  253. _ = chatsessionMixinFields0
  254. chatsessionFields := schema.ChatSession{}.Fields()
  255. _ = chatsessionFields
  256. // chatsessionDescCreatedAt is the schema descriptor for created_at field.
  257. chatsessionDescCreatedAt := chatsessionMixinFields0[1].Descriptor()
  258. // chatsession.DefaultCreatedAt holds the default value on creation for the created_at field.
  259. chatsession.DefaultCreatedAt = chatsessionDescCreatedAt.Default.(func() time.Time)
  260. // chatsessionDescUpdatedAt is the schema descriptor for updated_at field.
  261. chatsessionDescUpdatedAt := chatsessionMixinFields0[2].Descriptor()
  262. // chatsession.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  263. chatsession.DefaultUpdatedAt = chatsessionDescUpdatedAt.Default.(func() time.Time)
  264. // chatsession.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  265. chatsession.UpdateDefaultUpdatedAt = chatsessionDescUpdatedAt.UpdateDefault.(func() time.Time)
  266. // chatsessionDescName is the schema descriptor for name field.
  267. chatsessionDescName := chatsessionFields[0].Descriptor()
  268. // chatsession.DefaultName holds the default value on creation for the name field.
  269. chatsession.DefaultName = chatsessionDescName.Default.(string)
  270. // chatsessionDescUserID is the schema descriptor for user_id field.
  271. chatsessionDescUserID := chatsessionFields[1].Descriptor()
  272. // chatsession.DefaultUserID holds the default value on creation for the user_id field.
  273. chatsession.DefaultUserID = chatsessionDescUserID.Default.(uint64)
  274. // chatsessionDescBotID is the schema descriptor for bot_id field.
  275. chatsessionDescBotID := chatsessionFields[2].Descriptor()
  276. // chatsession.DefaultBotID holds the default value on creation for the bot_id field.
  277. chatsession.DefaultBotID = chatsessionDescBotID.Default.(uint64)
  278. // chatsessionDescBotType is the schema descriptor for bot_type field.
  279. chatsessionDescBotType := chatsessionFields[3].Descriptor()
  280. // chatsession.DefaultBotType holds the default value on creation for the bot_type field.
  281. chatsession.DefaultBotType = chatsessionDescBotType.Default.(uint8)
  282. contactMixin := schema.Contact{}.Mixin()
  283. contactMixinHooks2 := contactMixin[2].Hooks()
  284. contact.Hooks[0] = contactMixinHooks2[0]
  285. contactMixinInters2 := contactMixin[2].Interceptors()
  286. contact.Interceptors[0] = contactMixinInters2[0]
  287. contactMixinFields0 := contactMixin[0].Fields()
  288. _ = contactMixinFields0
  289. contactMixinFields1 := contactMixin[1].Fields()
  290. _ = contactMixinFields1
  291. contactFields := schema.Contact{}.Fields()
  292. _ = contactFields
  293. // contactDescCreatedAt is the schema descriptor for created_at field.
  294. contactDescCreatedAt := contactMixinFields0[1].Descriptor()
  295. // contact.DefaultCreatedAt holds the default value on creation for the created_at field.
  296. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time)
  297. // contactDescUpdatedAt is the schema descriptor for updated_at field.
  298. contactDescUpdatedAt := contactMixinFields0[2].Descriptor()
  299. // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  300. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time)
  301. // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  302. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time)
  303. // contactDescStatus is the schema descriptor for status field.
  304. contactDescStatus := contactMixinFields1[0].Descriptor()
  305. // contact.DefaultStatus holds the default value on creation for the status field.
  306. contact.DefaultStatus = contactDescStatus.Default.(uint8)
  307. // contactDescWxWxid is the schema descriptor for wx_wxid field.
  308. contactDescWxWxid := contactFields[0].Descriptor()
  309. // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  310. contact.DefaultWxWxid = contactDescWxWxid.Default.(string)
  311. // contactDescType is the schema descriptor for type field.
  312. contactDescType := contactFields[1].Descriptor()
  313. // contact.DefaultType holds the default value on creation for the type field.
  314. contact.DefaultType = contactDescType.Default.(int)
  315. // contactDescWxid is the schema descriptor for wxid field.
  316. contactDescWxid := contactFields[2].Descriptor()
  317. // contact.DefaultWxid holds the default value on creation for the wxid field.
  318. contact.DefaultWxid = contactDescWxid.Default.(string)
  319. // contactDescAccount is the schema descriptor for account field.
  320. contactDescAccount := contactFields[3].Descriptor()
  321. // contact.DefaultAccount holds the default value on creation for the account field.
  322. contact.DefaultAccount = contactDescAccount.Default.(string)
  323. // contactDescNickname is the schema descriptor for nickname field.
  324. contactDescNickname := contactFields[4].Descriptor()
  325. // contact.DefaultNickname holds the default value on creation for the nickname field.
  326. contact.DefaultNickname = contactDescNickname.Default.(string)
  327. // contactDescMarkname is the schema descriptor for markname field.
  328. contactDescMarkname := contactFields[5].Descriptor()
  329. // contact.DefaultMarkname holds the default value on creation for the markname field.
  330. contact.DefaultMarkname = contactDescMarkname.Default.(string)
  331. // contactDescHeadimg is the schema descriptor for headimg field.
  332. contactDescHeadimg := contactFields[6].Descriptor()
  333. // contact.DefaultHeadimg holds the default value on creation for the headimg field.
  334. contact.DefaultHeadimg = contactDescHeadimg.Default.(string)
  335. // contactDescSex is the schema descriptor for sex field.
  336. contactDescSex := contactFields[7].Descriptor()
  337. // contact.DefaultSex holds the default value on creation for the sex field.
  338. contact.DefaultSex = contactDescSex.Default.(int)
  339. // contactDescStarrole is the schema descriptor for starrole field.
  340. contactDescStarrole := contactFields[8].Descriptor()
  341. // contact.DefaultStarrole holds the default value on creation for the starrole field.
  342. contact.DefaultStarrole = contactDescStarrole.Default.(string)
  343. // contactDescDontseeit is the schema descriptor for dontseeit field.
  344. contactDescDontseeit := contactFields[9].Descriptor()
  345. // contact.DefaultDontseeit holds the default value on creation for the dontseeit field.
  346. contact.DefaultDontseeit = contactDescDontseeit.Default.(int)
  347. // contactDescDontseeme is the schema descriptor for dontseeme field.
  348. contactDescDontseeme := contactFields[10].Descriptor()
  349. // contact.DefaultDontseeme holds the default value on creation for the dontseeme field.
  350. contact.DefaultDontseeme = contactDescDontseeme.Default.(int)
  351. // contactDescLag is the schema descriptor for lag field.
  352. contactDescLag := contactFields[11].Descriptor()
  353. // contact.DefaultLag holds the default value on creation for the lag field.
  354. contact.DefaultLag = contactDescLag.Default.(string)
  355. // contactDescGid is the schema descriptor for gid field.
  356. contactDescGid := contactFields[12].Descriptor()
  357. // contact.DefaultGid holds the default value on creation for the gid field.
  358. contact.DefaultGid = contactDescGid.Default.(string)
  359. // contactDescGname is the schema descriptor for gname field.
  360. contactDescGname := contactFields[13].Descriptor()
  361. // contact.DefaultGname holds the default value on creation for the gname field.
  362. contact.DefaultGname = contactDescGname.Default.(string)
  363. // contactDescV3 is the schema descriptor for v3 field.
  364. contactDescV3 := contactFields[14].Descriptor()
  365. // contact.DefaultV3 holds the default value on creation for the v3 field.
  366. contact.DefaultV3 = contactDescV3.Default.(string)
  367. // contactDescOrganizationID is the schema descriptor for organization_id field.
  368. contactDescOrganizationID := contactFields[15].Descriptor()
  369. // contact.DefaultOrganizationID holds the default value on creation for the organization_id field.
  370. contact.DefaultOrganizationID = contactDescOrganizationID.Default.(uint64)
  371. employeeMixin := schema.Employee{}.Mixin()
  372. employeeMixinHooks1 := employeeMixin[1].Hooks()
  373. employee.Hooks[0] = employeeMixinHooks1[0]
  374. employeeMixinInters1 := employeeMixin[1].Interceptors()
  375. employee.Interceptors[0] = employeeMixinInters1[0]
  376. employeeMixinFields0 := employeeMixin[0].Fields()
  377. _ = employeeMixinFields0
  378. employeeFields := schema.Employee{}.Fields()
  379. _ = employeeFields
  380. // employeeDescCreatedAt is the schema descriptor for created_at field.
  381. employeeDescCreatedAt := employeeMixinFields0[1].Descriptor()
  382. // employee.DefaultCreatedAt holds the default value on creation for the created_at field.
  383. employee.DefaultCreatedAt = employeeDescCreatedAt.Default.(func() time.Time)
  384. // employeeDescUpdatedAt is the schema descriptor for updated_at field.
  385. employeeDescUpdatedAt := employeeMixinFields0[2].Descriptor()
  386. // employee.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  387. employee.DefaultUpdatedAt = employeeDescUpdatedAt.Default.(func() time.Time)
  388. // employee.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  389. employee.UpdateDefaultUpdatedAt = employeeDescUpdatedAt.UpdateDefault.(func() time.Time)
  390. // employeeDescTitle is the schema descriptor for title field.
  391. employeeDescTitle := employeeFields[0].Descriptor()
  392. // employee.TitleValidator is a validator for the "title" field. It is called by the builders before save.
  393. employee.TitleValidator = employeeDescTitle.Validators[0].(func(string) error)
  394. // employeeDescAvatar is the schema descriptor for avatar field.
  395. employeeDescAvatar := employeeFields[1].Descriptor()
  396. // employee.AvatarValidator is a validator for the "avatar" field. It is called by the builders before save.
  397. employee.AvatarValidator = employeeDescAvatar.Validators[0].(func(string) error)
  398. // employeeDescTags is the schema descriptor for tags field.
  399. employeeDescTags := employeeFields[2].Descriptor()
  400. // employee.TagsValidator is a validator for the "tags" field. It is called by the builders before save.
  401. employee.TagsValidator = employeeDescTags.Validators[0].(func(string) error)
  402. // employeeDescHireCount is the schema descriptor for hire_count field.
  403. employeeDescHireCount := employeeFields[3].Descriptor()
  404. // employee.DefaultHireCount holds the default value on creation for the hire_count field.
  405. employee.DefaultHireCount = employeeDescHireCount.Default.(int)
  406. // employee.HireCountValidator is a validator for the "hire_count" field. It is called by the builders before save.
  407. employee.HireCountValidator = employeeDescHireCount.Validators[0].(func(int) error)
  408. // employeeDescServiceCount is the schema descriptor for service_count field.
  409. employeeDescServiceCount := employeeFields[4].Descriptor()
  410. // employee.DefaultServiceCount holds the default value on creation for the service_count field.
  411. employee.DefaultServiceCount = employeeDescServiceCount.Default.(int)
  412. // employee.ServiceCountValidator is a validator for the "service_count" field. It is called by the builders before save.
  413. employee.ServiceCountValidator = employeeDescServiceCount.Validators[0].(func(int) error)
  414. // employeeDescAchievementCount is the schema descriptor for achievement_count field.
  415. employeeDescAchievementCount := employeeFields[5].Descriptor()
  416. // employee.DefaultAchievementCount holds the default value on creation for the achievement_count field.
  417. employee.DefaultAchievementCount = employeeDescAchievementCount.Default.(int)
  418. // employee.AchievementCountValidator is a validator for the "achievement_count" field. It is called by the builders before save.
  419. employee.AchievementCountValidator = employeeDescAchievementCount.Validators[0].(func(int) error)
  420. // employeeDescIntro is the schema descriptor for intro field.
  421. employeeDescIntro := employeeFields[6].Descriptor()
  422. // employee.DefaultIntro holds the default value on creation for the intro field.
  423. employee.DefaultIntro = employeeDescIntro.Default.(string)
  424. // employee.IntroValidator is a validator for the "intro" field. It is called by the builders before save.
  425. employee.IntroValidator = employeeDescIntro.Validators[0].(func(string) error)
  426. // employeeDescEstimate is the schema descriptor for estimate field.
  427. employeeDescEstimate := employeeFields[7].Descriptor()
  428. // employee.DefaultEstimate holds the default value on creation for the estimate field.
  429. employee.DefaultEstimate = employeeDescEstimate.Default.(string)
  430. // employee.EstimateValidator is a validator for the "estimate" field. It is called by the builders before save.
  431. employee.EstimateValidator = employeeDescEstimate.Validators[0].(func(string) error)
  432. // employeeDescSkill is the schema descriptor for skill field.
  433. employeeDescSkill := employeeFields[8].Descriptor()
  434. // employee.DefaultSkill holds the default value on creation for the skill field.
  435. employee.DefaultSkill = employeeDescSkill.Default.(string)
  436. // employee.SkillValidator is a validator for the "skill" field. It is called by the builders before save.
  437. employee.SkillValidator = employeeDescSkill.Validators[0].(func(string) error)
  438. // employeeDescAbilityType is the schema descriptor for ability_type field.
  439. employeeDescAbilityType := employeeFields[9].Descriptor()
  440. // employee.DefaultAbilityType holds the default value on creation for the ability_type field.
  441. employee.DefaultAbilityType = employeeDescAbilityType.Default.(string)
  442. // employeeDescScene is the schema descriptor for scene field.
  443. employeeDescScene := employeeFields[10].Descriptor()
  444. // employee.DefaultScene holds the default value on creation for the scene field.
  445. employee.DefaultScene = employeeDescScene.Default.(string)
  446. // employeeDescSwitchIn is the schema descriptor for switch_in field.
  447. employeeDescSwitchIn := employeeFields[11].Descriptor()
  448. // employee.DefaultSwitchIn holds the default value on creation for the switch_in field.
  449. employee.DefaultSwitchIn = employeeDescSwitchIn.Default.(string)
  450. // employeeDescVideoURL is the schema descriptor for video_url field.
  451. employeeDescVideoURL := employeeFields[12].Descriptor()
  452. // employee.DefaultVideoURL holds the default value on creation for the video_url field.
  453. employee.DefaultVideoURL = employeeDescVideoURL.Default.(string)
  454. // employee.VideoURLValidator is a validator for the "video_url" field. It is called by the builders before save.
  455. employee.VideoURLValidator = employeeDescVideoURL.Validators[0].(func(string) error)
  456. // employeeDescOrganizationID is the schema descriptor for organization_id field.
  457. employeeDescOrganizationID := employeeFields[13].Descriptor()
  458. // employee.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  459. employee.OrganizationIDValidator = employeeDescOrganizationID.Validators[0].(func(uint64) error)
  460. // employeeDescCategoryID is the schema descriptor for category_id field.
  461. employeeDescCategoryID := employeeFields[14].Descriptor()
  462. // employee.CategoryIDValidator is a validator for the "category_id" field. It is called by the builders before save.
  463. employee.CategoryIDValidator = employeeDescCategoryID.Validators[0].(func(uint64) error)
  464. // employeeDescAPIBase is the schema descriptor for api_base field.
  465. employeeDescAPIBase := employeeFields[15].Descriptor()
  466. // employee.DefaultAPIBase holds the default value on creation for the api_base field.
  467. employee.DefaultAPIBase = employeeDescAPIBase.Default.(string)
  468. // employeeDescAPIKey is the schema descriptor for api_key field.
  469. employeeDescAPIKey := employeeFields[16].Descriptor()
  470. // employee.DefaultAPIKey holds the default value on creation for the api_key field.
  471. employee.DefaultAPIKey = employeeDescAPIKey.Default.(string)
  472. // employeeDescIsVip is the schema descriptor for is_vip field.
  473. employeeDescIsVip := employeeFields[18].Descriptor()
  474. // employee.DefaultIsVip holds the default value on creation for the is_vip field.
  475. employee.DefaultIsVip = employeeDescIsVip.Default.(int)
  476. employeeconfigMixin := schema.EmployeeConfig{}.Mixin()
  477. employeeconfigMixinHooks1 := employeeconfigMixin[1].Hooks()
  478. employeeconfig.Hooks[0] = employeeconfigMixinHooks1[0]
  479. employeeconfigMixinInters1 := employeeconfigMixin[1].Interceptors()
  480. employeeconfig.Interceptors[0] = employeeconfigMixinInters1[0]
  481. employeeconfigMixinFields0 := employeeconfigMixin[0].Fields()
  482. _ = employeeconfigMixinFields0
  483. employeeconfigFields := schema.EmployeeConfig{}.Fields()
  484. _ = employeeconfigFields
  485. // employeeconfigDescCreatedAt is the schema descriptor for created_at field.
  486. employeeconfigDescCreatedAt := employeeconfigMixinFields0[1].Descriptor()
  487. // employeeconfig.DefaultCreatedAt holds the default value on creation for the created_at field.
  488. employeeconfig.DefaultCreatedAt = employeeconfigDescCreatedAt.Default.(func() time.Time)
  489. // employeeconfigDescUpdatedAt is the schema descriptor for updated_at field.
  490. employeeconfigDescUpdatedAt := employeeconfigMixinFields0[2].Descriptor()
  491. // employeeconfig.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  492. employeeconfig.DefaultUpdatedAt = employeeconfigDescUpdatedAt.Default.(func() time.Time)
  493. // employeeconfig.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  494. employeeconfig.UpdateDefaultUpdatedAt = employeeconfigDescUpdatedAt.UpdateDefault.(func() time.Time)
  495. // employeeconfigDescStype is the schema descriptor for stype field.
  496. employeeconfigDescStype := employeeconfigFields[0].Descriptor()
  497. // employeeconfig.DefaultStype holds the default value on creation for the stype field.
  498. employeeconfig.DefaultStype = employeeconfigDescStype.Default.(string)
  499. // employeeconfigDescTitle is the schema descriptor for title field.
  500. employeeconfigDescTitle := employeeconfigFields[1].Descriptor()
  501. // employeeconfig.DefaultTitle holds the default value on creation for the title field.
  502. employeeconfig.DefaultTitle = employeeconfigDescTitle.Default.(string)
  503. // employeeconfigDescPhoto is the schema descriptor for photo field.
  504. employeeconfigDescPhoto := employeeconfigFields[2].Descriptor()
  505. // employeeconfig.DefaultPhoto holds the default value on creation for the photo field.
  506. employeeconfig.DefaultPhoto = employeeconfigDescPhoto.Default.(string)
  507. // employeeconfigDescOrganizationID is the schema descriptor for organization_id field.
  508. employeeconfigDescOrganizationID := employeeconfigFields[3].Descriptor()
  509. // employeeconfig.DefaultOrganizationID holds the default value on creation for the organization_id field.
  510. employeeconfig.DefaultOrganizationID = employeeconfigDescOrganizationID.Default.(uint64)
  511. labelMixin := schema.Label{}.Mixin()
  512. labelMixinFields0 := labelMixin[0].Fields()
  513. _ = labelMixinFields0
  514. labelMixinFields1 := labelMixin[1].Fields()
  515. _ = labelMixinFields1
  516. labelFields := schema.Label{}.Fields()
  517. _ = labelFields
  518. // labelDescCreatedAt is the schema descriptor for created_at field.
  519. labelDescCreatedAt := labelMixinFields0[1].Descriptor()
  520. // label.DefaultCreatedAt holds the default value on creation for the created_at field.
  521. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time)
  522. // labelDescUpdatedAt is the schema descriptor for updated_at field.
  523. labelDescUpdatedAt := labelMixinFields0[2].Descriptor()
  524. // label.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  525. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time)
  526. // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  527. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time)
  528. // labelDescStatus is the schema descriptor for status field.
  529. labelDescStatus := labelMixinFields1[0].Descriptor()
  530. // label.DefaultStatus holds the default value on creation for the status field.
  531. label.DefaultStatus = labelDescStatus.Default.(uint8)
  532. // labelDescType is the schema descriptor for type field.
  533. labelDescType := labelFields[0].Descriptor()
  534. // label.DefaultType holds the default value on creation for the type field.
  535. label.DefaultType = labelDescType.Default.(int)
  536. // labelDescName is the schema descriptor for name field.
  537. labelDescName := labelFields[1].Descriptor()
  538. // label.DefaultName holds the default value on creation for the name field.
  539. label.DefaultName = labelDescName.Default.(string)
  540. // labelDescFrom is the schema descriptor for from field.
  541. labelDescFrom := labelFields[2].Descriptor()
  542. // label.DefaultFrom holds the default value on creation for the from field.
  543. label.DefaultFrom = labelDescFrom.Default.(int)
  544. // labelDescMode is the schema descriptor for mode field.
  545. labelDescMode := labelFields[3].Descriptor()
  546. // label.DefaultMode holds the default value on creation for the mode field.
  547. label.DefaultMode = labelDescMode.Default.(int)
  548. // labelDescConditions is the schema descriptor for conditions field.
  549. labelDescConditions := labelFields[4].Descriptor()
  550. // label.DefaultConditions holds the default value on creation for the conditions field.
  551. label.DefaultConditions = labelDescConditions.Default.(string)
  552. // labelDescOrganizationID is the schema descriptor for organization_id field.
  553. labelDescOrganizationID := labelFields[5].Descriptor()
  554. // label.DefaultOrganizationID holds the default value on creation for the organization_id field.
  555. label.DefaultOrganizationID = labelDescOrganizationID.Default.(uint64)
  556. labelrelationshipMixin := schema.LabelRelationship{}.Mixin()
  557. labelrelationshipMixinHooks2 := labelrelationshipMixin[2].Hooks()
  558. labelrelationship.Hooks[0] = labelrelationshipMixinHooks2[0]
  559. labelrelationshipMixinInters2 := labelrelationshipMixin[2].Interceptors()
  560. labelrelationship.Interceptors[0] = labelrelationshipMixinInters2[0]
  561. labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields()
  562. _ = labelrelationshipMixinFields0
  563. labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields()
  564. _ = labelrelationshipMixinFields1
  565. labelrelationshipFields := schema.LabelRelationship{}.Fields()
  566. _ = labelrelationshipFields
  567. // labelrelationshipDescCreatedAt is the schema descriptor for created_at field.
  568. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor()
  569. // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field.
  570. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time)
  571. // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field.
  572. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor()
  573. // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  574. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time)
  575. // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  576. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time)
  577. // labelrelationshipDescStatus is the schema descriptor for status field.
  578. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor()
  579. // labelrelationship.DefaultStatus holds the default value on creation for the status field.
  580. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8)
  581. // labelrelationshipDescLabelID is the schema descriptor for label_id field.
  582. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor()
  583. // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field.
  584. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64)
  585. // labelrelationshipDescContactID is the schema descriptor for contact_id field.
  586. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor()
  587. // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field.
  588. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64)
  589. // labelrelationshipDescOrganizationID is the schema descriptor for organization_id field.
  590. labelrelationshipDescOrganizationID := labelrelationshipFields[2].Descriptor()
  591. // labelrelationship.DefaultOrganizationID holds the default value on creation for the organization_id field.
  592. labelrelationship.DefaultOrganizationID = labelrelationshipDescOrganizationID.Default.(uint64)
  593. messageFields := schema.Message{}.Fields()
  594. _ = messageFields
  595. // messageDescWxWxid is the schema descriptor for wx_wxid field.
  596. messageDescWxWxid := messageFields[0].Descriptor()
  597. // message.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  598. message.DefaultWxWxid = messageDescWxWxid.Default.(string)
  599. // messageDescWxid is the schema descriptor for wxid field.
  600. messageDescWxid := messageFields[1].Descriptor()
  601. // message.DefaultWxid holds the default value on creation for the wxid field.
  602. message.DefaultWxid = messageDescWxid.Default.(string)
  603. // messageDescContent is the schema descriptor for content field.
  604. messageDescContent := messageFields[2].Descriptor()
  605. // message.DefaultContent holds the default value on creation for the content field.
  606. message.DefaultContent = messageDescContent.Default.(string)
  607. messagerecordsMixin := schema.MessageRecords{}.Mixin()
  608. messagerecordsMixinFields0 := messagerecordsMixin[0].Fields()
  609. _ = messagerecordsMixinFields0
  610. messagerecordsMixinFields1 := messagerecordsMixin[1].Fields()
  611. _ = messagerecordsMixinFields1
  612. messagerecordsFields := schema.MessageRecords{}.Fields()
  613. _ = messagerecordsFields
  614. // messagerecordsDescCreatedAt is the schema descriptor for created_at field.
  615. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor()
  616. // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  617. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time)
  618. // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field.
  619. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor()
  620. // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  621. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time)
  622. // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  623. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  624. // messagerecordsDescStatus is the schema descriptor for status field.
  625. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor()
  626. // messagerecords.DefaultStatus holds the default value on creation for the status field.
  627. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8)
  628. // messagerecordsDescContactType is the schema descriptor for contact_type field.
  629. messagerecordsDescContactType := messagerecordsFields[2].Descriptor()
  630. // messagerecords.DefaultContactType holds the default value on creation for the contact_type field.
  631. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int)
  632. // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field.
  633. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor()
  634. // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field.
  635. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string)
  636. // messagerecordsDescContentType is the schema descriptor for content_type field.
  637. messagerecordsDescContentType := messagerecordsFields[4].Descriptor()
  638. // messagerecords.DefaultContentType holds the default value on creation for the content_type field.
  639. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int)
  640. // messagerecordsDescContent is the schema descriptor for content field.
  641. messagerecordsDescContent := messagerecordsFields[5].Descriptor()
  642. // messagerecords.DefaultContent holds the default value on creation for the content field.
  643. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string)
  644. // messagerecordsDescErrorDetail is the schema descriptor for error_detail field.
  645. messagerecordsDescErrorDetail := messagerecordsFields[7].Descriptor()
  646. // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field.
  647. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string)
  648. // messagerecordsDescSourceType is the schema descriptor for source_type field.
  649. messagerecordsDescSourceType := messagerecordsFields[9].Descriptor()
  650. // messagerecords.DefaultSourceType holds the default value on creation for the source_type field.
  651. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int)
  652. // messagerecordsDescSourceID is the schema descriptor for source_id field.
  653. messagerecordsDescSourceID := messagerecordsFields[10].Descriptor()
  654. // messagerecords.DefaultSourceID holds the default value on creation for the source_id field.
  655. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64)
  656. // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field.
  657. messagerecordsDescSubSourceID := messagerecordsFields[11].Descriptor()
  658. // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field.
  659. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64)
  660. // messagerecordsDescOrganizationID is the schema descriptor for organization_id field.
  661. messagerecordsDescOrganizationID := messagerecordsFields[12].Descriptor()
  662. // messagerecords.DefaultOrganizationID holds the default value on creation for the organization_id field.
  663. messagerecords.DefaultOrganizationID = messagerecordsDescOrganizationID.Default.(uint64)
  664. msgMixin := schema.Msg{}.Mixin()
  665. msgMixinHooks1 := msgMixin[1].Hooks()
  666. msg.Hooks[0] = msgMixinHooks1[0]
  667. msgMixinInters1 := msgMixin[1].Interceptors()
  668. msg.Interceptors[0] = msgMixinInters1[0]
  669. msgMixinFields0 := msgMixin[0].Fields()
  670. _ = msgMixinFields0
  671. msgFields := schema.Msg{}.Fields()
  672. _ = msgFields
  673. // msgDescCreatedAt is the schema descriptor for created_at field.
  674. msgDescCreatedAt := msgMixinFields0[1].Descriptor()
  675. // msg.DefaultCreatedAt holds the default value on creation for the created_at field.
  676. msg.DefaultCreatedAt = msgDescCreatedAt.Default.(func() time.Time)
  677. // msgDescUpdatedAt is the schema descriptor for updated_at field.
  678. msgDescUpdatedAt := msgMixinFields0[2].Descriptor()
  679. // msg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  680. msg.DefaultUpdatedAt = msgDescUpdatedAt.Default.(func() time.Time)
  681. // msg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  682. msg.UpdateDefaultUpdatedAt = msgDescUpdatedAt.UpdateDefault.(func() time.Time)
  683. serverMixin := schema.Server{}.Mixin()
  684. serverMixinHooks2 := serverMixin[2].Hooks()
  685. server.Hooks[0] = serverMixinHooks2[0]
  686. serverMixinInters2 := serverMixin[2].Interceptors()
  687. server.Interceptors[0] = serverMixinInters2[0]
  688. serverMixinFields0 := serverMixin[0].Fields()
  689. _ = serverMixinFields0
  690. serverMixinFields1 := serverMixin[1].Fields()
  691. _ = serverMixinFields1
  692. serverFields := schema.Server{}.Fields()
  693. _ = serverFields
  694. // serverDescCreatedAt is the schema descriptor for created_at field.
  695. serverDescCreatedAt := serverMixinFields0[1].Descriptor()
  696. // server.DefaultCreatedAt holds the default value on creation for the created_at field.
  697. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time)
  698. // serverDescUpdatedAt is the schema descriptor for updated_at field.
  699. serverDescUpdatedAt := serverMixinFields0[2].Descriptor()
  700. // server.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  701. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time)
  702. // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  703. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time)
  704. // serverDescStatus is the schema descriptor for status field.
  705. serverDescStatus := serverMixinFields1[0].Descriptor()
  706. // server.DefaultStatus holds the default value on creation for the status field.
  707. server.DefaultStatus = serverDescStatus.Default.(uint8)
  708. sopnodeMixin := schema.SopNode{}.Mixin()
  709. sopnodeMixinHooks2 := sopnodeMixin[2].Hooks()
  710. sopnode.Hooks[0] = sopnodeMixinHooks2[0]
  711. sopnodeMixinInters2 := sopnodeMixin[2].Interceptors()
  712. sopnode.Interceptors[0] = sopnodeMixinInters2[0]
  713. sopnodeMixinFields0 := sopnodeMixin[0].Fields()
  714. _ = sopnodeMixinFields0
  715. sopnodeMixinFields1 := sopnodeMixin[1].Fields()
  716. _ = sopnodeMixinFields1
  717. sopnodeFields := schema.SopNode{}.Fields()
  718. _ = sopnodeFields
  719. // sopnodeDescCreatedAt is the schema descriptor for created_at field.
  720. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor()
  721. // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field.
  722. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time)
  723. // sopnodeDescUpdatedAt is the schema descriptor for updated_at field.
  724. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor()
  725. // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  726. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time)
  727. // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  728. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time)
  729. // sopnodeDescStatus is the schema descriptor for status field.
  730. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor()
  731. // sopnode.DefaultStatus holds the default value on creation for the status field.
  732. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8)
  733. // sopnodeDescName is the schema descriptor for name field.
  734. sopnodeDescName := sopnodeFields[2].Descriptor()
  735. // sopnode.DefaultName holds the default value on creation for the name field.
  736. sopnode.DefaultName = sopnodeDescName.Default.(string)
  737. // sopnodeDescConditionType is the schema descriptor for condition_type field.
  738. sopnodeDescConditionType := sopnodeFields[3].Descriptor()
  739. // sopnode.DefaultConditionType holds the default value on creation for the condition_type field.
  740. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int)
  741. // sopnodeDescNoReplyCondition is the schema descriptor for no_reply_condition field.
  742. sopnodeDescNoReplyCondition := sopnodeFields[5].Descriptor()
  743. // sopnode.DefaultNoReplyCondition holds the default value on creation for the no_reply_condition field.
  744. sopnode.DefaultNoReplyCondition = sopnodeDescNoReplyCondition.Default.(uint64)
  745. // sopnodeDescNoReplyUnit is the schema descriptor for no_reply_unit field.
  746. sopnodeDescNoReplyUnit := sopnodeFields[6].Descriptor()
  747. // sopnode.DefaultNoReplyUnit holds the default value on creation for the no_reply_unit field.
  748. sopnode.DefaultNoReplyUnit = sopnodeDescNoReplyUnit.Default.(string)
  749. sopstageMixin := schema.SopStage{}.Mixin()
  750. sopstageMixinHooks2 := sopstageMixin[2].Hooks()
  751. sopstage.Hooks[0] = sopstageMixinHooks2[0]
  752. sopstageMixinInters2 := sopstageMixin[2].Interceptors()
  753. sopstage.Interceptors[0] = sopstageMixinInters2[0]
  754. sopstageMixinFields0 := sopstageMixin[0].Fields()
  755. _ = sopstageMixinFields0
  756. sopstageMixinFields1 := sopstageMixin[1].Fields()
  757. _ = sopstageMixinFields1
  758. sopstageFields := schema.SopStage{}.Fields()
  759. _ = sopstageFields
  760. // sopstageDescCreatedAt is the schema descriptor for created_at field.
  761. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor()
  762. // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field.
  763. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time)
  764. // sopstageDescUpdatedAt is the schema descriptor for updated_at field.
  765. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor()
  766. // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  767. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time)
  768. // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  769. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time)
  770. // sopstageDescStatus is the schema descriptor for status field.
  771. sopstageDescStatus := sopstageMixinFields1[0].Descriptor()
  772. // sopstage.DefaultStatus holds the default value on creation for the status field.
  773. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8)
  774. // sopstageDescName is the schema descriptor for name field.
  775. sopstageDescName := sopstageFields[1].Descriptor()
  776. // sopstage.DefaultName holds the default value on creation for the name field.
  777. sopstage.DefaultName = sopstageDescName.Default.(string)
  778. // sopstageDescConditionType is the schema descriptor for condition_type field.
  779. sopstageDescConditionType := sopstageFields[2].Descriptor()
  780. // sopstage.DefaultConditionType holds the default value on creation for the condition_type field.
  781. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int)
  782. // sopstageDescConditionOperator is the schema descriptor for condition_operator field.
  783. sopstageDescConditionOperator := sopstageFields[3].Descriptor()
  784. // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field.
  785. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int)
  786. // sopstageDescIndexSort is the schema descriptor for index_sort field.
  787. sopstageDescIndexSort := sopstageFields[9].Descriptor()
  788. // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field.
  789. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int)
  790. soptaskMixin := schema.SopTask{}.Mixin()
  791. soptaskMixinHooks2 := soptaskMixin[2].Hooks()
  792. soptask.Hooks[0] = soptaskMixinHooks2[0]
  793. soptaskMixinInters2 := soptaskMixin[2].Interceptors()
  794. soptask.Interceptors[0] = soptaskMixinInters2[0]
  795. soptaskMixinFields0 := soptaskMixin[0].Fields()
  796. _ = soptaskMixinFields0
  797. soptaskMixinFields1 := soptaskMixin[1].Fields()
  798. _ = soptaskMixinFields1
  799. soptaskFields := schema.SopTask{}.Fields()
  800. _ = soptaskFields
  801. // soptaskDescCreatedAt is the schema descriptor for created_at field.
  802. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor()
  803. // soptask.DefaultCreatedAt holds the default value on creation for the created_at field.
  804. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time)
  805. // soptaskDescUpdatedAt is the schema descriptor for updated_at field.
  806. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor()
  807. // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  808. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time)
  809. // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  810. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time)
  811. // soptaskDescStatus is the schema descriptor for status field.
  812. soptaskDescStatus := soptaskMixinFields1[0].Descriptor()
  813. // soptask.DefaultStatus holds the default value on creation for the status field.
  814. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8)
  815. // soptaskDescName is the schema descriptor for name field.
  816. soptaskDescName := soptaskFields[0].Descriptor()
  817. // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save.
  818. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error)
  819. // soptaskDescType is the schema descriptor for type field.
  820. soptaskDescType := soptaskFields[2].Descriptor()
  821. // soptask.DefaultType holds the default value on creation for the type field.
  822. soptask.DefaultType = soptaskDescType.Default.(int)
  823. // soptaskDescOrganizationID is the schema descriptor for organization_id field.
  824. soptaskDescOrganizationID := soptaskFields[6].Descriptor()
  825. // soptask.DefaultOrganizationID holds the default value on creation for the organization_id field.
  826. soptask.DefaultOrganizationID = soptaskDescOrganizationID.Default.(uint64)
  827. tokenMixin := schema.Token{}.Mixin()
  828. tokenMixinHooks1 := tokenMixin[1].Hooks()
  829. token.Hooks[0] = tokenMixinHooks1[0]
  830. tokenMixinInters1 := tokenMixin[1].Interceptors()
  831. token.Interceptors[0] = tokenMixinInters1[0]
  832. tokenMixinFields0 := tokenMixin[0].Fields()
  833. _ = tokenMixinFields0
  834. tokenFields := schema.Token{}.Fields()
  835. _ = tokenFields
  836. // tokenDescCreatedAt is the schema descriptor for created_at field.
  837. tokenDescCreatedAt := tokenMixinFields0[1].Descriptor()
  838. // token.DefaultCreatedAt holds the default value on creation for the created_at field.
  839. token.DefaultCreatedAt = tokenDescCreatedAt.Default.(func() time.Time)
  840. // tokenDescUpdatedAt is the schema descriptor for updated_at field.
  841. tokenDescUpdatedAt := tokenMixinFields0[2].Descriptor()
  842. // token.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  843. token.DefaultUpdatedAt = tokenDescUpdatedAt.Default.(func() time.Time)
  844. // token.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  845. token.UpdateDefaultUpdatedAt = tokenDescUpdatedAt.UpdateDefault.(func() time.Time)
  846. // tokenDescToken is the schema descriptor for token field.
  847. tokenDescToken := tokenFields[1].Descriptor()
  848. // token.DefaultToken holds the default value on creation for the token field.
  849. token.DefaultToken = tokenDescToken.Default.(string)
  850. // tokenDescMAC is the schema descriptor for mac field.
  851. tokenDescMAC := tokenFields[2].Descriptor()
  852. // token.DefaultMAC holds the default value on creation for the mac field.
  853. token.DefaultMAC = tokenDescMAC.Default.(string)
  854. // tokenDescOrganizationID is the schema descriptor for organization_id field.
  855. tokenDescOrganizationID := tokenFields[3].Descriptor()
  856. // token.DefaultOrganizationID holds the default value on creation for the organization_id field.
  857. token.DefaultOrganizationID = tokenDescOrganizationID.Default.(uint64)
  858. // tokenDescAgentID is the schema descriptor for agent_id field.
  859. tokenDescAgentID := tokenFields[4].Descriptor()
  860. // token.DefaultAgentID holds the default value on creation for the agent_id field.
  861. token.DefaultAgentID = tokenDescAgentID.Default.(uint64)
  862. // tokenDescCustomAgentBase is the schema descriptor for custom_agent_base field.
  863. tokenDescCustomAgentBase := tokenFields[5].Descriptor()
  864. // token.DefaultCustomAgentBase holds the default value on creation for the custom_agent_base field.
  865. token.DefaultCustomAgentBase = tokenDescCustomAgentBase.Default.(string)
  866. // tokenDescCustomAgentKey is the schema descriptor for custom_agent_key field.
  867. tokenDescCustomAgentKey := tokenFields[6].Descriptor()
  868. // token.DefaultCustomAgentKey holds the default value on creation for the custom_agent_key field.
  869. token.DefaultCustomAgentKey = tokenDescCustomAgentKey.Default.(string)
  870. // tokenDescOpenaiBase is the schema descriptor for openai_base field.
  871. tokenDescOpenaiBase := tokenFields[7].Descriptor()
  872. // token.DefaultOpenaiBase holds the default value on creation for the openai_base field.
  873. token.DefaultOpenaiBase = tokenDescOpenaiBase.Default.(string)
  874. // tokenDescOpenaiKey is the schema descriptor for openai_key field.
  875. tokenDescOpenaiKey := tokenFields[8].Descriptor()
  876. // token.DefaultOpenaiKey holds the default value on creation for the openai_key field.
  877. token.DefaultOpenaiKey = tokenDescOpenaiKey.Default.(string)
  878. tutorialMixin := schema.Tutorial{}.Mixin()
  879. tutorialMixinHooks1 := tutorialMixin[1].Hooks()
  880. tutorial.Hooks[0] = tutorialMixinHooks1[0]
  881. tutorialMixinInters1 := tutorialMixin[1].Interceptors()
  882. tutorial.Interceptors[0] = tutorialMixinInters1[0]
  883. tutorialMixinFields0 := tutorialMixin[0].Fields()
  884. _ = tutorialMixinFields0
  885. tutorialFields := schema.Tutorial{}.Fields()
  886. _ = tutorialFields
  887. // tutorialDescCreatedAt is the schema descriptor for created_at field.
  888. tutorialDescCreatedAt := tutorialMixinFields0[1].Descriptor()
  889. // tutorial.DefaultCreatedAt holds the default value on creation for the created_at field.
  890. tutorial.DefaultCreatedAt = tutorialDescCreatedAt.Default.(func() time.Time)
  891. // tutorialDescUpdatedAt is the schema descriptor for updated_at field.
  892. tutorialDescUpdatedAt := tutorialMixinFields0[2].Descriptor()
  893. // tutorial.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  894. tutorial.DefaultUpdatedAt = tutorialDescUpdatedAt.Default.(func() time.Time)
  895. // tutorial.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  896. tutorial.UpdateDefaultUpdatedAt = tutorialDescUpdatedAt.UpdateDefault.(func() time.Time)
  897. // tutorialDescEmployeeID is the schema descriptor for employee_id field.
  898. tutorialDescEmployeeID := tutorialFields[0].Descriptor()
  899. // tutorial.EmployeeIDValidator is a validator for the "employee_id" field. It is called by the builders before save.
  900. tutorial.EmployeeIDValidator = tutorialDescEmployeeID.Validators[0].(func(uint64) error)
  901. // tutorialDescOrganizationID is the schema descriptor for organization_id field.
  902. tutorialDescOrganizationID := tutorialFields[4].Descriptor()
  903. // tutorial.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  904. tutorial.OrganizationIDValidator = tutorialDescOrganizationID.Validators[0].(func(uint64) error)
  905. usagedetailMixin := schema.UsageDetail{}.Mixin()
  906. usagedetailMixinFields0 := usagedetailMixin[0].Fields()
  907. _ = usagedetailMixinFields0
  908. usagedetailMixinFields1 := usagedetailMixin[1].Fields()
  909. _ = usagedetailMixinFields1
  910. usagedetailFields := schema.UsageDetail{}.Fields()
  911. _ = usagedetailFields
  912. // usagedetailDescCreatedAt is the schema descriptor for created_at field.
  913. usagedetailDescCreatedAt := usagedetailMixinFields0[1].Descriptor()
  914. // usagedetail.DefaultCreatedAt holds the default value on creation for the created_at field.
  915. usagedetail.DefaultCreatedAt = usagedetailDescCreatedAt.Default.(func() time.Time)
  916. // usagedetailDescUpdatedAt is the schema descriptor for updated_at field.
  917. usagedetailDescUpdatedAt := usagedetailMixinFields0[2].Descriptor()
  918. // usagedetail.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  919. usagedetail.DefaultUpdatedAt = usagedetailDescUpdatedAt.Default.(func() time.Time)
  920. // usagedetail.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  921. usagedetail.UpdateDefaultUpdatedAt = usagedetailDescUpdatedAt.UpdateDefault.(func() time.Time)
  922. // usagedetailDescStatus is the schema descriptor for status field.
  923. usagedetailDescStatus := usagedetailMixinFields1[0].Descriptor()
  924. // usagedetail.DefaultStatus holds the default value on creation for the status field.
  925. usagedetail.DefaultStatus = usagedetailDescStatus.Default.(uint8)
  926. // usagedetailDescType is the schema descriptor for type field.
  927. usagedetailDescType := usagedetailFields[0].Descriptor()
  928. // usagedetail.DefaultType holds the default value on creation for the type field.
  929. usagedetail.DefaultType = usagedetailDescType.Default.(int)
  930. // usagedetailDescBotID is the schema descriptor for bot_id field.
  931. usagedetailDescBotID := usagedetailFields[1].Descriptor()
  932. // usagedetail.DefaultBotID holds the default value on creation for the bot_id field.
  933. usagedetail.DefaultBotID = usagedetailDescBotID.Default.(string)
  934. // usagedetailDescReceiverID is the schema descriptor for receiver_id field.
  935. usagedetailDescReceiverID := usagedetailFields[2].Descriptor()
  936. // usagedetail.DefaultReceiverID holds the default value on creation for the receiver_id field.
  937. usagedetail.DefaultReceiverID = usagedetailDescReceiverID.Default.(string)
  938. // usagedetailDescApp is the schema descriptor for app field.
  939. usagedetailDescApp := usagedetailFields[3].Descriptor()
  940. // usagedetail.DefaultApp holds the default value on creation for the app field.
  941. usagedetail.DefaultApp = usagedetailDescApp.Default.(int)
  942. // usagedetailDescSessionID is the schema descriptor for session_id field.
  943. usagedetailDescSessionID := usagedetailFields[4].Descriptor()
  944. // usagedetail.DefaultSessionID holds the default value on creation for the session_id field.
  945. usagedetail.DefaultSessionID = usagedetailDescSessionID.Default.(uint64)
  946. // usagedetailDescRequest is the schema descriptor for request field.
  947. usagedetailDescRequest := usagedetailFields[5].Descriptor()
  948. // usagedetail.DefaultRequest holds the default value on creation for the request field.
  949. usagedetail.DefaultRequest = usagedetailDescRequest.Default.(string)
  950. // usagedetailDescResponse is the schema descriptor for response field.
  951. usagedetailDescResponse := usagedetailFields[6].Descriptor()
  952. // usagedetail.DefaultResponse holds the default value on creation for the response field.
  953. usagedetail.DefaultResponse = usagedetailDescResponse.Default.(string)
  954. // usagedetailDescTotalTokens is the schema descriptor for total_tokens field.
  955. usagedetailDescTotalTokens := usagedetailFields[7].Descriptor()
  956. // usagedetail.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  957. usagedetail.DefaultTotalTokens = usagedetailDescTotalTokens.Default.(uint64)
  958. // usagedetailDescPromptTokens is the schema descriptor for prompt_tokens field.
  959. usagedetailDescPromptTokens := usagedetailFields[8].Descriptor()
  960. // usagedetail.DefaultPromptTokens holds the default value on creation for the prompt_tokens field.
  961. usagedetail.DefaultPromptTokens = usagedetailDescPromptTokens.Default.(uint64)
  962. // usagedetailDescCompletionTokens is the schema descriptor for completion_tokens field.
  963. usagedetailDescCompletionTokens := usagedetailFields[9].Descriptor()
  964. // usagedetail.DefaultCompletionTokens holds the default value on creation for the completion_tokens field.
  965. usagedetail.DefaultCompletionTokens = usagedetailDescCompletionTokens.Default.(uint64)
  966. // usagedetailDescOrganizationID is the schema descriptor for organization_id field.
  967. usagedetailDescOrganizationID := usagedetailFields[10].Descriptor()
  968. // usagedetail.DefaultOrganizationID holds the default value on creation for the organization_id field.
  969. usagedetail.DefaultOrganizationID = usagedetailDescOrganizationID.Default.(uint64)
  970. usagestatisticdayMixin := schema.UsageStatisticDay{}.Mixin()
  971. usagestatisticdayMixinHooks2 := usagestatisticdayMixin[2].Hooks()
  972. usagestatisticday.Hooks[0] = usagestatisticdayMixinHooks2[0]
  973. usagestatisticdayMixinInters2 := usagestatisticdayMixin[2].Interceptors()
  974. usagestatisticday.Interceptors[0] = usagestatisticdayMixinInters2[0]
  975. usagestatisticdayMixinFields0 := usagestatisticdayMixin[0].Fields()
  976. _ = usagestatisticdayMixinFields0
  977. usagestatisticdayMixinFields1 := usagestatisticdayMixin[1].Fields()
  978. _ = usagestatisticdayMixinFields1
  979. usagestatisticdayFields := schema.UsageStatisticDay{}.Fields()
  980. _ = usagestatisticdayFields
  981. // usagestatisticdayDescCreatedAt is the schema descriptor for created_at field.
  982. usagestatisticdayDescCreatedAt := usagestatisticdayMixinFields0[1].Descriptor()
  983. // usagestatisticday.DefaultCreatedAt holds the default value on creation for the created_at field.
  984. usagestatisticday.DefaultCreatedAt = usagestatisticdayDescCreatedAt.Default.(func() time.Time)
  985. // usagestatisticdayDescUpdatedAt is the schema descriptor for updated_at field.
  986. usagestatisticdayDescUpdatedAt := usagestatisticdayMixinFields0[2].Descriptor()
  987. // usagestatisticday.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  988. usagestatisticday.DefaultUpdatedAt = usagestatisticdayDescUpdatedAt.Default.(func() time.Time)
  989. // usagestatisticday.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  990. usagestatisticday.UpdateDefaultUpdatedAt = usagestatisticdayDescUpdatedAt.UpdateDefault.(func() time.Time)
  991. // usagestatisticdayDescStatus is the schema descriptor for status field.
  992. usagestatisticdayDescStatus := usagestatisticdayMixinFields1[0].Descriptor()
  993. // usagestatisticday.DefaultStatus holds the default value on creation for the status field.
  994. usagestatisticday.DefaultStatus = usagestatisticdayDescStatus.Default.(uint8)
  995. usagestatistichourMixin := schema.UsageStatisticHour{}.Mixin()
  996. usagestatistichourMixinHooks2 := usagestatistichourMixin[2].Hooks()
  997. usagestatistichour.Hooks[0] = usagestatistichourMixinHooks2[0]
  998. usagestatistichourMixinInters2 := usagestatistichourMixin[2].Interceptors()
  999. usagestatistichour.Interceptors[0] = usagestatistichourMixinInters2[0]
  1000. usagestatistichourMixinFields0 := usagestatistichourMixin[0].Fields()
  1001. _ = usagestatistichourMixinFields0
  1002. usagestatistichourMixinFields1 := usagestatistichourMixin[1].Fields()
  1003. _ = usagestatistichourMixinFields1
  1004. usagestatistichourFields := schema.UsageStatisticHour{}.Fields()
  1005. _ = usagestatistichourFields
  1006. // usagestatistichourDescCreatedAt is the schema descriptor for created_at field.
  1007. usagestatistichourDescCreatedAt := usagestatistichourMixinFields0[1].Descriptor()
  1008. // usagestatistichour.DefaultCreatedAt holds the default value on creation for the created_at field.
  1009. usagestatistichour.DefaultCreatedAt = usagestatistichourDescCreatedAt.Default.(func() time.Time)
  1010. // usagestatistichourDescUpdatedAt is the schema descriptor for updated_at field.
  1011. usagestatistichourDescUpdatedAt := usagestatistichourMixinFields0[2].Descriptor()
  1012. // usagestatistichour.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1013. usagestatistichour.DefaultUpdatedAt = usagestatistichourDescUpdatedAt.Default.(func() time.Time)
  1014. // usagestatistichour.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1015. usagestatistichour.UpdateDefaultUpdatedAt = usagestatistichourDescUpdatedAt.UpdateDefault.(func() time.Time)
  1016. // usagestatistichourDescStatus is the schema descriptor for status field.
  1017. usagestatistichourDescStatus := usagestatistichourMixinFields1[0].Descriptor()
  1018. // usagestatistichour.DefaultStatus holds the default value on creation for the status field.
  1019. usagestatistichour.DefaultStatus = usagestatistichourDescStatus.Default.(uint8)
  1020. usagestatisticmonthMixin := schema.UsageStatisticMonth{}.Mixin()
  1021. usagestatisticmonthMixinHooks2 := usagestatisticmonthMixin[2].Hooks()
  1022. usagestatisticmonth.Hooks[0] = usagestatisticmonthMixinHooks2[0]
  1023. usagestatisticmonthMixinInters2 := usagestatisticmonthMixin[2].Interceptors()
  1024. usagestatisticmonth.Interceptors[0] = usagestatisticmonthMixinInters2[0]
  1025. usagestatisticmonthMixinFields0 := usagestatisticmonthMixin[0].Fields()
  1026. _ = usagestatisticmonthMixinFields0
  1027. usagestatisticmonthMixinFields1 := usagestatisticmonthMixin[1].Fields()
  1028. _ = usagestatisticmonthMixinFields1
  1029. usagestatisticmonthFields := schema.UsageStatisticMonth{}.Fields()
  1030. _ = usagestatisticmonthFields
  1031. // usagestatisticmonthDescCreatedAt is the schema descriptor for created_at field.
  1032. usagestatisticmonthDescCreatedAt := usagestatisticmonthMixinFields0[1].Descriptor()
  1033. // usagestatisticmonth.DefaultCreatedAt holds the default value on creation for the created_at field.
  1034. usagestatisticmonth.DefaultCreatedAt = usagestatisticmonthDescCreatedAt.Default.(func() time.Time)
  1035. // usagestatisticmonthDescUpdatedAt is the schema descriptor for updated_at field.
  1036. usagestatisticmonthDescUpdatedAt := usagestatisticmonthMixinFields0[2].Descriptor()
  1037. // usagestatisticmonth.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1038. usagestatisticmonth.DefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.Default.(func() time.Time)
  1039. // usagestatisticmonth.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1040. usagestatisticmonth.UpdateDefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.UpdateDefault.(func() time.Time)
  1041. // usagestatisticmonthDescStatus is the schema descriptor for status field.
  1042. usagestatisticmonthDescStatus := usagestatisticmonthMixinFields1[0].Descriptor()
  1043. // usagestatisticmonth.DefaultStatus holds the default value on creation for the status field.
  1044. usagestatisticmonth.DefaultStatus = usagestatisticmonthDescStatus.Default.(uint8)
  1045. usagetotalMixin := schema.UsageTotal{}.Mixin()
  1046. usagetotalMixinFields0 := usagetotalMixin[0].Fields()
  1047. _ = usagetotalMixinFields0
  1048. usagetotalMixinFields1 := usagetotalMixin[1].Fields()
  1049. _ = usagetotalMixinFields1
  1050. usagetotalFields := schema.UsageTotal{}.Fields()
  1051. _ = usagetotalFields
  1052. // usagetotalDescCreatedAt is the schema descriptor for created_at field.
  1053. usagetotalDescCreatedAt := usagetotalMixinFields0[1].Descriptor()
  1054. // usagetotal.DefaultCreatedAt holds the default value on creation for the created_at field.
  1055. usagetotal.DefaultCreatedAt = usagetotalDescCreatedAt.Default.(func() time.Time)
  1056. // usagetotalDescUpdatedAt is the schema descriptor for updated_at field.
  1057. usagetotalDescUpdatedAt := usagetotalMixinFields0[2].Descriptor()
  1058. // usagetotal.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1059. usagetotal.DefaultUpdatedAt = usagetotalDescUpdatedAt.Default.(func() time.Time)
  1060. // usagetotal.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1061. usagetotal.UpdateDefaultUpdatedAt = usagetotalDescUpdatedAt.UpdateDefault.(func() time.Time)
  1062. // usagetotalDescStatus is the schema descriptor for status field.
  1063. usagetotalDescStatus := usagetotalMixinFields1[0].Descriptor()
  1064. // usagetotal.DefaultStatus holds the default value on creation for the status field.
  1065. usagetotal.DefaultStatus = usagetotalDescStatus.Default.(uint8)
  1066. // usagetotalDescType is the schema descriptor for type field.
  1067. usagetotalDescType := usagetotalFields[0].Descriptor()
  1068. // usagetotal.DefaultType holds the default value on creation for the type field.
  1069. usagetotal.DefaultType = usagetotalDescType.Default.(int)
  1070. // usagetotalDescBotID is the schema descriptor for bot_id field.
  1071. usagetotalDescBotID := usagetotalFields[1].Descriptor()
  1072. // usagetotal.DefaultBotID holds the default value on creation for the bot_id field.
  1073. usagetotal.DefaultBotID = usagetotalDescBotID.Default.(string)
  1074. // usagetotalDescTotalTokens is the schema descriptor for total_tokens field.
  1075. usagetotalDescTotalTokens := usagetotalFields[2].Descriptor()
  1076. // usagetotal.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  1077. usagetotal.DefaultTotalTokens = usagetotalDescTotalTokens.Default.(uint64)
  1078. // usagetotalDescStartIndex is the schema descriptor for start_index field.
  1079. usagetotalDescStartIndex := usagetotalFields[3].Descriptor()
  1080. // usagetotal.DefaultStartIndex holds the default value on creation for the start_index field.
  1081. usagetotal.DefaultStartIndex = usagetotalDescStartIndex.Default.(uint64)
  1082. // usagetotalDescEndIndex is the schema descriptor for end_index field.
  1083. usagetotalDescEndIndex := usagetotalFields[4].Descriptor()
  1084. // usagetotal.DefaultEndIndex holds the default value on creation for the end_index field.
  1085. usagetotal.DefaultEndIndex = usagetotalDescEndIndex.Default.(uint64)
  1086. // usagetotalDescOrganizationID is the schema descriptor for organization_id field.
  1087. usagetotalDescOrganizationID := usagetotalFields[5].Descriptor()
  1088. // usagetotal.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1089. usagetotal.DefaultOrganizationID = usagetotalDescOrganizationID.Default.(uint64)
  1090. workexperienceMixin := schema.WorkExperience{}.Mixin()
  1091. workexperienceMixinHooks1 := workexperienceMixin[1].Hooks()
  1092. workexperience.Hooks[0] = workexperienceMixinHooks1[0]
  1093. workexperienceMixinInters1 := workexperienceMixin[1].Interceptors()
  1094. workexperience.Interceptors[0] = workexperienceMixinInters1[0]
  1095. workexperienceMixinFields0 := workexperienceMixin[0].Fields()
  1096. _ = workexperienceMixinFields0
  1097. workexperienceFields := schema.WorkExperience{}.Fields()
  1098. _ = workexperienceFields
  1099. // workexperienceDescCreatedAt is the schema descriptor for created_at field.
  1100. workexperienceDescCreatedAt := workexperienceMixinFields0[1].Descriptor()
  1101. // workexperience.DefaultCreatedAt holds the default value on creation for the created_at field.
  1102. workexperience.DefaultCreatedAt = workexperienceDescCreatedAt.Default.(func() time.Time)
  1103. // workexperienceDescUpdatedAt is the schema descriptor for updated_at field.
  1104. workexperienceDescUpdatedAt := workexperienceMixinFields0[2].Descriptor()
  1105. // workexperience.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1106. workexperience.DefaultUpdatedAt = workexperienceDescUpdatedAt.Default.(func() time.Time)
  1107. // workexperience.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1108. workexperience.UpdateDefaultUpdatedAt = workexperienceDescUpdatedAt.UpdateDefault.(func() time.Time)
  1109. wpchatroomMixin := schema.WpChatroom{}.Mixin()
  1110. wpchatroomMixinFields0 := wpchatroomMixin[0].Fields()
  1111. _ = wpchatroomMixinFields0
  1112. wpchatroomMixinFields1 := wpchatroomMixin[1].Fields()
  1113. _ = wpchatroomMixinFields1
  1114. wpchatroomFields := schema.WpChatroom{}.Fields()
  1115. _ = wpchatroomFields
  1116. // wpchatroomDescCreatedAt is the schema descriptor for created_at field.
  1117. wpchatroomDescCreatedAt := wpchatroomMixinFields0[1].Descriptor()
  1118. // wpchatroom.DefaultCreatedAt holds the default value on creation for the created_at field.
  1119. wpchatroom.DefaultCreatedAt = wpchatroomDescCreatedAt.Default.(func() time.Time)
  1120. // wpchatroomDescUpdatedAt is the schema descriptor for updated_at field.
  1121. wpchatroomDescUpdatedAt := wpchatroomMixinFields0[2].Descriptor()
  1122. // wpchatroom.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1123. wpchatroom.DefaultUpdatedAt = wpchatroomDescUpdatedAt.Default.(func() time.Time)
  1124. // wpchatroom.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1125. wpchatroom.UpdateDefaultUpdatedAt = wpchatroomDescUpdatedAt.UpdateDefault.(func() time.Time)
  1126. // wpchatroomDescStatus is the schema descriptor for status field.
  1127. wpchatroomDescStatus := wpchatroomMixinFields1[0].Descriptor()
  1128. // wpchatroom.DefaultStatus holds the default value on creation for the status field.
  1129. wpchatroom.DefaultStatus = wpchatroomDescStatus.Default.(uint8)
  1130. // wpchatroomDescWxWxid is the schema descriptor for wx_wxid field.
  1131. wpchatroomDescWxWxid := wpchatroomFields[0].Descriptor()
  1132. // wpchatroom.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1133. wpchatroom.DefaultWxWxid = wpchatroomDescWxWxid.Default.(string)
  1134. // wpchatroomDescChatroomID is the schema descriptor for chatroom_id field.
  1135. wpchatroomDescChatroomID := wpchatroomFields[1].Descriptor()
  1136. // wpchatroom.DefaultChatroomID holds the default value on creation for the chatroom_id field.
  1137. wpchatroom.DefaultChatroomID = wpchatroomDescChatroomID.Default.(string)
  1138. // wpchatroomDescNickname is the schema descriptor for nickname field.
  1139. wpchatroomDescNickname := wpchatroomFields[2].Descriptor()
  1140. // wpchatroom.DefaultNickname holds the default value on creation for the nickname field.
  1141. wpchatroom.DefaultNickname = wpchatroomDescNickname.Default.(string)
  1142. // wpchatroomDescOwner is the schema descriptor for owner field.
  1143. wpchatroomDescOwner := wpchatroomFields[3].Descriptor()
  1144. // wpchatroom.DefaultOwner holds the default value on creation for the owner field.
  1145. wpchatroom.DefaultOwner = wpchatroomDescOwner.Default.(string)
  1146. // wpchatroomDescAvatar is the schema descriptor for avatar field.
  1147. wpchatroomDescAvatar := wpchatroomFields[4].Descriptor()
  1148. // wpchatroom.DefaultAvatar holds the default value on creation for the avatar field.
  1149. wpchatroom.DefaultAvatar = wpchatroomDescAvatar.Default.(string)
  1150. wpchatroommemberMixin := schema.WpChatroomMember{}.Mixin()
  1151. wpchatroommemberMixinFields0 := wpchatroommemberMixin[0].Fields()
  1152. _ = wpchatroommemberMixinFields0
  1153. wpchatroommemberMixinFields1 := wpchatroommemberMixin[1].Fields()
  1154. _ = wpchatroommemberMixinFields1
  1155. wpchatroommemberFields := schema.WpChatroomMember{}.Fields()
  1156. _ = wpchatroommemberFields
  1157. // wpchatroommemberDescCreatedAt is the schema descriptor for created_at field.
  1158. wpchatroommemberDescCreatedAt := wpchatroommemberMixinFields0[1].Descriptor()
  1159. // wpchatroommember.DefaultCreatedAt holds the default value on creation for the created_at field.
  1160. wpchatroommember.DefaultCreatedAt = wpchatroommemberDescCreatedAt.Default.(func() time.Time)
  1161. // wpchatroommemberDescUpdatedAt is the schema descriptor for updated_at field.
  1162. wpchatroommemberDescUpdatedAt := wpchatroommemberMixinFields0[2].Descriptor()
  1163. // wpchatroommember.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1164. wpchatroommember.DefaultUpdatedAt = wpchatroommemberDescUpdatedAt.Default.(func() time.Time)
  1165. // wpchatroommember.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1166. wpchatroommember.UpdateDefaultUpdatedAt = wpchatroommemberDescUpdatedAt.UpdateDefault.(func() time.Time)
  1167. // wpchatroommemberDescStatus is the schema descriptor for status field.
  1168. wpchatroommemberDescStatus := wpchatroommemberMixinFields1[0].Descriptor()
  1169. // wpchatroommember.DefaultStatus holds the default value on creation for the status field.
  1170. wpchatroommember.DefaultStatus = wpchatroommemberDescStatus.Default.(uint8)
  1171. // wpchatroommemberDescWxWxid is the schema descriptor for wx_wxid field.
  1172. wpchatroommemberDescWxWxid := wpchatroommemberFields[0].Descriptor()
  1173. // wpchatroommember.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1174. wpchatroommember.DefaultWxWxid = wpchatroommemberDescWxWxid.Default.(string)
  1175. // wpchatroommemberDescWxid is the schema descriptor for wxid field.
  1176. wpchatroommemberDescWxid := wpchatroommemberFields[1].Descriptor()
  1177. // wpchatroommember.DefaultWxid holds the default value on creation for the wxid field.
  1178. wpchatroommember.DefaultWxid = wpchatroommemberDescWxid.Default.(string)
  1179. // wpchatroommemberDescNickname is the schema descriptor for nickname field.
  1180. wpchatroommemberDescNickname := wpchatroommemberFields[2].Descriptor()
  1181. // wpchatroommember.DefaultNickname holds the default value on creation for the nickname field.
  1182. wpchatroommember.DefaultNickname = wpchatroommemberDescNickname.Default.(string)
  1183. // wpchatroommemberDescAvatar is the schema descriptor for avatar field.
  1184. wpchatroommemberDescAvatar := wpchatroommemberFields[3].Descriptor()
  1185. // wpchatroommember.DefaultAvatar holds the default value on creation for the avatar field.
  1186. wpchatroommember.DefaultAvatar = wpchatroommemberDescAvatar.Default.(string)
  1187. wxMixin := schema.Wx{}.Mixin()
  1188. wxMixinHooks2 := wxMixin[2].Hooks()
  1189. wx.Hooks[0] = wxMixinHooks2[0]
  1190. wxMixinInters2 := wxMixin[2].Interceptors()
  1191. wx.Interceptors[0] = wxMixinInters2[0]
  1192. wxMixinFields0 := wxMixin[0].Fields()
  1193. _ = wxMixinFields0
  1194. wxMixinFields1 := wxMixin[1].Fields()
  1195. _ = wxMixinFields1
  1196. wxFields := schema.Wx{}.Fields()
  1197. _ = wxFields
  1198. // wxDescCreatedAt is the schema descriptor for created_at field.
  1199. wxDescCreatedAt := wxMixinFields0[1].Descriptor()
  1200. // wx.DefaultCreatedAt holds the default value on creation for the created_at field.
  1201. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time)
  1202. // wxDescUpdatedAt is the schema descriptor for updated_at field.
  1203. wxDescUpdatedAt := wxMixinFields0[2].Descriptor()
  1204. // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1205. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time)
  1206. // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1207. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time)
  1208. // wxDescStatus is the schema descriptor for status field.
  1209. wxDescStatus := wxMixinFields1[0].Descriptor()
  1210. // wx.DefaultStatus holds the default value on creation for the status field.
  1211. wx.DefaultStatus = wxDescStatus.Default.(uint8)
  1212. // wxDescServerID is the schema descriptor for server_id field.
  1213. wxDescServerID := wxFields[0].Descriptor()
  1214. // wx.DefaultServerID holds the default value on creation for the server_id field.
  1215. wx.DefaultServerID = wxDescServerID.Default.(uint64)
  1216. // wxDescPort is the schema descriptor for port field.
  1217. wxDescPort := wxFields[1].Descriptor()
  1218. // wx.DefaultPort holds the default value on creation for the port field.
  1219. wx.DefaultPort = wxDescPort.Default.(string)
  1220. // wxDescProcessID is the schema descriptor for process_id field.
  1221. wxDescProcessID := wxFields[2].Descriptor()
  1222. // wx.DefaultProcessID holds the default value on creation for the process_id field.
  1223. wx.DefaultProcessID = wxDescProcessID.Default.(string)
  1224. // wxDescCallback is the schema descriptor for callback field.
  1225. wxDescCallback := wxFields[3].Descriptor()
  1226. // wx.DefaultCallback holds the default value on creation for the callback field.
  1227. wx.DefaultCallback = wxDescCallback.Default.(string)
  1228. // wxDescWxid is the schema descriptor for wxid field.
  1229. wxDescWxid := wxFields[4].Descriptor()
  1230. // wx.DefaultWxid holds the default value on creation for the wxid field.
  1231. wx.DefaultWxid = wxDescWxid.Default.(string)
  1232. // wxDescAccount is the schema descriptor for account field.
  1233. wxDescAccount := wxFields[5].Descriptor()
  1234. // wx.DefaultAccount holds the default value on creation for the account field.
  1235. wx.DefaultAccount = wxDescAccount.Default.(string)
  1236. // wxDescNickname is the schema descriptor for nickname field.
  1237. wxDescNickname := wxFields[6].Descriptor()
  1238. // wx.DefaultNickname holds the default value on creation for the nickname field.
  1239. wx.DefaultNickname = wxDescNickname.Default.(string)
  1240. // wxDescTel is the schema descriptor for tel field.
  1241. wxDescTel := wxFields[7].Descriptor()
  1242. // wx.DefaultTel holds the default value on creation for the tel field.
  1243. wx.DefaultTel = wxDescTel.Default.(string)
  1244. // wxDescHeadBig is the schema descriptor for head_big field.
  1245. wxDescHeadBig := wxFields[8].Descriptor()
  1246. // wx.DefaultHeadBig holds the default value on creation for the head_big field.
  1247. wx.DefaultHeadBig = wxDescHeadBig.Default.(string)
  1248. // wxDescOrganizationID is the schema descriptor for organization_id field.
  1249. wxDescOrganizationID := wxFields[9].Descriptor()
  1250. // wx.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1251. wx.DefaultOrganizationID = wxDescOrganizationID.Default.(uint64)
  1252. // wxDescAgentID is the schema descriptor for agent_id field.
  1253. wxDescAgentID := wxFields[10].Descriptor()
  1254. // wx.DefaultAgentID holds the default value on creation for the agent_id field.
  1255. wx.DefaultAgentID = wxDescAgentID.Default.(uint64)
  1256. // wxDescAPIBase is the schema descriptor for api_base field.
  1257. wxDescAPIBase := wxFields[11].Descriptor()
  1258. // wx.DefaultAPIBase holds the default value on creation for the api_base field.
  1259. wx.DefaultAPIBase = wxDescAPIBase.Default.(string)
  1260. // wxDescAPIKey is the schema descriptor for api_key field.
  1261. wxDescAPIKey := wxFields[12].Descriptor()
  1262. // wx.DefaultAPIKey holds the default value on creation for the api_key field.
  1263. wx.DefaultAPIKey = wxDescAPIKey.Default.(string)
  1264. wxcardMixin := schema.WxCard{}.Mixin()
  1265. wxcardMixinHooks1 := wxcardMixin[1].Hooks()
  1266. wxcard.Hooks[0] = wxcardMixinHooks1[0]
  1267. wxcardMixinInters1 := wxcardMixin[1].Interceptors()
  1268. wxcard.Interceptors[0] = wxcardMixinInters1[0]
  1269. wxcardMixinFields0 := wxcardMixin[0].Fields()
  1270. _ = wxcardMixinFields0
  1271. wxcardFields := schema.WxCard{}.Fields()
  1272. _ = wxcardFields
  1273. // wxcardDescCreatedAt is the schema descriptor for created_at field.
  1274. wxcardDescCreatedAt := wxcardMixinFields0[1].Descriptor()
  1275. // wxcard.DefaultCreatedAt holds the default value on creation for the created_at field.
  1276. wxcard.DefaultCreatedAt = wxcardDescCreatedAt.Default.(func() time.Time)
  1277. // wxcardDescUpdatedAt is the schema descriptor for updated_at field.
  1278. wxcardDescUpdatedAt := wxcardMixinFields0[2].Descriptor()
  1279. // wxcard.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1280. wxcard.DefaultUpdatedAt = wxcardDescUpdatedAt.Default.(func() time.Time)
  1281. // wxcard.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1282. wxcard.UpdateDefaultUpdatedAt = wxcardDescUpdatedAt.UpdateDefault.(func() time.Time)
  1283. // wxcardDescUserID is the schema descriptor for user_id field.
  1284. wxcardDescUserID := wxcardFields[0].Descriptor()
  1285. // wxcard.DefaultUserID holds the default value on creation for the user_id field.
  1286. wxcard.DefaultUserID = wxcardDescUserID.Default.(uint64)
  1287. // wxcardDescWxUserID is the schema descriptor for wx_user_id field.
  1288. wxcardDescWxUserID := wxcardFields[1].Descriptor()
  1289. // wxcard.DefaultWxUserID holds the default value on creation for the wx_user_id field.
  1290. wxcard.DefaultWxUserID = wxcardDescWxUserID.Default.(uint64)
  1291. // wxcardDescAvatar is the schema descriptor for avatar field.
  1292. wxcardDescAvatar := wxcardFields[2].Descriptor()
  1293. // wxcard.DefaultAvatar holds the default value on creation for the avatar field.
  1294. wxcard.DefaultAvatar = wxcardDescAvatar.Default.(string)
  1295. // wxcardDescLogo is the schema descriptor for logo field.
  1296. wxcardDescLogo := wxcardFields[3].Descriptor()
  1297. // wxcard.DefaultLogo holds the default value on creation for the logo field.
  1298. wxcard.DefaultLogo = wxcardDescLogo.Default.(string)
  1299. // wxcardDescName is the schema descriptor for name field.
  1300. wxcardDescName := wxcardFields[4].Descriptor()
  1301. // wxcard.DefaultName holds the default value on creation for the name field.
  1302. wxcard.DefaultName = wxcardDescName.Default.(string)
  1303. // wxcardDescCompany is the schema descriptor for company field.
  1304. wxcardDescCompany := wxcardFields[5].Descriptor()
  1305. // wxcard.DefaultCompany holds the default value on creation for the company field.
  1306. wxcard.DefaultCompany = wxcardDescCompany.Default.(string)
  1307. // wxcardDescAddress is the schema descriptor for address field.
  1308. wxcardDescAddress := wxcardFields[6].Descriptor()
  1309. // wxcard.DefaultAddress holds the default value on creation for the address field.
  1310. wxcard.DefaultAddress = wxcardDescAddress.Default.(string)
  1311. // wxcardDescPhone is the schema descriptor for phone field.
  1312. wxcardDescPhone := wxcardFields[7].Descriptor()
  1313. // wxcard.DefaultPhone holds the default value on creation for the phone field.
  1314. wxcard.DefaultPhone = wxcardDescPhone.Default.(string)
  1315. // wxcardDescOfficialAccount is the schema descriptor for official_account field.
  1316. wxcardDescOfficialAccount := wxcardFields[8].Descriptor()
  1317. // wxcard.DefaultOfficialAccount holds the default value on creation for the official_account field.
  1318. wxcard.DefaultOfficialAccount = wxcardDescOfficialAccount.Default.(string)
  1319. // wxcardDescWechatAccount is the schema descriptor for wechat_account field.
  1320. wxcardDescWechatAccount := wxcardFields[9].Descriptor()
  1321. // wxcard.DefaultWechatAccount holds the default value on creation for the wechat_account field.
  1322. wxcard.DefaultWechatAccount = wxcardDescWechatAccount.Default.(string)
  1323. // wxcardDescEmail is the schema descriptor for email field.
  1324. wxcardDescEmail := wxcardFields[10].Descriptor()
  1325. // wxcard.DefaultEmail holds the default value on creation for the email field.
  1326. wxcard.DefaultEmail = wxcardDescEmail.Default.(string)
  1327. // wxcardDescIntro is the schema descriptor for intro field.
  1328. wxcardDescIntro := wxcardFields[14].Descriptor()
  1329. // wxcard.DefaultIntro holds the default value on creation for the intro field.
  1330. wxcard.DefaultIntro = wxcardDescIntro.Default.(string)
  1331. wxcarduserMixin := schema.WxCardUser{}.Mixin()
  1332. wxcarduserMixinHooks1 := wxcarduserMixin[1].Hooks()
  1333. wxcarduser.Hooks[0] = wxcarduserMixinHooks1[0]
  1334. wxcarduserMixinInters1 := wxcarduserMixin[1].Interceptors()
  1335. wxcarduser.Interceptors[0] = wxcarduserMixinInters1[0]
  1336. wxcarduserMixinFields0 := wxcarduserMixin[0].Fields()
  1337. _ = wxcarduserMixinFields0
  1338. wxcarduserFields := schema.WxCardUser{}.Fields()
  1339. _ = wxcarduserFields
  1340. // wxcarduserDescCreatedAt is the schema descriptor for created_at field.
  1341. wxcarduserDescCreatedAt := wxcarduserMixinFields0[1].Descriptor()
  1342. // wxcarduser.DefaultCreatedAt holds the default value on creation for the created_at field.
  1343. wxcarduser.DefaultCreatedAt = wxcarduserDescCreatedAt.Default.(func() time.Time)
  1344. // wxcarduserDescUpdatedAt is the schema descriptor for updated_at field.
  1345. wxcarduserDescUpdatedAt := wxcarduserMixinFields0[2].Descriptor()
  1346. // wxcarduser.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1347. wxcarduser.DefaultUpdatedAt = wxcarduserDescUpdatedAt.Default.(func() time.Time)
  1348. // wxcarduser.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1349. wxcarduser.UpdateDefaultUpdatedAt = wxcarduserDescUpdatedAt.UpdateDefault.(func() time.Time)
  1350. // wxcarduserDescWxid is the schema descriptor for wxid field.
  1351. wxcarduserDescWxid := wxcarduserFields[0].Descriptor()
  1352. // wxcarduser.DefaultWxid holds the default value on creation for the wxid field.
  1353. wxcarduser.DefaultWxid = wxcarduserDescWxid.Default.(string)
  1354. // wxcarduserDescAccount is the schema descriptor for account field.
  1355. wxcarduserDescAccount := wxcarduserFields[1].Descriptor()
  1356. // wxcarduser.DefaultAccount holds the default value on creation for the account field.
  1357. wxcarduser.DefaultAccount = wxcarduserDescAccount.Default.(string)
  1358. // wxcarduserDescAvatar is the schema descriptor for avatar field.
  1359. wxcarduserDescAvatar := wxcarduserFields[2].Descriptor()
  1360. // wxcarduser.DefaultAvatar holds the default value on creation for the avatar field.
  1361. wxcarduser.DefaultAvatar = wxcarduserDescAvatar.Default.(string)
  1362. // wxcarduserDescNickname is the schema descriptor for nickname field.
  1363. wxcarduserDescNickname := wxcarduserFields[3].Descriptor()
  1364. // wxcarduser.DefaultNickname holds the default value on creation for the nickname field.
  1365. wxcarduser.DefaultNickname = wxcarduserDescNickname.Default.(string)
  1366. // wxcarduserDescRemark is the schema descriptor for remark field.
  1367. wxcarduserDescRemark := wxcarduserFields[4].Descriptor()
  1368. // wxcarduser.DefaultRemark holds the default value on creation for the remark field.
  1369. wxcarduser.DefaultRemark = wxcarduserDescRemark.Default.(string)
  1370. // wxcarduserDescPhone is the schema descriptor for phone field.
  1371. wxcarduserDescPhone := wxcarduserFields[5].Descriptor()
  1372. // wxcarduser.DefaultPhone holds the default value on creation for the phone field.
  1373. wxcarduser.DefaultPhone = wxcarduserDescPhone.Default.(string)
  1374. // wxcarduserDescOpenID is the schema descriptor for open_id field.
  1375. wxcarduserDescOpenID := wxcarduserFields[6].Descriptor()
  1376. // wxcarduser.DefaultOpenID holds the default value on creation for the open_id field.
  1377. wxcarduser.DefaultOpenID = wxcarduserDescOpenID.Default.(string)
  1378. // wxcarduserDescUnionID is the schema descriptor for union_id field.
  1379. wxcarduserDescUnionID := wxcarduserFields[7].Descriptor()
  1380. // wxcarduser.DefaultUnionID holds the default value on creation for the union_id field.
  1381. wxcarduser.DefaultUnionID = wxcarduserDescUnionID.Default.(string)
  1382. // wxcarduserDescSessionKey is the schema descriptor for session_key field.
  1383. wxcarduserDescSessionKey := wxcarduserFields[8].Descriptor()
  1384. // wxcarduser.DefaultSessionKey holds the default value on creation for the session_key field.
  1385. wxcarduser.DefaultSessionKey = wxcarduserDescSessionKey.Default.(string)
  1386. // wxcarduserDescIsVip is the schema descriptor for is_vip field.
  1387. wxcarduserDescIsVip := wxcarduserFields[9].Descriptor()
  1388. // wxcarduser.DefaultIsVip holds the default value on creation for the is_vip field.
  1389. wxcarduser.DefaultIsVip = wxcarduserDescIsVip.Default.(int)
  1390. wxcardvisitMixin := schema.WxCardVisit{}.Mixin()
  1391. wxcardvisitMixinHooks1 := wxcardvisitMixin[1].Hooks()
  1392. wxcardvisit.Hooks[0] = wxcardvisitMixinHooks1[0]
  1393. wxcardvisitMixinInters1 := wxcardvisitMixin[1].Interceptors()
  1394. wxcardvisit.Interceptors[0] = wxcardvisitMixinInters1[0]
  1395. wxcardvisitMixinFields0 := wxcardvisitMixin[0].Fields()
  1396. _ = wxcardvisitMixinFields0
  1397. wxcardvisitFields := schema.WxCardVisit{}.Fields()
  1398. _ = wxcardvisitFields
  1399. // wxcardvisitDescCreatedAt is the schema descriptor for created_at field.
  1400. wxcardvisitDescCreatedAt := wxcardvisitMixinFields0[1].Descriptor()
  1401. // wxcardvisit.DefaultCreatedAt holds the default value on creation for the created_at field.
  1402. wxcardvisit.DefaultCreatedAt = wxcardvisitDescCreatedAt.Default.(func() time.Time)
  1403. // wxcardvisitDescUpdatedAt is the schema descriptor for updated_at field.
  1404. wxcardvisitDescUpdatedAt := wxcardvisitMixinFields0[2].Descriptor()
  1405. // wxcardvisit.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1406. wxcardvisit.DefaultUpdatedAt = wxcardvisitDescUpdatedAt.Default.(func() time.Time)
  1407. // wxcardvisit.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1408. wxcardvisit.UpdateDefaultUpdatedAt = wxcardvisitDescUpdatedAt.UpdateDefault.(func() time.Time)
  1409. // wxcardvisitDescUserID is the schema descriptor for user_id field.
  1410. wxcardvisitDescUserID := wxcardvisitFields[0].Descriptor()
  1411. // wxcardvisit.DefaultUserID holds the default value on creation for the user_id field.
  1412. wxcardvisit.DefaultUserID = wxcardvisitDescUserID.Default.(uint64)
  1413. // wxcardvisitDescBotID is the schema descriptor for bot_id field.
  1414. wxcardvisitDescBotID := wxcardvisitFields[1].Descriptor()
  1415. // wxcardvisit.DefaultBotID holds the default value on creation for the bot_id field.
  1416. wxcardvisit.DefaultBotID = wxcardvisitDescBotID.Default.(uint64)
  1417. // wxcardvisitDescBotType is the schema descriptor for bot_type field.
  1418. wxcardvisitDescBotType := wxcardvisitFields[2].Descriptor()
  1419. // wxcardvisit.DefaultBotType holds the default value on creation for the bot_type field.
  1420. wxcardvisit.DefaultBotType = wxcardvisitDescBotType.Default.(uint8)
  1421. }
  1422. const (
  1423. Version = "v0.13.1" // Version of ent codegen.
  1424. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
  1425. )