text
stringlengths
11
6.3k
embedding
listlengths
768
768
func (m *UserMutation) Sex() (r user.Sex, exists bool) { v := m.sex if v == nil { return } return *v, true }
[ -0.88130122423172, 0.8476762175559998, 0.38910022377967834, 1.361711859703064, -0.713114321231842, -0.2816120982170105, -0.21599210798740387, 0.12029322981834412, 0.03834979981184006, -0.8778380751609802, -0.7746665477752686, -0.145631343126297, -0.3919263780117035, -0.25275081396102905, ...
func (m *UserMutation) OldSex(ctx context.Context) (v *user.Sex, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldSex is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldSex requires an ID field in the mutation") } oldValue, err := m.oldVal...
[ -0.2375417947769165, 0.7531391382217407, 0.47709575295448303, 0.8094668388366699, -1.1721450090408325, -0.0895959660410881, -0.009859970770776272, -0.24274300038814545, 0.7801646590232849, -0.48590829968452454, 0.08898237347602844, 0.32540667057037354, -0.2282966822385788, -0.1019538491964...
func (m *UserMutation) ClearSex() { m.sex = nil m.clearedFields[user.FieldSex] = struct{}{} }
[ -0.6129879355430603, 1.3064663410186768, 0.1922905147075653, 0.9929627776145935, -1.6216259002685547, 0.25896844267845154, -0.6547250151634216, 0.17118993401527405, 0.22804099321365356, -0.3489701747894287, -1.2704253196716309, 0.7626156210899353, 0.5165315866470337, -0.662834644317627, ...
func (m *UserMutation) SexCleared() bool { _, ok := m.clearedFields[user.FieldSex] return ok }
[ -0.30749690532684326, 0.44451045989990234, 0.556796133518219, 0.43257227540016174, -0.9863726496696472, 0.5492247343063354, -0.5265242457389832, -0.40701913833618164, -0.21224026381969452, -0.007071024738252163, -0.7877902984619141, 0.34393832087516785, -0.344603568315506, -0.3313164710998...
func (m *UserMutation) ResetSex() { m.sex = nil delete(m.clearedFields, user.FieldSex) }
[ -0.1350969523191452, 1.0507712364196777, 0.09118607640266418, 1.2992382049560547, -0.5769345760345459, -0.14420756697654724, 0.10114499181509018, 0.6327440738677979, -0.42363232374191284, -0.48765799403190613, -1.2855054140090942, 0.7487411499023438, -0.11039392650127411, -0.43838697671890...
func (m *UserMutation) SetPhoneNumber(s string) { m.phone_number = &s }
[ -0.028569601476192474, 0.10966959595680237, 0.08190451562404633, 1.2312498092651367, 0.4717647433280945, -0.17561332881450653, 0.09844379127025604, 1.241050124168396, 0.4649890661239624, -0.6769065856933594, -0.7047039866447449, -0.6915972828865051, 0.9370055794715881, 0.922988772392273, ...
func (m *UserMutation) PhoneNumber() (r string, exists bool) { v := m.phone_number if v == nil { return } return *v, true }
[ -0.7404299974441528, 0.18049532175064087, 0.458175390958786, 0.8722607493400574, 0.3789597749710083, -0.3773100674152374, 0.1736600548028946, 0.446846067905426, 0.5487706065177917, -0.07975959777832031, -0.26628270745277405, -1.2879196405410767, -0.035558152943849564, 0.24320656061172485, ...
func (m *UserMutation) OldPhoneNumber(ctx context.Context) (v *string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldPhoneNumber is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldPhoneNumber requires an ID field in the mutation") } old...
[ -0.6552284955978394, -0.21247372031211853, 0.4986550211906433, 0.41049057245254517, -0.23625200986862183, -0.2740125060081482, 0.2751867473125458, -0.3055730164051056, 0.7843396067619324, -0.4584501385688782, 0.04088087007403374, -0.09643050283193588, -0.18931196630001068, 0.68126672506332...
func (m *UserMutation) ClearPhoneNumber() { m.phone_number = nil m.clearedFields[user.FieldPhoneNumber] = struct{}{} }
[ -0.54533851146698, 0.3651672899723053, 0.24005848169326782, 0.7684880495071411, -0.5107753276824951, -0.15539701282978058, 0.09574680775403976, -0.1759454756975174, 0.4967418909072876, 0.016793837770819664, -0.631345272064209, -0.3074565529823303, 0.9476369619369507, 0.3092707097530365, ...
func (m *UserMutation) PhoneNumberCleared() bool { _, ok := m.clearedFields[user.FieldPhoneNumber] return ok }
[ -0.7157123684883118, 0.11425486952066422, 0.19071517884731293, 0.5251196026802063, -0.6009182333946228, 0.15223382413387299, -0.3137817084789276, -0.7016012072563171, 0.6867197751998901, -0.5910319685935974, -0.15621590614318848, -0.7098495364189148, -0.15798194706439972, -0.00501261977478...
func (m *UserMutation) ResetPhoneNumber() { m.phone_number = nil delete(m.clearedFields, user.FieldPhoneNumber) }
[ -0.2745498716831207, 0.2199466973543167, 0.18942765891551971, 1.3719972372055054, 0.22099030017852783, -0.8541973233222961, 0.8056643605232239, 0.43988656997680664, 0.14903829991817474, -0.2912430465221405, -0.5354213118553162, -0.10822843760251999, 0.416703999042511, 0.08567716926336288, ...
func (m *UserMutation) SetAddress(s string) { m.address = &s }
[ -0.1930389404296875, 0.12468734383583069, 0.02375994622707367, 1.294118046760559, -0.2461947202682495, 1.0810911655426025, 0.33045509457588196, 1.0128886699676514, 0.8272861838340759, -0.6432560682296753, -0.4462423622608185, 0.24635642766952515, -0.4144638776779175, 0.11574147641658783, ...
func (m *UserMutation) Address() (r string, exists bool) { v := m.address if v == nil { return } return *v, true }
[ -0.9916418194770813, -0.06752624362707138, 0.5438239574432373, 0.7404845356941223, -0.3016851246356964, 0.2318282425403595, 0.30518966913223267, 0.17344169318675995, 0.8840377330780029, 0.44722995162010193, 0.14167380332946777, -0.438592791557312, -0.8722330927848816, -0.24453876912593842,...
func (m *UserMutation) OldAddress(ctx context.Context) (v *string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldAddress is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldAddress requires an ID field in the mutation") } oldValue, err :...
[ -0.3846534788608551, -0.35867929458618164, 0.4941352605819702, 0.6403594017028809, -0.2687682509422302, 0.09381110221147537, 0.6534157991409302, -0.2780621647834778, 1.1537107229232788, -0.053204115480184555, 0.49136796593666077, 0.6846817135810852, -0.5947790741920471, 0.18902352452278137...
func (m *UserMutation) ClearAddress() { m.address = nil m.clearedFields[user.FieldAddress] = struct{}{} }
[ -0.3159683048725128, 0.03830442205071449, 0.09527814388275146, 0.3637698292732239, -0.4702555537223816, 0.3149239718914032, 0.030383286997675896, 0.13866811990737915, 1.1147418022155762, -0.16817417740821838, -0.4340112507343292, 1.0435588359832764, 0.14337953925132751, -0.2282959222793579...
func (m *UserMutation) AddressCleared() bool { _, ok := m.clearedFields[user.FieldAddress] return ok }
[ -0.5672795176506042, 0.07754580676555634, 0.5618194341659546, 0.10993549972772598, -0.7665112018585205, 0.5968629717826843, -0.0017721967305988073, -0.21658259630203247, 0.8303122520446777, 0.0963733121752739, -0.040267396718263626, 0.30827048420906067, -0.2503683865070343, -0.263598203659...
func (m *UserMutation) ResetAddress() { m.address = nil delete(m.clearedFields, user.FieldAddress) }
[ -0.1522703915834427, -0.03592510521411896, 0.16699567437171936, 1.045153021812439, 0.1616096943616867, -0.22804751992225647, 0.7124863862991333, 0.6065908670425415, 0.5799524188041687, -0.39195528626441956, -0.31231793761253357, 1.0363329648971558, -0.5365723371505737, -0.5922132730484009,...
func (m *UserMutation) SetStaffID(s string) { m.staff_id = &s }
[ 1.4254356622695923, 0.05916846916079521, -0.058707866817712784, 1.333208680152893, 0.1375247687101364, 0.711793065071106, 0.09089996665716171, 0.6160610318183899, -0.06556402146816254, 0.1676720678806305, -0.6410976648330688, -0.14433526992797852, 0.1935584992170334, 1.7239457368850708, ...
func (m *UserMutation) StaffID() (r string, exists bool) { v := m.staff_id if v == nil { return } return *v, true }
[ 0.4154305160045624, 0.3756830096244812, 0.3940126299858093, 1.015716552734375, 0.23008747398853302, 0.2694735825061798, 0.4148368537425995, -0.2796038091182709, 0.4198785722255707, 1.0208016633987427, -0.2442842274904251, -0.5508284568786621, -0.45413699746131897, 0.8771835565567017, -0....
func (m *UserMutation) OldStaffID(ctx context.Context) (v string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldStaffID is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldStaffID requires an ID field in the mutation") } oldValue, err :=...
[ 0.2320796698331833, -0.4818592667579651, 0.41387510299682617, 0.3997389078140259, -1.0355759859085083, 0.4713824689388275, 0.8514376878738403, -0.8864796161651611, 0.5048492550849915, 0.4718409776687622, 0.1767917275428772, 0.27754130959510803, -0.3072868287563324, 1.2925552129745483, -0...
func (m *UserMutation) ClearStaffID() { m.staff_id = nil m.clearedFields[user.FieldStaffID] = struct{}{} }
[ 0.5545490980148315, 0.11289644986391068, -0.06730284541845322, 0.34995585680007935, -1.0667345523834229, 0.6538206338882446, 0.009052537381649017, -0.5659776926040649, -0.14617115259170532, 0.6816720962524414, -0.698406994342804, 0.6755611300468445, 0.37556955218315125, 0.6430180668830872,...
func (m *UserMutation) StaffIDCleared() bool { _, ok := m.clearedFields[user.FieldStaffID] return ok }
[ -0.08682640641927719, 0.44349029660224915, 0.2849110960960388, 0.10082437843084335, -1.0199697017669678, 0.6955311894416809, -0.2126999944448471, -1.5789906978607178, -0.35166454315185547, 0.09330899268388748, -0.40375569462776184, 0.23319026827812195, -0.18095895648002625, 0.2966423034667...
func (m *UserMutation) ResetStaffID() { m.staff_id = nil delete(m.clearedFields, user.FieldStaffID) }
[ 0.5892104506492615, 0.07752376049757004, -0.11540506035089493, 0.67724609375, -0.3734488785266876, 0.03935848921537399, 0.6621536016464233, -0.11827916651964188, -0.660535454750061, -0.18692073225975037, -0.8260588049888611, 0.5875654220581055, -0.41386914253234863, 0.46233445405960083, ...
func (m *UserMutation) SetPersonalEmail(s string) { m.personal_email = &s }
[ 0.4759916067123413, 0.8200638890266418, 0.09137798845767975, 1.7604209184646606, -0.4869222939014435, -0.3863960802555084, 0.1044621616601944, 0.9562920331954956, -0.9105938673019409, -0.8094885349273682, -0.2866639494895935, 0.19198553264141083, -0.3702085614204407, 0.07323211431503296, ...
func (m *UserMutation) PersonalEmail() (r string, exists bool) { v := m.personal_email if v == nil { return } return *v, true }
[ -0.4454648494720459, 0.7726128101348877, 0.34387362003326416, 1.6573821306228638, -0.8354500532150269, -0.608455240726471, 0.11187785863876343, 0.4761508107185364, -0.11022111773490906, -0.19522924721240997, -0.2498384416103363, -0.6707263588905334, -0.792121171951294, -0.43104222416877747...
func (m *UserMutation) OldPersonalEmail(ctx context.Context) (v string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldPersonalEmail is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldPersonalEmail requires an ID field in the mutation") }...
[ -0.4671976864337921, -0.053136371076107025, 0.3118850290775299, 1.0846115350723267, -1.091756820678711, -0.09034118801355362, 0.4186773896217346, -0.10286208242177963, -0.18066361546516418, -0.19600999355316162, 0.02503550611436367, 0.5958837270736694, -0.6713528633117676, -0.2059960365295...
func (m *UserMutation) ClearPersonalEmail() { m.personal_email = nil m.clearedFields[user.FieldPersonalEmail] = struct{}{} }
[ -0.012975623831152916, 0.5013263821601868, 0.16533011198043823, 1.3285164833068848, -1.3164886236190796, 0.058243248611688614, 0.03539321944117546, 0.1898663491010666, -0.8025887608528137, 0.02314935065805912, -0.21696536242961884, 1.0611240863800049, -0.046338919550180435, -0.674260914325...
func (m *UserMutation) PersonalEmailCleared() bool { _, ok := m.clearedFields[user.FieldPersonalEmail] return ok }
[ -0.34744516015052795, -0.08397665619850159, 0.36404451727867126, 0.7476964592933655, -0.8597366213798523, -0.015369921922683716, -0.09260334074497223, 0.30637285113334656, -0.3579014539718628, -0.46712160110473633, -0.16696079075336456, 0.2838282287120819, -0.5823071599006653, -0.551475524...
func (m *UserMutation) ResetPersonalEmail() { m.personal_email = nil delete(m.clearedFields, user.FieldPersonalEmail) }
[ 0.3771218955516815, 0.41633281111717224, 0.10253514349460602, 1.7444065809249878, -0.6597461104393005, -0.5516234636306763, 0.5867375731468201, 0.6084832549095154, -1.2036224603652954, -0.37782928347587585, -0.3027326166629791, 1.2647279500961304, -0.56689453125, -0.8994987607002258, -0....
func (m *UserMutation) SetIntranetWorkEmail(s string) { m.intranet_work_email = &s }
[ -0.920074462890625, 0.052268072962760925, -0.052212588489055634, 0.1917192041873932, 0.19950920343399048, 0.27443206310272217, 0.25949233770370483, 0.5420958995819092, -1.4935814142227173, -0.27962201833724976, -0.33787843585014343, -0.20592403411865234, -1.7954522371292114, -1.11248803138...
func (m *UserMutation) IntranetWorkEmail() (r string, exists bool) { v := m.intranet_work_email if v == nil { return } return *v, true }
[ -1.306083083152771, 0.5695462822914124, 0.1250576376914978, 0.7769371271133423, -0.4313724935054779, -0.017894400283694267, 0.49888837337493896, -0.11808104813098907, -0.6209782361984253, 0.07336854934692383, -0.36320823431015015, -0.5599901080131531, -1.781937599182129, -0.880841434001922...
func (m *UserMutation) OldIntranetWorkEmail(ctx context.Context) (v string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldIntranetWorkEmail is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldIntranetWorkEmail requires an ID field in the m...
[ -0.7854499220848083, -0.09559956192970276, 0.12860001623630524, 0.0814046561717987, -0.9791203141212463, -0.10482078045606613, 0.6253796219825745, -0.23462779819965363, -0.7117003202438354, -0.07860459387302399, 0.12619438767433167, 0.08050940185785294, -1.2531315088272095, -0.271554410457...
func (m *UserMutation) ResetIntranetWorkEmail() { m.intranet_work_email = nil }
[ -0.8983207941055298, 0.13815897703170776, -0.09722312539815903, 0.5642368793487549, 0.27637508511543274, -0.1892307847738266, 0.5930895209312439, 0.18688800930976868, -1.4697257280349731, 0.03360161930322647, -0.22051744163036346, 0.5369545817375183, -1.983174204826355, -1.6884279251098633...
func (m *UserMutation) SetExtranetWorkEmail(s string) { m.extranet_work_email = &s }
[ -0.5179328918457031, 0.9554877877235413, -0.02317124977707863, 0.4259721040725708, -0.5999101996421814, 0.5832608938217163, -0.07614921778440475, 0.7001010775566101, -0.7494170665740967, -0.18566812574863434, -1.168463110923767, -0.05553906038403511, -0.5012479424476624, -0.036181788891553...
func (m *UserMutation) ExtranetWorkEmail() (r string, exists bool) { v := m.extranet_work_email if v == nil { return } return *v, true }
[ -0.8107472062110901, 1.1463617086410522, 0.27397578954696655, 0.6352758407592773, -0.8921076655387878, 0.5147043466567993, 0.10452214628458023, -0.0499546118080616, -0.30129489302635193, 0.05395286902785301, -0.9461203813552856, -0.47054213285446167, -1.0098090171813965, -0.160881415009498...
func (m *UserMutation) OldExtranetWorkEmail(ctx context.Context) (v string, err error) { if !m.op.Is(OpUpdateOne) { return v, fmt.Errorf("OldExtranetWorkEmail is only allowed on UpdateOne operations") } if m.id == nil || m.oldValue == nil { return v, fmt.Errorf("OldExtranetWorkEmail requires an ID field in the m...
[ -0.4243607521057129, 0.43183329701423645, 0.180002823472023, 0.41007447242736816, -1.3326448202133179, 0.08435443788766861, 0.2173956036567688, -0.06989239156246185, -0.17355860769748688, -0.14860498905181885, -1.0577682256698608, 0.2170950323343277, -0.2892408072948456, 0.4678554534912109...
func (m *UserMutation) ClearExtranetWorkEmail() { m.extranet_work_email = nil m.clearedFields[user.FieldExtranetWorkEmail] = struct{}{} }
[ -0.2578842043876648, 0.865212619304657, 0.037324827164411545, 0.4145749807357788, -1.1607255935668945, 0.49213796854019165, 0.023755092173814774, -0.1043635681271553, -0.32931745052337646, 0.34565192461013794, -1.0025074481964111, 0.8573227524757385, -0.08778248727321625, -0.46723112463951...
func (m *UserMutation) ExtranetWorkEmailCleared() bool { _, ok := m.clearedFields[user.FieldExtranetWorkEmail] return ok }
[ -0.10145317018032074, 0.7575183510780334, 0.2703606188297272, -0.03488382697105408, -0.7691768407821655, 0.7381500601768494, 0.04132184758782387, 0.09382978081703186, -0.29414403438568115, 0.1292274296283722, -0.6689121723175049, 0.24465227127075195, -0.6820030212402344, -0.201823785901069...
func (m *UserMutation) ResetExtranetWorkEmail() { m.extranet_work_email = nil delete(m.clearedFields, user.FieldExtranetWorkEmail) }
[ 0.06083296611905098, 0.9343488812446594, 0.0746370479464531, 0.7558296322822571, -0.6262840032577515, -0.007566198706626892, 0.39701375365257263, 0.18044503033161163, -0.8079370856285095, 0.07090690732002258, -1.0990493297576904, 1.0340882539749146, -0.5926258563995361, -0.8615393042564392...
func (m *UserMutation) SetCreateByID(id int) { m.create_by = &id }
[ -0.2565120756626129, -0.007757664192467928, 0.31976795196533203, 0.559858500957489, -0.4425888955593109, 0.09905441105365753, 0.22773069143295288, -0.5079207420349121, -0.18956562876701355, 0.6607877612113953, -0.8975608348846436, -0.903191089630127, -0.08963858336210251, 1.165937423706054...
func (m *UserMutation) ClearCreateBy() { m.clearedcreate_by = true }
[ -0.2798401117324829, 0.5563129782676697, 0.2695938050746918, 1.0874874591827393, -0.1881711483001709, 0.4484776258468628, 0.6162204742431641, -0.6107812523841858, -0.28124016523361206, 0.6689866185188293, -0.09215176105499268, -0.6619581580162048, 0.17449434101581573, 0.2084982991218567, ...
func (m *UserMutation) CreateByCleared() bool { return m.CreateByUserCleared() || m.clearedcreate_by }
[ 0.11319863051176071, 0.32742124795913696, 0.4661085307598114, 0.7179053425788879, 0.09978317469358444, 0.2367687076330185, 0.21553809940814972, -0.8462543487548828, 0.06389929354190826, 0.010886261239647865, -0.24752719700336456, -0.7758830189704895, -0.44777607917785645, 0.318235248327255...
func (m *UserMutation) CreateByID() (id int, exists bool) { if m.create_by != nil { return *m.create_by, true } return }
[ -0.2962144613265991, 0.3706194758415222, 0.5501787662506104, 0.253998339176178, 0.12380670756101608, -0.21736182272434235, 0.592743456363678, -0.1614772081375122, -0.2758465111255646, 1.0156797170639038, -0.9109320044517517, -1.1664255857467651, -0.7320917248725891, 0.40442878007888794, ...
func (m *UserMutation) CreateByIDs() (ids []int) { if id := m.create_by; id != nil { ids = append(ids, *id) } return }
[ -0.6987061500549316, 0.42071419954299927, 0.19250991940498352, 0.33147066831588745, 0.5946957468986511, -0.8011910915374756, 0.40091007947921753, -0.2891795039176941, -0.28411874175071716, 0.43228021264076233, -0.8085468411445618, -0.3605351150035858, -0.3535800874233246, 0.244442716240882...
func (m *UserMutation) ResetCreateBy() { m.create_by = nil m.clearedcreate_by = false }
[ -0.2669386565685272, 0.2503218948841095, 0.20039309561252594, 1.0198463201522827, 0.5447379350662231, -0.4726828932762146, 0.7211532592773438, -0.25529417395591736, -0.7266354560852051, 0.43033358454704285, -0.5596235990524292, -0.6731305122375488, -0.4564392566680908, 0.08717291057109833,...
func (m *UserMutation) SetUpdateByID(id int) { m.update_by = &id }
[ -0.16022954881191254, -0.43524280190467834, 0.3150695860385895, 0.42880481481552124, -1.2191622257232666, -0.31164228916168213, -0.008606063202023506, 0.20893128216266632, 0.28225916624069214, 0.8750567436218262, -0.36387133598327637, -0.9612544775009155, -0.15714426338672638, 0.4022470414...
func (m *UserMutation) ClearUpdateBy() { m.clearedupdate_by = true }
[ -0.5660980939865112, -0.12620386481285095, 0.4534679651260376, 1.2550783157348633, -1.3773231506347656, 0.5034428834915161, 0.12390587478876114, -0.09398767352104187, 0.25031155347824097, 1.1140327453613281, 0.1378847360610962, -1.1647453308105469, 0.5483452081680298, -0.5950347781181335, ...
func (m *UserMutation) UpdateByCleared() bool { return m.UpdateByUserCleared() || m.clearedupdate_by }
[ -0.04883144050836563, 0.02910180762410164, 0.5049657821655273, 0.8337047696113586, -0.9642298817634583, -0.006636475212872028, -0.0042755454778671265, -0.5311388969421387, 0.36307814717292786, 0.4779336154460907, -0.1730886995792389, -0.34460505843162537, -0.6516863107681274, -0.0794505029...
func (m *UserMutation) UpdateByID() (id int, exists bool) { if m.update_by != nil { return *m.update_by, true } return }
[ -0.5489700436592102, -0.000569128489587456, 0.687174916267395, 0.21793651580810547, -0.724033534526825, -0.33333152532577515, 0.2885032892227173, 0.15441849827766418, 0.1400691121816635, 1.3659613132476807, -0.742096483707428, -0.8152478337287903, -0.8114378452301025, -0.08681520819664001,...
func (m *UserMutation) UpdateByIDs() (ids []int) { if id := m.update_by; id != nil { ids = append(ids, *id) } return }
[ -1.0052926540374756, -0.1981944739818573, 0.28190767765045166, 0.15464791655540466, -0.26113981008529663, -0.8287591934204102, 0.21302475035190582, 0.08156303316354752, -0.008926027454435825, 0.8597234487533569, -0.6717481017112732, 0.25471431016921997, -0.5747167468070984, -0.348207861185...
func (m *UserMutation) ResetUpdateBy() { m.update_by = nil m.clearedupdate_by = false }
[ -0.7161484360694885, -0.5299314260482788, 0.27930983901023865, 1.2964587211608887, -0.3743845522403717, -0.761999785900116, 0.4735594391822815, 0.060461219400167465, -0.3115704655647278, 0.7485170960426331, -0.33562132716178894, -1.0537327527999878, -0.2094103842973709, -0.6422664523124695...
func (m *UserMutation) AddAuthHistoryIDs(ids ...int) { if m.authHistories == nil { m.authHistories = make(map[int]struct{}) } for i := range ids { m.authHistories[ids[i]] = struct{}{} } }
[ -1.281854510307312, 0.20627091825008392, 0.20527295768260956, 0.17191965878009796, -0.18385449051856995, 0.2411482185125351, -0.19792696833610535, 0.05119938403367996, 0.21676881611347198, 0.04173890873789787, -0.2896312475204468, 0.7403168678283691, -0.07382696866989136, 0.048303965479135...
func (m *UserMutation) ClearAuthHistories() { m.clearedauthHistories = true }
[ 0.3836919963359833, 0.7104774713516235, 0.030324704945087433, 0.8558920621871948, -0.868575930595398, 1.0241559743881226, 0.5232635736465454, -0.460177481174469, 0.3371708393096924, 0.15351568162441254, 0.4007979929447174, 0.803996205329895, 0.1876552253961563, 0.24541941285133362, -0.06...
func (m *UserMutation) AuthHistoriesCleared() bool { return m.clearedauthHistories }
[ 0.15092875063419342, 0.41005390882492065, 0.09141536056995392, 0.39354759454727173, -0.519618570804596, 0.909713864326477, 0.44982200860977173, -0.3985317349433899, 0.6405386924743652, -0.1617322862148285, 0.023061469197273254, 0.6259352564811707, -0.4109833836555481, -0.32985347509384155,...
func (m *UserMutation) RemoveAuthHistoryIDs(ids ...int) { if m.removedauthHistories == nil { m.removedauthHistories = make(map[int]struct{}) } for i := range ids { delete(m.authHistories, ids[i]) m.removedauthHistories[ids[i]] = struct{}{} } }
[ -0.9850475788116455, -0.2700994312763214, 0.1696404665708542, 0.12900342047214508, -0.6440783143043518, -0.15023404359817505, 0.4182654619216919, 0.5000574588775635, 0.1888432502746582, 0.4016140103340149, -0.5160006880760193, 0.49998554587364197, -0.7012903690338135, 0.04010721296072006, ...
func (m *UserMutation) RemovedAuthHistoriesIDs() (ids []int) { for id := range m.removedauthHistories { ids = append(ids, id) } return }
[ 0.2329164445400238, -0.63283371925354, 0.07063337415456772, 0.3355161249637604, -0.5793224573135376, 0.41546571254730225, 0.8035427927970886, 0.6181275248527527, 0.7300887107849121, -0.10884318500757217, -0.5335745811462402, 0.5358914136886597, -0.5590178370475769, 0.4003571569919586, 0....
func (m *UserMutation) AuthHistoriesIDs() (ids []int) { for id := range m.authHistories { ids = append(ids, id) } return }
[ 0.009507326409220695, -0.14354322850704193, -0.0015602244529873133, 0.6926834583282471, 0.06596390157938004, 0.4004669487476349, 0.06197676435112953, 0.007484789472073317, 0.515794575214386, 0.08511169254779816, -0.004108509514480829, 1.0153290033340454, -0.30205023288726807, 0.17938049137...
func (m *UserMutation) ResetAuthHistories() { m.authHistories = nil m.clearedauthHistories = false m.removedauthHistories = nil }
[ 0.37623199820518494, 0.7049569487571716, 0.05190921574831009, 0.6012688875198364, -0.06018250808119774, 0.3378637731075287, 0.9987782835960388, 0.038813427090644836, 0.052838556468486786, -0.24723397195339203, -0.36827895045280457, 0.6185689568519592, -0.787655234336853, 0.0963581427931785...
func (m *UserMutation) AddJobHistoryIDs(ids ...int) { if m.jobHistories == nil { m.jobHistories = make(map[int]struct{}) } for i := range ids { m.jobHistories[ids[i]] = struct{}{} } }
[ -0.8441411256790161, 0.4696993827819824, 0.2725988030433655, 0.4259755313396454, -0.14715515077114105, 0.07668083161115646, -0.2812589108943939, 0.44434693455696106, -0.45392200350761414, -0.3801121711730957, -0.9399976134300232, 0.18664616346359253, -0.11684029549360275, 0.454247564077377...
func (m *UserMutation) ClearJobHistories() { m.clearedjobHistories = true }
[ 0.35826757550239563, 1.1361037492752075, 0.09140260517597198, 1.2585166692733765, -1.1219781637191772, 0.7788190841674805, 0.5978747010231018, -0.39975735545158386, -0.3361082673072815, -0.13851101696491241, 0.0013667874736711383, 0.2709883153438568, 0.03632732108235359, 0.5080656409263611...
func (m *UserMutation) JobHistoriesCleared() bool { return m.clearedjobHistories }
[ 0.3088964521884918, 0.7012315392494202, 0.2629041373729706, 0.7008004784584045, -1.0680866241455078, 0.8874034285545349, 0.2932732105255127, -0.07801589369773865, -0.09488564729690552, -0.38211819529533386, -0.5013024210929871, 0.0990297719836235, -0.43218836188316345, -0.00778502644971013...
func (m *UserMutation) RemoveJobHistoryIDs(ids ...int) { if m.removedjobHistories == nil { m.removedjobHistories = make(map[int]struct{}) } for i := range ids { delete(m.jobHistories, ids[i]) m.removedjobHistories[ids[i]] = struct{}{} } }
[ -0.7490830421447754, 0.18083210289478302, 0.22174635529518127, 0.4460389316082001, -0.7533864378929138, -0.3025122582912445, 0.26108214259147644, 0.890707790851593, -0.6031277179718018, 0.011363910511136055, -1.1200485229492188, 0.13319645822048187, -0.7992491126060486, 0.4090037941932678,...
func (m *UserMutation) RemovedJobHistoriesIDs() (ids []int) { for id := range m.removedjobHistories { ids = append(ids, id) } return }
[ 0.3711293935775757, 0.11592138558626175, 0.19263452291488647, 0.6843698620796204, -0.8899248838424683, 0.31084519624710083, 0.8749079704284668, 0.3898726999759674, 0.1454123556613922, -0.6996424794197083, -1.0377862453460693, 0.47168225049972534, -0.8559505343437195, 1.0077024698257446, ...
func (m *UserMutation) JobHistoriesIDs() (ids []int) { for id := range m.jobHistories { ids = append(ids, id) } return }
[ 0.23272176086902618, 0.18117204308509827, 0.11514784395694733, 0.835182785987854, -0.25560739636421204, 0.5008928775787354, -0.15333229303359985, 0.3315878212451935, -0.17390307784080505, -0.12882879376411438, -0.34287768602371216, 0.5350310206413269, -0.10506094992160797, 0.34074136614799...
func (m *UserMutation) ResetJobHistories() { m.jobHistories = nil m.clearedjobHistories = false m.removedjobHistories = nil }
[ 0.5884102582931519, 0.9536227583885193, 0.1789225935935974, 1.105562686920166, -0.3120035231113434, -0.08241698145866394, 0.9398050308227539, 0.08416173607110977, -0.5384241938591003, -0.6202029585838318, -0.7629002332687378, 0.38604140281677246, -0.639116108417511, 0.4542423486709595, -...
func (m *UserMutation) AddCreateIDs(ids ...int) { if m.creates == nil { m.creates = make(map[int]struct{}) } for i := range ids { m.creates[ids[i]] = struct{}{} } }
[ -1.6352484226226807, 0.21744412183761597, 0.19725920259952545, -0.5240073800086975, 0.20624776184558868, 0.13202506303787231, -0.35940155386924744, -0.2842816710472107, 0.1014426127076149, 0.26465338468551636, -0.6231414079666138, -0.3391726016998291, -0.24294336140155792, 0.40812557935714...
func (m *UserMutation) ClearCreates() { m.clearedcreates = true }
[ 0.1263241320848465, 1.1337922811508179, -0.044844359159469604, 0.41108423471450806, -0.3547326922416687, 1.0026519298553467, 0.023612545803189278, -1.0384246110916138, 0.48774904012680054, -0.7282012701034546, 0.8069968819618225, -0.1268242746591568, 0.07063116878271103, 0.2387940883636474...
func (m *UserMutation) CreatesCleared() bool { return m.clearedcreates }
[ 0.2719147503376007, 0.2796136736869812, 0.23395860195159912, 0.2073136270046234, -0.12438522279262543, 1.2789982557296753, -0.23658978939056396, -0.6186401844024658, -0.05472837761044502, -0.8391048908233643, -0.23524878919124603, -0.018890228122472763, -0.7332149147987366, 0.6237294077873...
func (m *UserMutation) RemoveCreateIDs(ids ...int) { if m.removedcreates == nil { m.removedcreates = make(map[int]struct{}) } for i := range ids { delete(m.creates, ids[i]) m.removedcreates[ids[i]] = struct{}{} } }
[ -1.0953667163848877, -0.07836996018886566, 0.077707938849926, -0.3605042099952698, -0.5247833728790283, 0.02661067433655262, 0.05374293401837349, 0.24339303374290466, 0.12177024036645889, 0.35344433784484863, -1.175367832183838, 0.21928398311138153, -0.9246073365211487, 0.1089773029088974,...
func (m *UserMutation) RemovedCreatesIDs() (ids []int) { for id := range m.removedcreates { ids = append(ids, id) } return }
[ -0.10541488975286484, -0.42712146043777466, 0.003252130700275302, -0.10757316648960114, -0.8749731779098511, 0.45758435130119324, 0.44795817136764526, -0.05711796134710312, 1.1250228881835938, -0.9261835813522339, -1.0042222738265991, 0.40405163168907166, -0.7911602854728699, 0.29423433542...
func (m *UserMutation) CreatesIDs() (ids []int) { for id := range m.creates { ids = append(ids, id) } return }
[ -0.5339203476905823, -0.24307997524738312, 0.00707921152934432, 0.15608441829681396, 0.6891592741012573, 0.18679086863994598, -0.38600778579711914, -0.31269606947898865, 0.18069343268871307, -0.2975156605243683, -0.21517866849899292, -0.2656506597995758, -0.6798235177993774, 0.424727499485...
func (m *UserMutation) ResetCreates() { m.creates = nil m.clearedcreates = false m.removedcreates = nil }
[ 0.22138632833957672, 0.7796527147293091, 0.0679868534207344, 0.38130444288253784, 0.5691769123077393, 0.3828345835208893, 0.54697585105896, -0.4940280616283417, 0.04523807018995285, -1.0979671478271484, 0.13389112055301666, -0.02732418105006218, -0.9555280804634094, 0.1543274223804474, -...
func (m *UserMutation) AddUpdateIDs(ids ...int) { if m.updates == nil { m.updates = make(map[int]struct{}) } for i := range ids { m.updates[ids[i]] = struct{}{} } }
[ -1.7768501043319702, -0.3039165735244751, 0.41231080889701843, -0.18474330008029938, -0.5899768471717834, 0.4611956477165222, -1.2319892644882202, 0.0828910768032074, 0.6767870187759399, 0.37044695019721985, -0.45532357692718506, -0.40652671456336975, -0.4791855216026306, -0.15648493170738...
func (m *UserMutation) ClearUpdates() { m.clearedupdates = true }
[ -0.10019625723361969, 0.0703037902712822, 0.2489524930715561, 0.6451695561408997, -0.6625455617904663, 0.5429003834724426, 0.11771079897880554, -0.3705351650714874, 0.6663787364959717, 0.1883169263601303, 0.7115471363067627, -0.5094937682151794, -0.27019065618515015, -0.6145756840705872, ...
func (m *UserMutation) UpdatesCleared() bool { return m.clearedupdates }
[ -0.024552201852202415, 0.06795129925012589, 0.28424838185310364, 0.1124996766448021, -1.2051796913146973, 0.9312617182731628, -0.560761034488678, -0.28563979268074036, 0.26508384943008423, -0.34903964400291443, -0.05002514645457268, -0.12300915271043777, -1.0615005493164062, -0.27821224927...
func (m *UserMutation) RemoveUpdateIDs(ids ...int) { if m.removedupdates == nil { m.removedupdates = make(map[int]struct{}) } for i := range ids { delete(m.updates, ids[i]) m.removedupdates[ids[i]] = struct{}{} } }
[ -1.3100473880767822, -0.5070440173149109, 0.4037306308746338, -0.023716581985354424, -1.634769082069397, 0.1825629472732544, -0.6152090430259705, 0.8150649666786194, 0.7598214149475098, 0.7679299116134644, -0.9740957617759705, -0.40208637714385986, -1.1813403367996216, -0.3767637610435486,...
func (m *UserMutation) RemovedUpdatesIDs() (ids []int) { for id := range m.removedupdates { ids = append(ids, id) } return }
[ -0.1732538938522339, -0.6942033767700195, 0.3718675971031189, 0.1876889169216156, -1.4880688190460205, 0.36002659797668457, -0.18347758054733276, -0.04747747629880905, 1.1055248975753784, -0.11660400032997131, -0.9009215235710144, -0.05139073356986046, -1.3349641561508179, -0.0584797076880...
func (m *UserMutation) UpdatesIDs() (ids []int) { for id := range m.updates { ids = append(ids, id) } return }
[ -0.8487630486488342, -0.7948213219642639, 0.2186989039182663, 0.3042949140071869, -0.560491681098938, 0.20369911193847656, -0.6758152842521667, 0.11738456785678864, 0.41906115412712097, 0.10131413489580154, 0.004681652411818504, 0.2394910752773285, -0.9584615230560303, -0.24769677221775055...
func (m *UserMutation) ResetUpdates() { m.updates = nil m.clearedupdates = false m.removedupdates = nil }
[ -0.12905412912368774, -0.22161076962947845, 0.18389680981636047, 0.6218679547309875, 0.03635306656360626, -0.3128374516963959, 0.536280632019043, -0.13234961032867432, 0.20102977752685547, -0.10316547751426697, -0.07980456203222275, -0.392674058675766, -1.4434853792190552, -0.8250801563262...
func (m *UserMutation) AddBelongToOrgUnitMemberIDs(ids ...int) { if m.belongToOrgUnitMembers == nil { m.belongToOrgUnitMembers = make(map[int]struct{}) } for i := range ids { m.belongToOrgUnitMembers[ids[i]] = struct{}{} } }
[ -1.164682149887085, -0.5581839084625244, 0.3994338810443878, -0.23277640342712402, 1.3702600002288818, 0.6315518021583557, -0.4357777237892151, -0.5697355270385742, -0.3437899947166443, -0.03868431970477104, -0.65452641248703, 0.8474971055984497, -1.2690881490707397, 0.15299946069717407, ...
func (m *UserMutation) ClearBelongToOrgUnitMembers() { m.clearedbelongToOrgUnitMembers = true }
[ -0.4075154960155487, -0.2128516286611557, 0.1416468471288681, 0.2409110963344574, 1.0448158979415894, 1.0736910104751587, 0.15117141604423523, -0.9476872086524963, -0.5298665761947632, 0.09065262973308563, 0.15351784229278564, 1.193394422531128, -0.38490980863571167, -0.10485734790563583, ...
func (m *UserMutation) BelongToOrgUnitMembersCleared() bool { return m.clearedbelongToOrgUnitMembers }
[ -0.32403746247291565, -0.6709176301956177, 0.26175206899642944, -0.169739231467247, 1.1506308317184448, 1.1269471645355225, 0.08313082158565521, -1.331288456916809, -0.3492400348186493, -0.45750516653060913, 0.017958154901862144, 1.1489814519882202, -0.994734525680542, -0.3418561518192291,...
func (m *UserMutation) RemoveBelongToOrgUnitMemberIDs(ids ...int) { if m.removedbelongToOrgUnitMembers == nil { m.removedbelongToOrgUnitMembers = make(map[int]struct{}) } for i := range ids { delete(m.belongToOrgUnitMembers, ids[i]) m.removedbelongToOrgUnitMembers[ids[i]] = struct{}{} } }
[ -1.26590895652771, -0.7631292343139648, 0.10600294917821884, -0.24666792154312134, 0.6966145634651184, 0.25851234793663025, -0.23070010542869568, 0.06662382930517197, -0.673385739326477, 0.11352301388978958, -0.998571515083313, 0.8592049479484558, -1.7609423398971558, 0.10194462537765503, ...
func (m *UserMutation) RemovedBelongToOrgUnitMembersIDs() (ids []int) { for id := range m.removedbelongToOrgUnitMembers { ids = append(ids, id) } return }
[ -0.19137680530548096, -1.0985430479049683, 0.09560008347034454, 0.09320279210805893, 1.22606360912323, 0.14915446937084198, -0.10207019746303558, -0.043737854808568954, 0.11992339044809341, -0.599612832069397, -1.2918628454208374, 1.5143858194351196, -1.0914371013641357, 0.1445803940296173...
func (m *UserMutation) BelongToOrgUnitMembersIDs() (ids []int) { for id := range m.belongToOrgUnitMembers { ids = append(ids, id) } return }
[ -0.6730150580406189, -0.862230122089386, -0.05433674901723862, -0.1571744680404663, 1.7460551261901855, 0.3978073298931122, 0.06106847897171974, -0.8384921550750732, -0.11470750719308853, -0.4035039246082306, -0.6729511618614197, 1.5178025960922241, -1.1075152158737183, 0.6285079121589661,...
func (m *UserMutation) ResetBelongToOrgUnitMembers() { m.belongToOrgUnitMembers = nil m.clearedbelongToOrgUnitMembers = false m.removedbelongToOrgUnitMembers = nil }
[ -0.030095642432570457, -0.2986026704311371, 0.2890126407146454, 0.06441943347454071, 1.7086645364761353, 0.34677690267562866, 0.4375964105129242, -0.7884182333946228, -0.6892274618148804, -0.3111403286457062, -0.47014278173446655, 1.3126851320266724, -0.9391603469848633, -0.529223680496215...
func (m *UserMutation) AddBelongToOgIDs(ids ...int) { if m.belongToOg == nil { m.belongToOg = make(map[int]struct{}) } for i := range ids { m.belongToOg[ids[i]] = struct{}{} } }
[ -0.9125381708145142, 0.0631818175315857, 0.5006899237632751, -0.4466792643070221, 0.5698297023773193, -0.06057213619351387, -0.42660364508628845, -0.8779773116111755, -0.42008474469184875, 0.36286237835884094, -0.7665227651596069, 0.5432810187339783, -0.7647483348846436, 0.1492104679346084...
func (m *UserMutation) ClearBelongToOg() { m.clearedbelongToOg = true }
[ 0.2552652060985565, 0.49240702390670776, 0.14122018218040466, 0.32362672686576843, -0.2105705887079239, 0.25349196791648865, 0.035114843398332596, -1.014897346496582, -0.6466807723045349, 0.8416282534599304, -0.2975304126739502, 0.9402579069137573, 0.6600173711776733, 0.6203073859214783, ...
func (m *UserMutation) BelongToOgCleared() bool { return m.clearedbelongToOg }
[ 0.386670857667923, -0.008895216509699821, 0.322013258934021, 0.06383485347032547, 0.06469443440437317, 0.44465383887290955, -0.2002212405204773, -1.6073179244995117, -0.3974597454071045, 0.012594555504620075, -0.3773620128631592, 0.746220052242279, -0.2992486357688904, 0.26571518182754517,...
func (m *UserMutation) RemoveBelongToOgIDs(ids ...int) { if m.removedbelongToOg == nil { m.removedbelongToOg = make(map[int]struct{}) } for i := range ids { delete(m.belongToOg, ids[i]) m.removedbelongToOg[ids[i]] = struct{}{} } }
[ -0.8158905506134033, -0.20292545855045319, 0.2093023806810379, -0.3754807412624359, -0.12433809787034988, -0.4431656002998352, -0.02527877315878868, -0.19317956268787384, -0.7270094156265259, 0.6651424169540405, -1.0866931676864624, 0.49658721685409546, -1.2392536401748657, 0.1217576190829...
func (m *UserMutation) RemovedBelongToOgIDs() (ids []int) { for id := range m.removedbelongToOg { ids = append(ids, id) } return }
[ -0.08788961172103882, -0.37088099122047424, 0.17026019096374512, 0.10846288502216339, -0.16182032227516174, -0.46513059735298157, -0.10685395449399948, -0.09190277010202408, 0.024709884077310562, 0.216702401638031, -1.6813689470291138, 1.1850537061691284, -0.8776214718818665, 0.51962530612...
func (m *UserMutation) BelongToOgIDs() (ids []int) { for id := range m.belongToOg { ids = append(ids, id) } return }
[ -0.40647006034851074, -0.05796051025390625, 0.18481886386871338, 0.16295018792152405, 0.49667978286743164, 0.1052122563123703, 0.020130513235926628, -0.7745165824890137, -0.46203088760375977, 0.3384208679199219, -0.8438848257064819, 0.700487494468689, -1.1284968852996826, 0.499978303909301...
func (m *UserMutation) ResetBelongToOg() { m.belongToOg = nil m.clearedbelongToOg = false m.removedbelongToOg = nil }
[ 0.4195811152458191, 0.42741113901138306, 0.20802952349185944, 0.37265241146087646, 0.590315580368042, -0.4206412136554718, 0.5879190564155579, -0.9131320714950562, -0.9914282560348511, 0.36039504408836365, -1.0041558742523193, 0.9016295075416565, -0.1901036649942398, 0.12153464555740356, ...
func (m *UserMutation) Where(ps ...predicate.User) { m.predicates = append(m.predicates, ps...) }
[ -0.17046965658664703, -0.43064436316490173, 0.19996924698352814, 0.5753629207611084, -0.7539956569671631, 0.513325035572052, 0.24028179049491882, -0.09108736366033554, -0.7970412969589233, -0.4293219745159149, 0.1514798104763031, 0.4995936453342438, -0.0026320035103708506, -0.2730112075805...
func (m *UserMutation) Op() Op { return m.op }
[ -0.8909978270530701, 0.17901115119457245, 0.07856205105781555, 1.3771047592163086, -0.7165808081626892, 1.0173929929733276, 1.1914572715759277, 0.45065969228744507, 0.4016895592212677, 0.5187928080558777, 0.19440858066082, -0.6140840649604797, -0.002881796797737479, -1.1309897899627686, ...
func (m *UserMutation) Type() string { return m.typ }
[ -0.40597087144851685, -0.291302353143692, -0.06296383589506149, 1.2724361419677734, 0.006704849191009998, 0.5980945825576782, 1.1363983154296875, -0.9629650115966797, 0.7616698145866394, 0.21473844349384308, 0.25736650824546814, -0.14753572642803192, -0.5801001787185669, -0.202441409230232...
func (m *UserMutation) Fields() []string { fields := make([]string, 0, 19) if m.create_by != nil { fields = append(fields, user.FieldCreateByUser) } if m.update_by != nil { fields = append(fields, user.FieldUpdateByUser) } if m.create_time != nil { fields = append(fields, user.FieldCreateTime) } if m.upda...
[ -0.5460033416748047, -0.10500968247652054, 0.469522625207901, 0.03594443202018738, -0.35873478651046753, 0.17052292823791504, -0.0812724307179451, -0.47495394945144653, 0.33894792199134827, -0.3527492582798004, -0.6455945372581482, -0.6083251237869263, -0.43311944603919983, 0.3401651084423...
func (m *UserMutation) Field(name string) (ent.Value, bool) { switch name { case user.FieldCreateByUser: return m.CreateByUser() case user.FieldUpdateByUser: return m.UpdateByUser() case user.FieldCreateTime: return m.CreateTime() case user.FieldUpdateTime: return m.UpdateTime() case user.FieldAccountName...
[ -0.83761066198349, -0.14272211492061615, 0.6327153444290161, 0.017020469531416893, -1.220654845237732, 0.6918359398841858, -0.5334596633911133, -0.6475747227668762, 0.26462408900260925, -0.4403478801250458, -0.6400180459022522, -0.24386091530323029, -0.3932015895843506, 0.4103865921497345,...
func (m *UserMutation) OldField(ctx context.Context, name string) (ent.Value, error) { switch name { case user.FieldCreateByUser: return m.OldCreateByUser(ctx) case user.FieldUpdateByUser: return m.OldUpdateByUser(ctx) case user.FieldCreateTime: return m.OldCreateTime(ctx) case user.FieldUpdateTime: return...
[ -0.40625354647636414, -0.30422237515449524, 0.7125278115272522, 0.17964541912078857, -1.1111050844192505, 0.633144199848175, 0.8171111345291138, -0.8620609641075134, 0.4505588114261627, -0.49661195278167725, -0.46574094891548157, -0.06020813435316086, -0.1182183176279068, -0.27547967433929...
func (m *UserMutation) SetField(name string, value ent.Value) error { switch name { case user.FieldCreateByUser: v, ok := value.(int) if !ok { return fmt.Errorf("unexpected type %T for field %s", value, name) } m.SetCreateByUser(v) return nil case user.FieldUpdateByUser: v, ok := value.(int) if !ok ...
[ -0.7553039789199829, 0.1089484915137291, 0.7727447748184204, 0.4701296389102936, -0.7950054407119751, 0.4913381040096283, 0.43144428730010986, -0.779579758644104, -0.23019544780254364, -0.28244078159332275, -0.37768658995628357, -0.05685540288686752, -0.09757914394140244, 0.475456833839416...