// Code generated by ent, DO NOT EDIT. package runtime import ( "time" "wechat-api/ent/contact" "wechat-api/ent/label" "wechat-api/ent/labelrelationship" "wechat-api/ent/message" "wechat-api/ent/messagerecords" "wechat-api/ent/schema" "wechat-api/ent/server" "wechat-api/ent/sopnode" "wechat-api/ent/sopstage" "wechat-api/ent/soptask" "wechat-api/ent/wx" ) // The init function reads all schema descriptors with runtime code // (default values, validators, hooks and policies) and stitches it // to their package variables. func init() { contactMixin := schema.Contact{}.Mixin() contactMixinHooks2 := contactMixin[2].Hooks() contact.Hooks[0] = contactMixinHooks2[0] contactMixinInters2 := contactMixin[2].Interceptors() contact.Interceptors[0] = contactMixinInters2[0] contactMixinFields0 := contactMixin[0].Fields() _ = contactMixinFields0 contactMixinFields1 := contactMixin[1].Fields() _ = contactMixinFields1 contactFields := schema.Contact{}.Fields() _ = contactFields // contactDescCreatedAt is the schema descriptor for created_at field. contactDescCreatedAt := contactMixinFields0[1].Descriptor() // contact.DefaultCreatedAt holds the default value on creation for the created_at field. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time) // contactDescUpdatedAt is the schema descriptor for updated_at field. contactDescUpdatedAt := contactMixinFields0[2].Descriptor() // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time) // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time) // contactDescStatus is the schema descriptor for status field. contactDescStatus := contactMixinFields1[0].Descriptor() // contact.DefaultStatus holds the default value on creation for the status field. contact.DefaultStatus = contactDescStatus.Default.(uint8) // contactDescWxWxid is the schema descriptor for wx_wxid field. contactDescWxWxid := contactFields[0].Descriptor() // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field. contact.DefaultWxWxid = contactDescWxWxid.Default.(string) // contactDescType is the schema descriptor for type field. contactDescType := contactFields[1].Descriptor() // contact.DefaultType holds the default value on creation for the type field. contact.DefaultType = contactDescType.Default.(int) // contactDescWxid is the schema descriptor for wxid field. contactDescWxid := contactFields[2].Descriptor() // contact.DefaultWxid holds the default value on creation for the wxid field. contact.DefaultWxid = contactDescWxid.Default.(string) // contactDescAccount is the schema descriptor for account field. contactDescAccount := contactFields[3].Descriptor() // contact.DefaultAccount holds the default value on creation for the account field. contact.DefaultAccount = contactDescAccount.Default.(string) // contactDescNickname is the schema descriptor for nickname field. contactDescNickname := contactFields[4].Descriptor() // contact.DefaultNickname holds the default value on creation for the nickname field. contact.DefaultNickname = contactDescNickname.Default.(string) // contactDescMarkname is the schema descriptor for markname field. contactDescMarkname := contactFields[5].Descriptor() // contact.DefaultMarkname holds the default value on creation for the markname field. contact.DefaultMarkname = contactDescMarkname.Default.(string) // contactDescHeadimg is the schema descriptor for headimg field. contactDescHeadimg := contactFields[6].Descriptor() // contact.DefaultHeadimg holds the default value on creation for the headimg field. contact.DefaultHeadimg = contactDescHeadimg.Default.(string) // contactDescSex is the schema descriptor for sex field. contactDescSex := contactFields[7].Descriptor() // contact.DefaultSex holds the default value on creation for the sex field. contact.DefaultSex = contactDescSex.Default.(int) // contactDescStarrole is the schema descriptor for starrole field. contactDescStarrole := contactFields[8].Descriptor() // contact.DefaultStarrole holds the default value on creation for the starrole field. contact.DefaultStarrole = contactDescStarrole.Default.(string) // contactDescDontseeit is the schema descriptor for dontseeit field. contactDescDontseeit := contactFields[9].Descriptor() // contact.DefaultDontseeit holds the default value on creation for the dontseeit field. contact.DefaultDontseeit = contactDescDontseeit.Default.(int) // contactDescDontseeme is the schema descriptor for dontseeme field. contactDescDontseeme := contactFields[10].Descriptor() // contact.DefaultDontseeme holds the default value on creation for the dontseeme field. contact.DefaultDontseeme = contactDescDontseeme.Default.(int) // contactDescLag is the schema descriptor for lag field. contactDescLag := contactFields[11].Descriptor() // contact.DefaultLag holds the default value on creation for the lag field. contact.DefaultLag = contactDescLag.Default.(string) // contactDescGid is the schema descriptor for gid field. contactDescGid := contactFields[12].Descriptor() // contact.DefaultGid holds the default value on creation for the gid field. contact.DefaultGid = contactDescGid.Default.(string) // contactDescGname is the schema descriptor for gname field. contactDescGname := contactFields[13].Descriptor() // contact.DefaultGname holds the default value on creation for the gname field. contact.DefaultGname = contactDescGname.Default.(string) // contactDescV3 is the schema descriptor for v3 field. contactDescV3 := contactFields[14].Descriptor() // contact.DefaultV3 holds the default value on creation for the v3 field. contact.DefaultV3 = contactDescV3.Default.(string) labelMixin := schema.Label{}.Mixin() labelMixinHooks2 := labelMixin[2].Hooks() label.Hooks[0] = labelMixinHooks2[0] labelMixinInters2 := labelMixin[2].Interceptors() label.Interceptors[0] = labelMixinInters2[0] labelMixinFields0 := labelMixin[0].Fields() _ = labelMixinFields0 labelMixinFields1 := labelMixin[1].Fields() _ = labelMixinFields1 labelFields := schema.Label{}.Fields() _ = labelFields // labelDescCreatedAt is the schema descriptor for created_at field. labelDescCreatedAt := labelMixinFields0[1].Descriptor() // label.DefaultCreatedAt holds the default value on creation for the created_at field. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time) // labelDescUpdatedAt is the schema descriptor for updated_at field. labelDescUpdatedAt := labelMixinFields0[2].Descriptor() // label.DefaultUpdatedAt holds the default value on creation for the updated_at field. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time) // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time) // labelDescStatus is the schema descriptor for status field. labelDescStatus := labelMixinFields1[0].Descriptor() // label.DefaultStatus holds the default value on creation for the status field. label.DefaultStatus = labelDescStatus.Default.(uint8) // labelDescType is the schema descriptor for type field. labelDescType := labelFields[0].Descriptor() // label.DefaultType holds the default value on creation for the type field. label.DefaultType = labelDescType.Default.(int) // labelDescName is the schema descriptor for name field. labelDescName := labelFields[1].Descriptor() // label.DefaultName holds the default value on creation for the name field. label.DefaultName = labelDescName.Default.(string) // labelDescFrom is the schema descriptor for from field. labelDescFrom := labelFields[2].Descriptor() // label.DefaultFrom holds the default value on creation for the from field. label.DefaultFrom = labelDescFrom.Default.(int) // labelDescMode is the schema descriptor for mode field. labelDescMode := labelFields[3].Descriptor() // label.DefaultMode holds the default value on creation for the mode field. label.DefaultMode = labelDescMode.Default.(int) // labelDescConditions is the schema descriptor for conditions field. labelDescConditions := labelFields[4].Descriptor() // label.DefaultConditions holds the default value on creation for the conditions field. label.DefaultConditions = labelDescConditions.Default.(string) labelrelationshipMixin := schema.LabelRelationship{}.Mixin() labelrelationshipMixinHooks2 := labelrelationshipMixin[2].Hooks() labelrelationship.Hooks[0] = labelrelationshipMixinHooks2[0] labelrelationshipMixinInters2 := labelrelationshipMixin[2].Interceptors() labelrelationship.Interceptors[0] = labelrelationshipMixinInters2[0] labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields() _ = labelrelationshipMixinFields0 labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields() _ = labelrelationshipMixinFields1 labelrelationshipFields := schema.LabelRelationship{}.Fields() _ = labelrelationshipFields // labelrelationshipDescCreatedAt is the schema descriptor for created_at field. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor() // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time) // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor() // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time) // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time) // labelrelationshipDescStatus is the schema descriptor for status field. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor() // labelrelationship.DefaultStatus holds the default value on creation for the status field. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8) // labelrelationshipDescLabelID is the schema descriptor for label_id field. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor() // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64) // labelrelationshipDescContactID is the schema descriptor for contact_id field. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor() // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64) messageFields := schema.Message{}.Fields() _ = messageFields // messageDescWxWxid is the schema descriptor for wx_wxid field. messageDescWxWxid := messageFields[0].Descriptor() // message.DefaultWxWxid holds the default value on creation for the wx_wxid field. message.DefaultWxWxid = messageDescWxWxid.Default.(string) // messageDescWxid is the schema descriptor for wxid field. messageDescWxid := messageFields[1].Descriptor() // message.DefaultWxid holds the default value on creation for the wxid field. message.DefaultWxid = messageDescWxid.Default.(string) // messageDescContent is the schema descriptor for content field. messageDescContent := messageFields[2].Descriptor() // message.DefaultContent holds the default value on creation for the content field. message.DefaultContent = messageDescContent.Default.(string) messagerecordsMixin := schema.MessageRecords{}.Mixin() messagerecordsMixinHooks2 := messagerecordsMixin[2].Hooks() messagerecords.Hooks[0] = messagerecordsMixinHooks2[0] messagerecordsMixinInters2 := messagerecordsMixin[2].Interceptors() messagerecords.Interceptors[0] = messagerecordsMixinInters2[0] messagerecordsMixinFields0 := messagerecordsMixin[0].Fields() _ = messagerecordsMixinFields0 messagerecordsMixinFields1 := messagerecordsMixin[1].Fields() _ = messagerecordsMixinFields1 messagerecordsFields := schema.MessageRecords{}.Fields() _ = messagerecordsFields // messagerecordsDescCreatedAt is the schema descriptor for created_at field. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor() // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time) // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor() // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time) // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time) // messagerecordsDescStatus is the schema descriptor for status field. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor() // messagerecords.DefaultStatus holds the default value on creation for the status field. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8) // messagerecordsDescContactType is the schema descriptor for contact_type field. messagerecordsDescContactType := messagerecordsFields[2].Descriptor() // messagerecords.DefaultContactType holds the default value on creation for the contact_type field. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int) // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor() // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string) // messagerecordsDescContentType is the schema descriptor for content_type field. messagerecordsDescContentType := messagerecordsFields[4].Descriptor() // messagerecords.DefaultContentType holds the default value on creation for the content_type field. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int) // messagerecordsDescContent is the schema descriptor for content field. messagerecordsDescContent := messagerecordsFields[5].Descriptor() // messagerecords.DefaultContent holds the default value on creation for the content field. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string) // messagerecordsDescErrorDetail is the schema descriptor for error_detail field. messagerecordsDescErrorDetail := messagerecordsFields[6].Descriptor() // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string) // messagerecordsDescSourceType is the schema descriptor for source_type field. messagerecordsDescSourceType := messagerecordsFields[8].Descriptor() // messagerecords.DefaultSourceType holds the default value on creation for the source_type field. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int) // messagerecordsDescSourceID is the schema descriptor for source_id field. messagerecordsDescSourceID := messagerecordsFields[9].Descriptor() // messagerecords.DefaultSourceID holds the default value on creation for the source_id field. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64) // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field. messagerecordsDescSubSourceID := messagerecordsFields[10].Descriptor() // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64) serverMixin := schema.Server{}.Mixin() serverMixinHooks2 := serverMixin[2].Hooks() server.Hooks[0] = serverMixinHooks2[0] serverMixinInters2 := serverMixin[2].Interceptors() server.Interceptors[0] = serverMixinInters2[0] serverMixinFields0 := serverMixin[0].Fields() _ = serverMixinFields0 serverMixinFields1 := serverMixin[1].Fields() _ = serverMixinFields1 serverFields := schema.Server{}.Fields() _ = serverFields // serverDescCreatedAt is the schema descriptor for created_at field. serverDescCreatedAt := serverMixinFields0[1].Descriptor() // server.DefaultCreatedAt holds the default value on creation for the created_at field. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time) // serverDescUpdatedAt is the schema descriptor for updated_at field. serverDescUpdatedAt := serverMixinFields0[2].Descriptor() // server.DefaultUpdatedAt holds the default value on creation for the updated_at field. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time) // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time) // serverDescStatus is the schema descriptor for status field. serverDescStatus := serverMixinFields1[0].Descriptor() // server.DefaultStatus holds the default value on creation for the status field. server.DefaultStatus = serverDescStatus.Default.(uint8) sopnodeMixin := schema.SopNode{}.Mixin() sopnodeMixinHooks2 := sopnodeMixin[2].Hooks() sopnode.Hooks[0] = sopnodeMixinHooks2[0] sopnodeMixinInters2 := sopnodeMixin[2].Interceptors() sopnode.Interceptors[0] = sopnodeMixinInters2[0] sopnodeMixinFields0 := sopnodeMixin[0].Fields() _ = sopnodeMixinFields0 sopnodeMixinFields1 := sopnodeMixin[1].Fields() _ = sopnodeMixinFields1 sopnodeFields := schema.SopNode{}.Fields() _ = sopnodeFields // sopnodeDescCreatedAt is the schema descriptor for created_at field. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor() // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time) // sopnodeDescUpdatedAt is the schema descriptor for updated_at field. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor() // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time) // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time) // sopnodeDescStatus is the schema descriptor for status field. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor() // sopnode.DefaultStatus holds the default value on creation for the status field. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8) // sopnodeDescName is the schema descriptor for name field. sopnodeDescName := sopnodeFields[2].Descriptor() // sopnode.DefaultName holds the default value on creation for the name field. sopnode.DefaultName = sopnodeDescName.Default.(string) // sopnodeDescConditionType is the schema descriptor for condition_type field. sopnodeDescConditionType := sopnodeFields[3].Descriptor() // sopnode.DefaultConditionType holds the default value on creation for the condition_type field. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int) sopstageMixin := schema.SopStage{}.Mixin() sopstageMixinHooks2 := sopstageMixin[2].Hooks() sopstage.Hooks[0] = sopstageMixinHooks2[0] sopstageMixinInters2 := sopstageMixin[2].Interceptors() sopstage.Interceptors[0] = sopstageMixinInters2[0] sopstageMixinFields0 := sopstageMixin[0].Fields() _ = sopstageMixinFields0 sopstageMixinFields1 := sopstageMixin[1].Fields() _ = sopstageMixinFields1 sopstageFields := schema.SopStage{}.Fields() _ = sopstageFields // sopstageDescCreatedAt is the schema descriptor for created_at field. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor() // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time) // sopstageDescUpdatedAt is the schema descriptor for updated_at field. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor() // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time) // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time) // sopstageDescStatus is the schema descriptor for status field. sopstageDescStatus := sopstageMixinFields1[0].Descriptor() // sopstage.DefaultStatus holds the default value on creation for the status field. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8) // sopstageDescName is the schema descriptor for name field. sopstageDescName := sopstageFields[1].Descriptor() // sopstage.DefaultName holds the default value on creation for the name field. sopstage.DefaultName = sopstageDescName.Default.(string) // sopstageDescConditionType is the schema descriptor for condition_type field. sopstageDescConditionType := sopstageFields[2].Descriptor() // sopstage.DefaultConditionType holds the default value on creation for the condition_type field. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int) // sopstageDescConditionOperator is the schema descriptor for condition_operator field. sopstageDescConditionOperator := sopstageFields[3].Descriptor() // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int) // sopstageDescIndexSort is the schema descriptor for index_sort field. sopstageDescIndexSort := sopstageFields[7].Descriptor() // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int) soptaskMixin := schema.SopTask{}.Mixin() soptaskMixinHooks2 := soptaskMixin[2].Hooks() soptask.Hooks[0] = soptaskMixinHooks2[0] soptaskMixinInters2 := soptaskMixin[2].Interceptors() soptask.Interceptors[0] = soptaskMixinInters2[0] soptaskMixinFields0 := soptaskMixin[0].Fields() _ = soptaskMixinFields0 soptaskMixinFields1 := soptaskMixin[1].Fields() _ = soptaskMixinFields1 soptaskFields := schema.SopTask{}.Fields() _ = soptaskFields // soptaskDescCreatedAt is the schema descriptor for created_at field. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor() // soptask.DefaultCreatedAt holds the default value on creation for the created_at field. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time) // soptaskDescUpdatedAt is the schema descriptor for updated_at field. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor() // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time) // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time) // soptaskDescStatus is the schema descriptor for status field. soptaskDescStatus := soptaskMixinFields1[0].Descriptor() // soptask.DefaultStatus holds the default value on creation for the status field. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8) // soptaskDescName is the schema descriptor for name field. soptaskDescName := soptaskFields[0].Descriptor() // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error) // soptaskDescType is the schema descriptor for type field. soptaskDescType := soptaskFields[2].Descriptor() // soptask.DefaultType holds the default value on creation for the type field. soptask.DefaultType = soptaskDescType.Default.(int) wxMixin := schema.Wx{}.Mixin() wxMixinHooks2 := wxMixin[2].Hooks() wx.Hooks[0] = wxMixinHooks2[0] wxMixinInters2 := wxMixin[2].Interceptors() wx.Interceptors[0] = wxMixinInters2[0] wxMixinFields0 := wxMixin[0].Fields() _ = wxMixinFields0 wxMixinFields1 := wxMixin[1].Fields() _ = wxMixinFields1 wxFields := schema.Wx{}.Fields() _ = wxFields // wxDescCreatedAt is the schema descriptor for created_at field. wxDescCreatedAt := wxMixinFields0[1].Descriptor() // wx.DefaultCreatedAt holds the default value on creation for the created_at field. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time) // wxDescUpdatedAt is the schema descriptor for updated_at field. wxDescUpdatedAt := wxMixinFields0[2].Descriptor() // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time) // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time) // wxDescStatus is the schema descriptor for status field. wxDescStatus := wxMixinFields1[0].Descriptor() // wx.DefaultStatus holds the default value on creation for the status field. wx.DefaultStatus = wxDescStatus.Default.(uint8) // wxDescServerID is the schema descriptor for server_id field. wxDescServerID := wxFields[0].Descriptor() // wx.DefaultServerID holds the default value on creation for the server_id field. wx.DefaultServerID = wxDescServerID.Default.(uint64) // wxDescPort is the schema descriptor for port field. wxDescPort := wxFields[1].Descriptor() // wx.DefaultPort holds the default value on creation for the port field. wx.DefaultPort = wxDescPort.Default.(string) // wxDescProcessID is the schema descriptor for process_id field. wxDescProcessID := wxFields[2].Descriptor() // wx.DefaultProcessID holds the default value on creation for the process_id field. wx.DefaultProcessID = wxDescProcessID.Default.(string) // wxDescCallback is the schema descriptor for callback field. wxDescCallback := wxFields[3].Descriptor() // wx.DefaultCallback holds the default value on creation for the callback field. wx.DefaultCallback = wxDescCallback.Default.(string) // wxDescWxid is the schema descriptor for wxid field. wxDescWxid := wxFields[4].Descriptor() // wx.DefaultWxid holds the default value on creation for the wxid field. wx.DefaultWxid = wxDescWxid.Default.(string) // wxDescAccount is the schema descriptor for account field. wxDescAccount := wxFields[5].Descriptor() // wx.DefaultAccount holds the default value on creation for the account field. wx.DefaultAccount = wxDescAccount.Default.(string) // wxDescNickname is the schema descriptor for nickname field. wxDescNickname := wxFields[6].Descriptor() // wx.DefaultNickname holds the default value on creation for the nickname field. wx.DefaultNickname = wxDescNickname.Default.(string) // wxDescTel is the schema descriptor for tel field. wxDescTel := wxFields[7].Descriptor() // wx.DefaultTel holds the default value on creation for the tel field. wx.DefaultTel = wxDescTel.Default.(string) // wxDescHeadBig is the schema descriptor for head_big field. wxDescHeadBig := wxFields[8].Descriptor() // wx.DefaultHeadBig holds the default value on creation for the head_big field. wx.DefaultHeadBig = wxDescHeadBig.Default.(string) } const ( Version = "v0.13.1" // Version of ent codegen. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen. )