123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683 |
- // Code generated by ent, DO NOT EDIT.
- package ent
- import (
- "context"
- "errors"
- "fmt"
- "time"
- "wechat-api/ent/custom_types"
- "wechat-api/ent/usagestatisticday"
- "entgo.io/ent/dialect/sql"
- "entgo.io/ent/dialect/sql/sqlgraph"
- "entgo.io/ent/schema/field"
- )
- // UsageStatisticDayCreate is the builder for creating a UsageStatisticDay entity.
- type UsageStatisticDayCreate struct {
- config
- mutation *UsageStatisticDayMutation
- hooks []Hook
- conflict []sql.ConflictOption
- }
- // SetCreatedAt sets the "created_at" field.
- func (usdc *UsageStatisticDayCreate) SetCreatedAt(t time.Time) *UsageStatisticDayCreate {
- usdc.mutation.SetCreatedAt(t)
- return usdc
- }
- // SetNillableCreatedAt sets the "created_at" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableCreatedAt(t *time.Time) *UsageStatisticDayCreate {
- if t != nil {
- usdc.SetCreatedAt(*t)
- }
- return usdc
- }
- // SetUpdatedAt sets the "updated_at" field.
- func (usdc *UsageStatisticDayCreate) SetUpdatedAt(t time.Time) *UsageStatisticDayCreate {
- usdc.mutation.SetUpdatedAt(t)
- return usdc
- }
- // SetNillableUpdatedAt sets the "updated_at" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableUpdatedAt(t *time.Time) *UsageStatisticDayCreate {
- if t != nil {
- usdc.SetUpdatedAt(*t)
- }
- return usdc
- }
- // SetStatus sets the "status" field.
- func (usdc *UsageStatisticDayCreate) SetStatus(u uint8) *UsageStatisticDayCreate {
- usdc.mutation.SetStatus(u)
- return usdc
- }
- // SetNillableStatus sets the "status" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableStatus(u *uint8) *UsageStatisticDayCreate {
- if u != nil {
- usdc.SetStatus(*u)
- }
- return usdc
- }
- // SetDeletedAt sets the "deleted_at" field.
- func (usdc *UsageStatisticDayCreate) SetDeletedAt(t time.Time) *UsageStatisticDayCreate {
- usdc.mutation.SetDeletedAt(t)
- return usdc
- }
- // SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableDeletedAt(t *time.Time) *UsageStatisticDayCreate {
- if t != nil {
- usdc.SetDeletedAt(*t)
- }
- return usdc
- }
- // SetAddtime sets the "addtime" field.
- func (usdc *UsageStatisticDayCreate) SetAddtime(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetAddtime(u)
- return usdc
- }
- // SetType sets the "type" field.
- func (usdc *UsageStatisticDayCreate) SetType(i int) *UsageStatisticDayCreate {
- usdc.mutation.SetType(i)
- return usdc
- }
- // SetBotID sets the "bot_id" field.
- func (usdc *UsageStatisticDayCreate) SetBotID(s string) *UsageStatisticDayCreate {
- usdc.mutation.SetBotID(s)
- return usdc
- }
- // SetNillableBotID sets the "bot_id" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableBotID(s *string) *UsageStatisticDayCreate {
- if s != nil {
- usdc.SetBotID(*s)
- }
- return usdc
- }
- // SetOrganizationID sets the "organization_id" field.
- func (usdc *UsageStatisticDayCreate) SetOrganizationID(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetOrganizationID(u)
- return usdc
- }
- // SetNillableOrganizationID sets the "organization_id" field if the given value is not nil.
- func (usdc *UsageStatisticDayCreate) SetNillableOrganizationID(u *uint64) *UsageStatisticDayCreate {
- if u != nil {
- usdc.SetOrganizationID(*u)
- }
- return usdc
- }
- // SetAiResponse sets the "ai_response" field.
- func (usdc *UsageStatisticDayCreate) SetAiResponse(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetAiResponse(u)
- return usdc
- }
- // SetSopRun sets the "sop_run" field.
- func (usdc *UsageStatisticDayCreate) SetSopRun(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetSopRun(u)
- return usdc
- }
- // SetTotalFriend sets the "total_friend" field.
- func (usdc *UsageStatisticDayCreate) SetTotalFriend(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetTotalFriend(u)
- return usdc
- }
- // SetTotalGroup sets the "total_group" field.
- func (usdc *UsageStatisticDayCreate) SetTotalGroup(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetTotalGroup(u)
- return usdc
- }
- // SetAccountBalance sets the "account_balance" field.
- func (usdc *UsageStatisticDayCreate) SetAccountBalance(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetAccountBalance(u)
- return usdc
- }
- // SetConsumeToken sets the "consume_token" field.
- func (usdc *UsageStatisticDayCreate) SetConsumeToken(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetConsumeToken(u)
- return usdc
- }
- // SetActiveUser sets the "active_user" field.
- func (usdc *UsageStatisticDayCreate) SetActiveUser(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetActiveUser(u)
- return usdc
- }
- // SetNewUser sets the "new_user" field.
- func (usdc *UsageStatisticDayCreate) SetNewUser(i int64) *UsageStatisticDayCreate {
- usdc.mutation.SetNewUser(i)
- return usdc
- }
- // SetLabelDist sets the "label_dist" field.
- func (usdc *UsageStatisticDayCreate) SetLabelDist(ctd []custom_types.LabelDist) *UsageStatisticDayCreate {
- usdc.mutation.SetLabelDist(ctd)
- return usdc
- }
- // SetID sets the "id" field.
- func (usdc *UsageStatisticDayCreate) SetID(u uint64) *UsageStatisticDayCreate {
- usdc.mutation.SetID(u)
- return usdc
- }
- // Mutation returns the UsageStatisticDayMutation object of the builder.
- func (usdc *UsageStatisticDayCreate) Mutation() *UsageStatisticDayMutation {
- return usdc.mutation
- }
- // Save creates the UsageStatisticDay in the database.
- func (usdc *UsageStatisticDayCreate) Save(ctx context.Context) (*UsageStatisticDay, error) {
- if err := usdc.defaults(); err != nil {
- return nil, err
- }
- return withHooks(ctx, usdc.sqlSave, usdc.mutation, usdc.hooks)
- }
- // SaveX calls Save and panics if Save returns an error.
- func (usdc *UsageStatisticDayCreate) SaveX(ctx context.Context) *UsageStatisticDay {
- v, err := usdc.Save(ctx)
- if err != nil {
- panic(err)
- }
- return v
- }
- // Exec executes the query.
- func (usdc *UsageStatisticDayCreate) Exec(ctx context.Context) error {
- _, err := usdc.Save(ctx)
- return err
- }
- // ExecX is like Exec, but panics if an error occurs.
- func (usdc *UsageStatisticDayCreate) ExecX(ctx context.Context) {
- if err := usdc.Exec(ctx); err != nil {
- panic(err)
- }
- }
- // defaults sets the default values of the builder before save.
- func (usdc *UsageStatisticDayCreate) defaults() error {
- if _, ok := usdc.mutation.CreatedAt(); !ok {
- if usagestatisticday.DefaultCreatedAt == nil {
- return fmt.Errorf("ent: uninitialized usagestatisticday.DefaultCreatedAt (forgotten import ent/runtime?)")
- }
- v := usagestatisticday.DefaultCreatedAt()
- usdc.mutation.SetCreatedAt(v)
- }
- if _, ok := usdc.mutation.UpdatedAt(); !ok {
- if usagestatisticday.DefaultUpdatedAt == nil {
- return fmt.Errorf("ent: uninitialized usagestatisticday.DefaultUpdatedAt (forgotten import ent/runtime?)")
- }
- v := usagestatisticday.DefaultUpdatedAt()
- usdc.mutation.SetUpdatedAt(v)
- }
- if _, ok := usdc.mutation.Status(); !ok {
- v := usagestatisticday.DefaultStatus
- usdc.mutation.SetStatus(v)
- }
- return nil
- }
- // check runs all checks and user-defined validators on the builder.
- func (usdc *UsageStatisticDayCreate) check() error {
- if _, ok := usdc.mutation.CreatedAt(); !ok {
- return &ValidationError{Name: "created_at", err: errors.New(`ent: missing required field "UsageStatisticDay.created_at"`)}
- }
- if _, ok := usdc.mutation.UpdatedAt(); !ok {
- return &ValidationError{Name: "updated_at", err: errors.New(`ent: missing required field "UsageStatisticDay.updated_at"`)}
- }
- if _, ok := usdc.mutation.Addtime(); !ok {
- return &ValidationError{Name: "addtime", err: errors.New(`ent: missing required field "UsageStatisticDay.addtime"`)}
- }
- if _, ok := usdc.mutation.GetType(); !ok {
- return &ValidationError{Name: "type", err: errors.New(`ent: missing required field "UsageStatisticDay.type"`)}
- }
- if _, ok := usdc.mutation.AiResponse(); !ok {
- return &ValidationError{Name: "ai_response", err: errors.New(`ent: missing required field "UsageStatisticDay.ai_response"`)}
- }
- if _, ok := usdc.mutation.SopRun(); !ok {
- return &ValidationError{Name: "sop_run", err: errors.New(`ent: missing required field "UsageStatisticDay.sop_run"`)}
- }
- if _, ok := usdc.mutation.TotalFriend(); !ok {
- return &ValidationError{Name: "total_friend", err: errors.New(`ent: missing required field "UsageStatisticDay.total_friend"`)}
- }
- if _, ok := usdc.mutation.TotalGroup(); !ok {
- return &ValidationError{Name: "total_group", err: errors.New(`ent: missing required field "UsageStatisticDay.total_group"`)}
- }
- if _, ok := usdc.mutation.AccountBalance(); !ok {
- return &ValidationError{Name: "account_balance", err: errors.New(`ent: missing required field "UsageStatisticDay.account_balance"`)}
- }
- if _, ok := usdc.mutation.ConsumeToken(); !ok {
- return &ValidationError{Name: "consume_token", err: errors.New(`ent: missing required field "UsageStatisticDay.consume_token"`)}
- }
- if _, ok := usdc.mutation.ActiveUser(); !ok {
- return &ValidationError{Name: "active_user", err: errors.New(`ent: missing required field "UsageStatisticDay.active_user"`)}
- }
- if _, ok := usdc.mutation.NewUser(); !ok {
- return &ValidationError{Name: "new_user", err: errors.New(`ent: missing required field "UsageStatisticDay.new_user"`)}
- }
- if _, ok := usdc.mutation.LabelDist(); !ok {
- return &ValidationError{Name: "label_dist", err: errors.New(`ent: missing required field "UsageStatisticDay.label_dist"`)}
- }
- return nil
- }
- func (usdc *UsageStatisticDayCreate) sqlSave(ctx context.Context) (*UsageStatisticDay, error) {
- if err := usdc.check(); err != nil {
- return nil, err
- }
- _node, _spec := usdc.createSpec()
- if err := sqlgraph.CreateNode(ctx, usdc.driver, _spec); err != nil {
- if sqlgraph.IsConstraintError(err) {
- err = &ConstraintError{msg: err.Error(), wrap: err}
- }
- return nil, err
- }
- if _spec.ID.Value != _node.ID {
- id := _spec.ID.Value.(int64)
- _node.ID = uint64(id)
- }
- usdc.mutation.id = &_node.ID
- usdc.mutation.done = true
- return _node, nil
- }
- func (usdc *UsageStatisticDayCreate) createSpec() (*UsageStatisticDay, *sqlgraph.CreateSpec) {
- var (
- _node = &UsageStatisticDay{config: usdc.config}
- _spec = sqlgraph.NewCreateSpec(usagestatisticday.Table, sqlgraph.NewFieldSpec(usagestatisticday.FieldID, field.TypeUint64))
- )
- _spec.OnConflict = usdc.conflict
- if id, ok := usdc.mutation.ID(); ok {
- _node.ID = id
- _spec.ID.Value = id
- }
- if value, ok := usdc.mutation.CreatedAt(); ok {
- _spec.SetField(usagestatisticday.FieldCreatedAt, field.TypeTime, value)
- _node.CreatedAt = value
- }
- if value, ok := usdc.mutation.UpdatedAt(); ok {
- _spec.SetField(usagestatisticday.FieldUpdatedAt, field.TypeTime, value)
- _node.UpdatedAt = value
- }
- if value, ok := usdc.mutation.Status(); ok {
- _spec.SetField(usagestatisticday.FieldStatus, field.TypeUint8, value)
- _node.Status = value
- }
- if value, ok := usdc.mutation.DeletedAt(); ok {
- _spec.SetField(usagestatisticday.FieldDeletedAt, field.TypeTime, value)
- _node.DeletedAt = value
- }
- if value, ok := usdc.mutation.Addtime(); ok {
- _spec.SetField(usagestatisticday.FieldAddtime, field.TypeUint64, value)
- _node.Addtime = value
- }
- if value, ok := usdc.mutation.GetType(); ok {
- _spec.SetField(usagestatisticday.FieldType, field.TypeInt, value)
- _node.Type = value
- }
- if value, ok := usdc.mutation.BotID(); ok {
- _spec.SetField(usagestatisticday.FieldBotID, field.TypeString, value)
- _node.BotID = value
- }
- if value, ok := usdc.mutation.OrganizationID(); ok {
- _spec.SetField(usagestatisticday.FieldOrganizationID, field.TypeUint64, value)
- _node.OrganizationID = value
- }
- if value, ok := usdc.mutation.AiResponse(); ok {
- _spec.SetField(usagestatisticday.FieldAiResponse, field.TypeUint64, value)
- _node.AiResponse = value
- }
- if value, ok := usdc.mutation.SopRun(); ok {
- _spec.SetField(usagestatisticday.FieldSopRun, field.TypeUint64, value)
- _node.SopRun = value
- }
- if value, ok := usdc.mutation.TotalFriend(); ok {
- _spec.SetField(usagestatisticday.FieldTotalFriend, field.TypeUint64, value)
- _node.TotalFriend = value
- }
- if value, ok := usdc.mutation.TotalGroup(); ok {
- _spec.SetField(usagestatisticday.FieldTotalGroup, field.TypeUint64, value)
- _node.TotalGroup = value
- }
- if value, ok := usdc.mutation.AccountBalance(); ok {
- _spec.SetField(usagestatisticday.FieldAccountBalance, field.TypeUint64, value)
- _node.AccountBalance = value
- }
- if value, ok := usdc.mutation.ConsumeToken(); ok {
- _spec.SetField(usagestatisticday.FieldConsumeToken, field.TypeUint64, value)
- _node.ConsumeToken = value
- }
- if value, ok := usdc.mutation.ActiveUser(); ok {
- _spec.SetField(usagestatisticday.FieldActiveUser, field.TypeUint64, value)
- _node.ActiveUser = value
- }
- if value, ok := usdc.mutation.NewUser(); ok {
- _spec.SetField(usagestatisticday.FieldNewUser, field.TypeInt64, value)
- _node.NewUser = value
- }
- if value, ok := usdc.mutation.LabelDist(); ok {
- _spec.SetField(usagestatisticday.FieldLabelDist, field.TypeJSON, value)
- _node.LabelDist = value
- }
- return _node, _spec
- }
- // OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause
- // of the `INSERT` statement. For example:
- //
- // client.UsageStatisticDay.Create().
- // SetCreatedAt(v).
- // OnConflict(
- // // Update the row with the new values
- // // the was proposed for insertion.
- // sql.ResolveWithNewValues(),
- // ).
- // // Override some of the fields with custom
- // // update values.
- // Update(func(u *ent.UsageStatisticDayUpsert) {
- // SetCreatedAt(v+v).
- // }).
- // Exec(ctx)
- func (usdc *UsageStatisticDayCreate) OnConflict(opts ...sql.ConflictOption) *UsageStatisticDayUpsertOne {
- usdc.conflict = opts
- return &UsageStatisticDayUpsertOne{
- create: usdc,
- }
- }
- // OnConflictColumns calls `OnConflict` and configures the columns
- // as conflict target. Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(sql.ConflictColumns(columns...)).
- // Exec(ctx)
- func (usdc *UsageStatisticDayCreate) OnConflictColumns(columns ...string) *UsageStatisticDayUpsertOne {
- usdc.conflict = append(usdc.conflict, sql.ConflictColumns(columns...))
- return &UsageStatisticDayUpsertOne{
- create: usdc,
- }
- }
- type (
- // UsageStatisticDayUpsertOne is the builder for "upsert"-ing
- // one UsageStatisticDay node.
- UsageStatisticDayUpsertOne struct {
- create *UsageStatisticDayCreate
- }
- // UsageStatisticDayUpsert is the "OnConflict" setter.
- UsageStatisticDayUpsert struct {
- *sql.UpdateSet
- }
- )
- // SetUpdatedAt sets the "updated_at" field.
- func (u *UsageStatisticDayUpsert) SetUpdatedAt(v time.Time) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldUpdatedAt, v)
- return u
- }
- // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateUpdatedAt() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldUpdatedAt)
- return u
- }
- // SetStatus sets the "status" field.
- func (u *UsageStatisticDayUpsert) SetStatus(v uint8) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldStatus, v)
- return u
- }
- // UpdateStatus sets the "status" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateStatus() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldStatus)
- return u
- }
- // AddStatus adds v to the "status" field.
- func (u *UsageStatisticDayUpsert) AddStatus(v uint8) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldStatus, v)
- return u
- }
- // ClearStatus clears the value of the "status" field.
- func (u *UsageStatisticDayUpsert) ClearStatus() *UsageStatisticDayUpsert {
- u.SetNull(usagestatisticday.FieldStatus)
- return u
- }
- // SetDeletedAt sets the "deleted_at" field.
- func (u *UsageStatisticDayUpsert) SetDeletedAt(v time.Time) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldDeletedAt, v)
- return u
- }
- // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateDeletedAt() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldDeletedAt)
- return u
- }
- // ClearDeletedAt clears the value of the "deleted_at" field.
- func (u *UsageStatisticDayUpsert) ClearDeletedAt() *UsageStatisticDayUpsert {
- u.SetNull(usagestatisticday.FieldDeletedAt)
- return u
- }
- // SetAddtime sets the "addtime" field.
- func (u *UsageStatisticDayUpsert) SetAddtime(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldAddtime, v)
- return u
- }
- // UpdateAddtime sets the "addtime" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateAddtime() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldAddtime)
- return u
- }
- // AddAddtime adds v to the "addtime" field.
- func (u *UsageStatisticDayUpsert) AddAddtime(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldAddtime, v)
- return u
- }
- // SetType sets the "type" field.
- func (u *UsageStatisticDayUpsert) SetType(v int) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldType, v)
- return u
- }
- // UpdateType sets the "type" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateType() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldType)
- return u
- }
- // AddType adds v to the "type" field.
- func (u *UsageStatisticDayUpsert) AddType(v int) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldType, v)
- return u
- }
- // SetBotID sets the "bot_id" field.
- func (u *UsageStatisticDayUpsert) SetBotID(v string) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldBotID, v)
- return u
- }
- // UpdateBotID sets the "bot_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateBotID() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldBotID)
- return u
- }
- // ClearBotID clears the value of the "bot_id" field.
- func (u *UsageStatisticDayUpsert) ClearBotID() *UsageStatisticDayUpsert {
- u.SetNull(usagestatisticday.FieldBotID)
- return u
- }
- // SetOrganizationID sets the "organization_id" field.
- func (u *UsageStatisticDayUpsert) SetOrganizationID(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldOrganizationID, v)
- return u
- }
- // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateOrganizationID() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldOrganizationID)
- return u
- }
- // AddOrganizationID adds v to the "organization_id" field.
- func (u *UsageStatisticDayUpsert) AddOrganizationID(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldOrganizationID, v)
- return u
- }
- // ClearOrganizationID clears the value of the "organization_id" field.
- func (u *UsageStatisticDayUpsert) ClearOrganizationID() *UsageStatisticDayUpsert {
- u.SetNull(usagestatisticday.FieldOrganizationID)
- return u
- }
- // SetAiResponse sets the "ai_response" field.
- func (u *UsageStatisticDayUpsert) SetAiResponse(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldAiResponse, v)
- return u
- }
- // UpdateAiResponse sets the "ai_response" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateAiResponse() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldAiResponse)
- return u
- }
- // AddAiResponse adds v to the "ai_response" field.
- func (u *UsageStatisticDayUpsert) AddAiResponse(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldAiResponse, v)
- return u
- }
- // SetSopRun sets the "sop_run" field.
- func (u *UsageStatisticDayUpsert) SetSopRun(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldSopRun, v)
- return u
- }
- // UpdateSopRun sets the "sop_run" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateSopRun() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldSopRun)
- return u
- }
- // AddSopRun adds v to the "sop_run" field.
- func (u *UsageStatisticDayUpsert) AddSopRun(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldSopRun, v)
- return u
- }
- // SetTotalFriend sets the "total_friend" field.
- func (u *UsageStatisticDayUpsert) SetTotalFriend(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldTotalFriend, v)
- return u
- }
- // UpdateTotalFriend sets the "total_friend" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateTotalFriend() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldTotalFriend)
- return u
- }
- // AddTotalFriend adds v to the "total_friend" field.
- func (u *UsageStatisticDayUpsert) AddTotalFriend(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldTotalFriend, v)
- return u
- }
- // SetTotalGroup sets the "total_group" field.
- func (u *UsageStatisticDayUpsert) SetTotalGroup(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldTotalGroup, v)
- return u
- }
- // UpdateTotalGroup sets the "total_group" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateTotalGroup() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldTotalGroup)
- return u
- }
- // AddTotalGroup adds v to the "total_group" field.
- func (u *UsageStatisticDayUpsert) AddTotalGroup(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldTotalGroup, v)
- return u
- }
- // SetAccountBalance sets the "account_balance" field.
- func (u *UsageStatisticDayUpsert) SetAccountBalance(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldAccountBalance, v)
- return u
- }
- // UpdateAccountBalance sets the "account_balance" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateAccountBalance() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldAccountBalance)
- return u
- }
- // AddAccountBalance adds v to the "account_balance" field.
- func (u *UsageStatisticDayUpsert) AddAccountBalance(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldAccountBalance, v)
- return u
- }
- // SetConsumeToken sets the "consume_token" field.
- func (u *UsageStatisticDayUpsert) SetConsumeToken(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldConsumeToken, v)
- return u
- }
- // UpdateConsumeToken sets the "consume_token" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateConsumeToken() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldConsumeToken)
- return u
- }
- // AddConsumeToken adds v to the "consume_token" field.
- func (u *UsageStatisticDayUpsert) AddConsumeToken(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldConsumeToken, v)
- return u
- }
- // SetActiveUser sets the "active_user" field.
- func (u *UsageStatisticDayUpsert) SetActiveUser(v uint64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldActiveUser, v)
- return u
- }
- // UpdateActiveUser sets the "active_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateActiveUser() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldActiveUser)
- return u
- }
- // AddActiveUser adds v to the "active_user" field.
- func (u *UsageStatisticDayUpsert) AddActiveUser(v uint64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldActiveUser, v)
- return u
- }
- // SetNewUser sets the "new_user" field.
- func (u *UsageStatisticDayUpsert) SetNewUser(v int64) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldNewUser, v)
- return u
- }
- // UpdateNewUser sets the "new_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateNewUser() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldNewUser)
- return u
- }
- // AddNewUser adds v to the "new_user" field.
- func (u *UsageStatisticDayUpsert) AddNewUser(v int64) *UsageStatisticDayUpsert {
- u.Add(usagestatisticday.FieldNewUser, v)
- return u
- }
- // SetLabelDist sets the "label_dist" field.
- func (u *UsageStatisticDayUpsert) SetLabelDist(v []custom_types.LabelDist) *UsageStatisticDayUpsert {
- u.Set(usagestatisticday.FieldLabelDist, v)
- return u
- }
- // UpdateLabelDist sets the "label_dist" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsert) UpdateLabelDist() *UsageStatisticDayUpsert {
- u.SetExcluded(usagestatisticday.FieldLabelDist)
- return u
- }
- // UpdateNewValues updates the mutable fields using the new values that were set on create except the ID field.
- // Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(
- // sql.ResolveWithNewValues(),
- // sql.ResolveWith(func(u *sql.UpdateSet) {
- // u.SetIgnore(usagestatisticday.FieldID)
- // }),
- // ).
- // Exec(ctx)
- func (u *UsageStatisticDayUpsertOne) UpdateNewValues() *UsageStatisticDayUpsertOne {
- u.create.conflict = append(u.create.conflict, sql.ResolveWithNewValues())
- u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(s *sql.UpdateSet) {
- if _, exists := u.create.mutation.ID(); exists {
- s.SetIgnore(usagestatisticday.FieldID)
- }
- if _, exists := u.create.mutation.CreatedAt(); exists {
- s.SetIgnore(usagestatisticday.FieldCreatedAt)
- }
- }))
- return u
- }
- // Ignore sets each column to itself in case of conflict.
- // Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(sql.ResolveWithIgnore()).
- // Exec(ctx)
- func (u *UsageStatisticDayUpsertOne) Ignore() *UsageStatisticDayUpsertOne {
- u.create.conflict = append(u.create.conflict, sql.ResolveWithIgnore())
- return u
- }
- // DoNothing configures the conflict_action to `DO NOTHING`.
- // Supported only by SQLite and PostgreSQL.
- func (u *UsageStatisticDayUpsertOne) DoNothing() *UsageStatisticDayUpsertOne {
- u.create.conflict = append(u.create.conflict, sql.DoNothing())
- return u
- }
- // Update allows overriding fields `UPDATE` values. See the UsageStatisticDayCreate.OnConflict
- // documentation for more info.
- func (u *UsageStatisticDayUpsertOne) Update(set func(*UsageStatisticDayUpsert)) *UsageStatisticDayUpsertOne {
- u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(update *sql.UpdateSet) {
- set(&UsageStatisticDayUpsert{UpdateSet: update})
- }))
- return u
- }
- // SetUpdatedAt sets the "updated_at" field.
- func (u *UsageStatisticDayUpsertOne) SetUpdatedAt(v time.Time) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetUpdatedAt(v)
- })
- }
- // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateUpdatedAt() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateUpdatedAt()
- })
- }
- // SetStatus sets the "status" field.
- func (u *UsageStatisticDayUpsertOne) SetStatus(v uint8) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetStatus(v)
- })
- }
- // AddStatus adds v to the "status" field.
- func (u *UsageStatisticDayUpsertOne) AddStatus(v uint8) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddStatus(v)
- })
- }
- // UpdateStatus sets the "status" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateStatus() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateStatus()
- })
- }
- // ClearStatus clears the value of the "status" field.
- func (u *UsageStatisticDayUpsertOne) ClearStatus() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearStatus()
- })
- }
- // SetDeletedAt sets the "deleted_at" field.
- func (u *UsageStatisticDayUpsertOne) SetDeletedAt(v time.Time) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetDeletedAt(v)
- })
- }
- // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateDeletedAt() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateDeletedAt()
- })
- }
- // ClearDeletedAt clears the value of the "deleted_at" field.
- func (u *UsageStatisticDayUpsertOne) ClearDeletedAt() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearDeletedAt()
- })
- }
- // SetAddtime sets the "addtime" field.
- func (u *UsageStatisticDayUpsertOne) SetAddtime(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAddtime(v)
- })
- }
- // AddAddtime adds v to the "addtime" field.
- func (u *UsageStatisticDayUpsertOne) AddAddtime(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAddtime(v)
- })
- }
- // UpdateAddtime sets the "addtime" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateAddtime() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAddtime()
- })
- }
- // SetType sets the "type" field.
- func (u *UsageStatisticDayUpsertOne) SetType(v int) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetType(v)
- })
- }
- // AddType adds v to the "type" field.
- func (u *UsageStatisticDayUpsertOne) AddType(v int) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddType(v)
- })
- }
- // UpdateType sets the "type" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateType() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateType()
- })
- }
- // SetBotID sets the "bot_id" field.
- func (u *UsageStatisticDayUpsertOne) SetBotID(v string) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetBotID(v)
- })
- }
- // UpdateBotID sets the "bot_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateBotID() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateBotID()
- })
- }
- // ClearBotID clears the value of the "bot_id" field.
- func (u *UsageStatisticDayUpsertOne) ClearBotID() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearBotID()
- })
- }
- // SetOrganizationID sets the "organization_id" field.
- func (u *UsageStatisticDayUpsertOne) SetOrganizationID(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetOrganizationID(v)
- })
- }
- // AddOrganizationID adds v to the "organization_id" field.
- func (u *UsageStatisticDayUpsertOne) AddOrganizationID(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddOrganizationID(v)
- })
- }
- // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateOrganizationID() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateOrganizationID()
- })
- }
- // ClearOrganizationID clears the value of the "organization_id" field.
- func (u *UsageStatisticDayUpsertOne) ClearOrganizationID() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearOrganizationID()
- })
- }
- // SetAiResponse sets the "ai_response" field.
- func (u *UsageStatisticDayUpsertOne) SetAiResponse(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAiResponse(v)
- })
- }
- // AddAiResponse adds v to the "ai_response" field.
- func (u *UsageStatisticDayUpsertOne) AddAiResponse(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAiResponse(v)
- })
- }
- // UpdateAiResponse sets the "ai_response" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateAiResponse() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAiResponse()
- })
- }
- // SetSopRun sets the "sop_run" field.
- func (u *UsageStatisticDayUpsertOne) SetSopRun(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetSopRun(v)
- })
- }
- // AddSopRun adds v to the "sop_run" field.
- func (u *UsageStatisticDayUpsertOne) AddSopRun(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddSopRun(v)
- })
- }
- // UpdateSopRun sets the "sop_run" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateSopRun() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateSopRun()
- })
- }
- // SetTotalFriend sets the "total_friend" field.
- func (u *UsageStatisticDayUpsertOne) SetTotalFriend(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetTotalFriend(v)
- })
- }
- // AddTotalFriend adds v to the "total_friend" field.
- func (u *UsageStatisticDayUpsertOne) AddTotalFriend(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddTotalFriend(v)
- })
- }
- // UpdateTotalFriend sets the "total_friend" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateTotalFriend() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateTotalFriend()
- })
- }
- // SetTotalGroup sets the "total_group" field.
- func (u *UsageStatisticDayUpsertOne) SetTotalGroup(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetTotalGroup(v)
- })
- }
- // AddTotalGroup adds v to the "total_group" field.
- func (u *UsageStatisticDayUpsertOne) AddTotalGroup(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddTotalGroup(v)
- })
- }
- // UpdateTotalGroup sets the "total_group" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateTotalGroup() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateTotalGroup()
- })
- }
- // SetAccountBalance sets the "account_balance" field.
- func (u *UsageStatisticDayUpsertOne) SetAccountBalance(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAccountBalance(v)
- })
- }
- // AddAccountBalance adds v to the "account_balance" field.
- func (u *UsageStatisticDayUpsertOne) AddAccountBalance(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAccountBalance(v)
- })
- }
- // UpdateAccountBalance sets the "account_balance" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateAccountBalance() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAccountBalance()
- })
- }
- // SetConsumeToken sets the "consume_token" field.
- func (u *UsageStatisticDayUpsertOne) SetConsumeToken(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetConsumeToken(v)
- })
- }
- // AddConsumeToken adds v to the "consume_token" field.
- func (u *UsageStatisticDayUpsertOne) AddConsumeToken(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddConsumeToken(v)
- })
- }
- // UpdateConsumeToken sets the "consume_token" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateConsumeToken() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateConsumeToken()
- })
- }
- // SetActiveUser sets the "active_user" field.
- func (u *UsageStatisticDayUpsertOne) SetActiveUser(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetActiveUser(v)
- })
- }
- // AddActiveUser adds v to the "active_user" field.
- func (u *UsageStatisticDayUpsertOne) AddActiveUser(v uint64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddActiveUser(v)
- })
- }
- // UpdateActiveUser sets the "active_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateActiveUser() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateActiveUser()
- })
- }
- // SetNewUser sets the "new_user" field.
- func (u *UsageStatisticDayUpsertOne) SetNewUser(v int64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetNewUser(v)
- })
- }
- // AddNewUser adds v to the "new_user" field.
- func (u *UsageStatisticDayUpsertOne) AddNewUser(v int64) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddNewUser(v)
- })
- }
- // UpdateNewUser sets the "new_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateNewUser() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateNewUser()
- })
- }
- // SetLabelDist sets the "label_dist" field.
- func (u *UsageStatisticDayUpsertOne) SetLabelDist(v []custom_types.LabelDist) *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetLabelDist(v)
- })
- }
- // UpdateLabelDist sets the "label_dist" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertOne) UpdateLabelDist() *UsageStatisticDayUpsertOne {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateLabelDist()
- })
- }
- // Exec executes the query.
- func (u *UsageStatisticDayUpsertOne) Exec(ctx context.Context) error {
- if len(u.create.conflict) == 0 {
- return errors.New("ent: missing options for UsageStatisticDayCreate.OnConflict")
- }
- return u.create.Exec(ctx)
- }
- // ExecX is like Exec, but panics if an error occurs.
- func (u *UsageStatisticDayUpsertOne) ExecX(ctx context.Context) {
- if err := u.create.Exec(ctx); err != nil {
- panic(err)
- }
- }
- // Exec executes the UPSERT query and returns the inserted/updated ID.
- func (u *UsageStatisticDayUpsertOne) ID(ctx context.Context) (id uint64, err error) {
- node, err := u.create.Save(ctx)
- if err != nil {
- return id, err
- }
- return node.ID, nil
- }
- // IDX is like ID, but panics if an error occurs.
- func (u *UsageStatisticDayUpsertOne) IDX(ctx context.Context) uint64 {
- id, err := u.ID(ctx)
- if err != nil {
- panic(err)
- }
- return id
- }
- // UsageStatisticDayCreateBulk is the builder for creating many UsageStatisticDay entities in bulk.
- type UsageStatisticDayCreateBulk struct {
- config
- err error
- builders []*UsageStatisticDayCreate
- conflict []sql.ConflictOption
- }
- // Save creates the UsageStatisticDay entities in the database.
- func (usdcb *UsageStatisticDayCreateBulk) Save(ctx context.Context) ([]*UsageStatisticDay, error) {
- if usdcb.err != nil {
- return nil, usdcb.err
- }
- specs := make([]*sqlgraph.CreateSpec, len(usdcb.builders))
- nodes := make([]*UsageStatisticDay, len(usdcb.builders))
- mutators := make([]Mutator, len(usdcb.builders))
- for i := range usdcb.builders {
- func(i int, root context.Context) {
- builder := usdcb.builders[i]
- builder.defaults()
- var mut Mutator = MutateFunc(func(ctx context.Context, m Mutation) (Value, error) {
- mutation, ok := m.(*UsageStatisticDayMutation)
- if !ok {
- return nil, fmt.Errorf("unexpected mutation type %T", m)
- }
- if err := builder.check(); err != nil {
- return nil, err
- }
- builder.mutation = mutation
- var err error
- nodes[i], specs[i] = builder.createSpec()
- if i < len(mutators)-1 {
- _, err = mutators[i+1].Mutate(root, usdcb.builders[i+1].mutation)
- } else {
- spec := &sqlgraph.BatchCreateSpec{Nodes: specs}
- spec.OnConflict = usdcb.conflict
- // Invoke the actual operation on the latest mutation in the chain.
- if err = sqlgraph.BatchCreate(ctx, usdcb.driver, spec); err != nil {
- if sqlgraph.IsConstraintError(err) {
- err = &ConstraintError{msg: err.Error(), wrap: err}
- }
- }
- }
- if err != nil {
- return nil, err
- }
- mutation.id = &nodes[i].ID
- if specs[i].ID.Value != nil && nodes[i].ID == 0 {
- id := specs[i].ID.Value.(int64)
- nodes[i].ID = uint64(id)
- }
- mutation.done = true
- return nodes[i], nil
- })
- for i := len(builder.hooks) - 1; i >= 0; i-- {
- mut = builder.hooks[i](mut)
- }
- mutators[i] = mut
- }(i, ctx)
- }
- if len(mutators) > 0 {
- if _, err := mutators[0].Mutate(ctx, usdcb.builders[0].mutation); err != nil {
- return nil, err
- }
- }
- return nodes, nil
- }
- // SaveX is like Save, but panics if an error occurs.
- func (usdcb *UsageStatisticDayCreateBulk) SaveX(ctx context.Context) []*UsageStatisticDay {
- v, err := usdcb.Save(ctx)
- if err != nil {
- panic(err)
- }
- return v
- }
- // Exec executes the query.
- func (usdcb *UsageStatisticDayCreateBulk) Exec(ctx context.Context) error {
- _, err := usdcb.Save(ctx)
- return err
- }
- // ExecX is like Exec, but panics if an error occurs.
- func (usdcb *UsageStatisticDayCreateBulk) ExecX(ctx context.Context) {
- if err := usdcb.Exec(ctx); err != nil {
- panic(err)
- }
- }
- // OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause
- // of the `INSERT` statement. For example:
- //
- // client.UsageStatisticDay.CreateBulk(builders...).
- // OnConflict(
- // // Update the row with the new values
- // // the was proposed for insertion.
- // sql.ResolveWithNewValues(),
- // ).
- // // Override some of the fields with custom
- // // update values.
- // Update(func(u *ent.UsageStatisticDayUpsert) {
- // SetCreatedAt(v+v).
- // }).
- // Exec(ctx)
- func (usdcb *UsageStatisticDayCreateBulk) OnConflict(opts ...sql.ConflictOption) *UsageStatisticDayUpsertBulk {
- usdcb.conflict = opts
- return &UsageStatisticDayUpsertBulk{
- create: usdcb,
- }
- }
- // OnConflictColumns calls `OnConflict` and configures the columns
- // as conflict target. Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(sql.ConflictColumns(columns...)).
- // Exec(ctx)
- func (usdcb *UsageStatisticDayCreateBulk) OnConflictColumns(columns ...string) *UsageStatisticDayUpsertBulk {
- usdcb.conflict = append(usdcb.conflict, sql.ConflictColumns(columns...))
- return &UsageStatisticDayUpsertBulk{
- create: usdcb,
- }
- }
- // UsageStatisticDayUpsertBulk is the builder for "upsert"-ing
- // a bulk of UsageStatisticDay nodes.
- type UsageStatisticDayUpsertBulk struct {
- create *UsageStatisticDayCreateBulk
- }
- // UpdateNewValues updates the mutable fields using the new values that
- // were set on create. Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(
- // sql.ResolveWithNewValues(),
- // sql.ResolveWith(func(u *sql.UpdateSet) {
- // u.SetIgnore(usagestatisticday.FieldID)
- // }),
- // ).
- // Exec(ctx)
- func (u *UsageStatisticDayUpsertBulk) UpdateNewValues() *UsageStatisticDayUpsertBulk {
- u.create.conflict = append(u.create.conflict, sql.ResolveWithNewValues())
- u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(s *sql.UpdateSet) {
- for _, b := range u.create.builders {
- if _, exists := b.mutation.ID(); exists {
- s.SetIgnore(usagestatisticday.FieldID)
- }
- if _, exists := b.mutation.CreatedAt(); exists {
- s.SetIgnore(usagestatisticday.FieldCreatedAt)
- }
- }
- }))
- return u
- }
- // Ignore sets each column to itself in case of conflict.
- // Using this option is equivalent to using:
- //
- // client.UsageStatisticDay.Create().
- // OnConflict(sql.ResolveWithIgnore()).
- // Exec(ctx)
- func (u *UsageStatisticDayUpsertBulk) Ignore() *UsageStatisticDayUpsertBulk {
- u.create.conflict = append(u.create.conflict, sql.ResolveWithIgnore())
- return u
- }
- // DoNothing configures the conflict_action to `DO NOTHING`.
- // Supported only by SQLite and PostgreSQL.
- func (u *UsageStatisticDayUpsertBulk) DoNothing() *UsageStatisticDayUpsertBulk {
- u.create.conflict = append(u.create.conflict, sql.DoNothing())
- return u
- }
- // Update allows overriding fields `UPDATE` values. See the UsageStatisticDayCreateBulk.OnConflict
- // documentation for more info.
- func (u *UsageStatisticDayUpsertBulk) Update(set func(*UsageStatisticDayUpsert)) *UsageStatisticDayUpsertBulk {
- u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(update *sql.UpdateSet) {
- set(&UsageStatisticDayUpsert{UpdateSet: update})
- }))
- return u
- }
- // SetUpdatedAt sets the "updated_at" field.
- func (u *UsageStatisticDayUpsertBulk) SetUpdatedAt(v time.Time) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetUpdatedAt(v)
- })
- }
- // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateUpdatedAt() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateUpdatedAt()
- })
- }
- // SetStatus sets the "status" field.
- func (u *UsageStatisticDayUpsertBulk) SetStatus(v uint8) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetStatus(v)
- })
- }
- // AddStatus adds v to the "status" field.
- func (u *UsageStatisticDayUpsertBulk) AddStatus(v uint8) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddStatus(v)
- })
- }
- // UpdateStatus sets the "status" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateStatus() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateStatus()
- })
- }
- // ClearStatus clears the value of the "status" field.
- func (u *UsageStatisticDayUpsertBulk) ClearStatus() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearStatus()
- })
- }
- // SetDeletedAt sets the "deleted_at" field.
- func (u *UsageStatisticDayUpsertBulk) SetDeletedAt(v time.Time) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetDeletedAt(v)
- })
- }
- // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateDeletedAt() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateDeletedAt()
- })
- }
- // ClearDeletedAt clears the value of the "deleted_at" field.
- func (u *UsageStatisticDayUpsertBulk) ClearDeletedAt() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearDeletedAt()
- })
- }
- // SetAddtime sets the "addtime" field.
- func (u *UsageStatisticDayUpsertBulk) SetAddtime(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAddtime(v)
- })
- }
- // AddAddtime adds v to the "addtime" field.
- func (u *UsageStatisticDayUpsertBulk) AddAddtime(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAddtime(v)
- })
- }
- // UpdateAddtime sets the "addtime" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateAddtime() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAddtime()
- })
- }
- // SetType sets the "type" field.
- func (u *UsageStatisticDayUpsertBulk) SetType(v int) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetType(v)
- })
- }
- // AddType adds v to the "type" field.
- func (u *UsageStatisticDayUpsertBulk) AddType(v int) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddType(v)
- })
- }
- // UpdateType sets the "type" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateType() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateType()
- })
- }
- // SetBotID sets the "bot_id" field.
- func (u *UsageStatisticDayUpsertBulk) SetBotID(v string) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetBotID(v)
- })
- }
- // UpdateBotID sets the "bot_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateBotID() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateBotID()
- })
- }
- // ClearBotID clears the value of the "bot_id" field.
- func (u *UsageStatisticDayUpsertBulk) ClearBotID() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearBotID()
- })
- }
- // SetOrganizationID sets the "organization_id" field.
- func (u *UsageStatisticDayUpsertBulk) SetOrganizationID(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetOrganizationID(v)
- })
- }
- // AddOrganizationID adds v to the "organization_id" field.
- func (u *UsageStatisticDayUpsertBulk) AddOrganizationID(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddOrganizationID(v)
- })
- }
- // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateOrganizationID() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateOrganizationID()
- })
- }
- // ClearOrganizationID clears the value of the "organization_id" field.
- func (u *UsageStatisticDayUpsertBulk) ClearOrganizationID() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.ClearOrganizationID()
- })
- }
- // SetAiResponse sets the "ai_response" field.
- func (u *UsageStatisticDayUpsertBulk) SetAiResponse(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAiResponse(v)
- })
- }
- // AddAiResponse adds v to the "ai_response" field.
- func (u *UsageStatisticDayUpsertBulk) AddAiResponse(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAiResponse(v)
- })
- }
- // UpdateAiResponse sets the "ai_response" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateAiResponse() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAiResponse()
- })
- }
- // SetSopRun sets the "sop_run" field.
- func (u *UsageStatisticDayUpsertBulk) SetSopRun(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetSopRun(v)
- })
- }
- // AddSopRun adds v to the "sop_run" field.
- func (u *UsageStatisticDayUpsertBulk) AddSopRun(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddSopRun(v)
- })
- }
- // UpdateSopRun sets the "sop_run" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateSopRun() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateSopRun()
- })
- }
- // SetTotalFriend sets the "total_friend" field.
- func (u *UsageStatisticDayUpsertBulk) SetTotalFriend(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetTotalFriend(v)
- })
- }
- // AddTotalFriend adds v to the "total_friend" field.
- func (u *UsageStatisticDayUpsertBulk) AddTotalFriend(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddTotalFriend(v)
- })
- }
- // UpdateTotalFriend sets the "total_friend" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateTotalFriend() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateTotalFriend()
- })
- }
- // SetTotalGroup sets the "total_group" field.
- func (u *UsageStatisticDayUpsertBulk) SetTotalGroup(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetTotalGroup(v)
- })
- }
- // AddTotalGroup adds v to the "total_group" field.
- func (u *UsageStatisticDayUpsertBulk) AddTotalGroup(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddTotalGroup(v)
- })
- }
- // UpdateTotalGroup sets the "total_group" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateTotalGroup() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateTotalGroup()
- })
- }
- // SetAccountBalance sets the "account_balance" field.
- func (u *UsageStatisticDayUpsertBulk) SetAccountBalance(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetAccountBalance(v)
- })
- }
- // AddAccountBalance adds v to the "account_balance" field.
- func (u *UsageStatisticDayUpsertBulk) AddAccountBalance(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddAccountBalance(v)
- })
- }
- // UpdateAccountBalance sets the "account_balance" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateAccountBalance() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateAccountBalance()
- })
- }
- // SetConsumeToken sets the "consume_token" field.
- func (u *UsageStatisticDayUpsertBulk) SetConsumeToken(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetConsumeToken(v)
- })
- }
- // AddConsumeToken adds v to the "consume_token" field.
- func (u *UsageStatisticDayUpsertBulk) AddConsumeToken(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddConsumeToken(v)
- })
- }
- // UpdateConsumeToken sets the "consume_token" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateConsumeToken() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateConsumeToken()
- })
- }
- // SetActiveUser sets the "active_user" field.
- func (u *UsageStatisticDayUpsertBulk) SetActiveUser(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetActiveUser(v)
- })
- }
- // AddActiveUser adds v to the "active_user" field.
- func (u *UsageStatisticDayUpsertBulk) AddActiveUser(v uint64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddActiveUser(v)
- })
- }
- // UpdateActiveUser sets the "active_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateActiveUser() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateActiveUser()
- })
- }
- // SetNewUser sets the "new_user" field.
- func (u *UsageStatisticDayUpsertBulk) SetNewUser(v int64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetNewUser(v)
- })
- }
- // AddNewUser adds v to the "new_user" field.
- func (u *UsageStatisticDayUpsertBulk) AddNewUser(v int64) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.AddNewUser(v)
- })
- }
- // UpdateNewUser sets the "new_user" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateNewUser() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateNewUser()
- })
- }
- // SetLabelDist sets the "label_dist" field.
- func (u *UsageStatisticDayUpsertBulk) SetLabelDist(v []custom_types.LabelDist) *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.SetLabelDist(v)
- })
- }
- // UpdateLabelDist sets the "label_dist" field to the value that was provided on create.
- func (u *UsageStatisticDayUpsertBulk) UpdateLabelDist() *UsageStatisticDayUpsertBulk {
- return u.Update(func(s *UsageStatisticDayUpsert) {
- s.UpdateLabelDist()
- })
- }
- // Exec executes the query.
- func (u *UsageStatisticDayUpsertBulk) Exec(ctx context.Context) error {
- if u.create.err != nil {
- return u.create.err
- }
- for i, b := range u.create.builders {
- if len(b.conflict) != 0 {
- return fmt.Errorf("ent: OnConflict was set for builder %d. Set it on the UsageStatisticDayCreateBulk instead", i)
- }
- }
- if len(u.create.conflict) == 0 {
- return errors.New("ent: missing options for UsageStatisticDayCreateBulk.OnConflict")
- }
- return u.create.Exec(ctx)
- }
- // ExecX is like Exec, but panics if an error occurs.
- func (u *UsageStatisticDayUpsertBulk) ExecX(ctx context.Context) {
- if err := u.create.Exec(ctx); err != nil {
- panic(err)
- }
- }
|