runtime.go 98 KB

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