123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961 |
- // +build !ignore_autogenerated
- // Code generated by deepcopy-gen. DO NOT EDIT.
- package v1
- import (
- model "go-common/app/service/main/spy/model"
- "go-common/library/time"
- )
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ClearReliveTimesReply) DeepCopyInto(out *ClearReliveTimesReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearReliveTimesReply.
- func (in *ClearReliveTimesReply) DeepCopy() *ClearReliveTimesReply {
- if in == nil {
- return nil
- }
- out := new(ClearReliveTimesReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ClearReliveTimesReq) DeepCopyInto(out *ClearReliveTimesReq) {
- *out = *in
- if in.Arg != nil {
- in, out := &in.Arg, &out.Arg
- *out = new(ModelArgReset)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClearReliveTimesReq.
- func (in *ClearReliveTimesReq) DeepCopy() *ClearReliveTimesReq {
- if in == nil {
- return nil
- }
- out := new(ClearReliveTimesReq)
- in.DeepCopyInto(out)
- return out
- }
- func (in *ClearReliveTimesReq) DeepCopyAsIntoArgReset(out *model.ArgReset) {
- if out == nil {
- return
- }
- out.Mid = in.Arg.Mid
- out.BaseScore = in.Arg.BaseScore
- out.EventScore = in.Arg.EventScore
- out.Operator = in.Arg.Operator
- out.ReLiveTime = in.Arg.ReLiveTime
- return
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *HandleEventReply) DeepCopyInto(out *HandleEventReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HandleEventReply.
- func (in *HandleEventReply) DeepCopy() *HandleEventReply {
- if in == nil {
- return nil
- }
- out := new(HandleEventReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *HandleEventReq) DeepCopyInto(out *HandleEventReq) {
- *out = *in
- if in.EventMsg != nil {
- in, out := &in.EventMsg, &out.EventMsg
- *out = new(ModelEventMessage)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- func (in *HandleEventReq) DeepCopyAsIntoEventMessage(out *model.EventMessage) {
- if out == nil {
- return
- }
- out.Time = time.Time(in.EventMsg.Time)
- out.IP = in.EventMsg.Ip
- out.Service = in.EventMsg.Service
- out.Event = in.EventMsg.Event
- out.ActiveMid = in.EventMsg.ActiveMid
- out.TargetMid = in.EventMsg.TargetMid
- out.TargetID = in.EventMsg.TargetId
- out.Result = in.EventMsg.Result
- out.Effect = in.EventMsg.Effect
- out.RiskLevel = int8(in.EventMsg.RiskLevel)
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HandleEventReq.
- func (in *HandleEventReq) DeepCopy() *HandleEventReq {
- if in == nil {
- return nil
- }
- out := new(HandleEventReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ModelArgReset) DeepCopyInto(out *ModelArgReset) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelArgReset.
- func (in *ModelArgReset) DeepCopy() *ModelArgReset {
- if in == nil {
- return nil
- }
- out := new(ModelArgReset)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ModelEventMessage) DeepCopyInto(out *ModelEventMessage) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelEventMessage.
- func (in *ModelEventMessage) DeepCopy() *ModelEventMessage {
- if in == nil {
- return nil
- }
- out := new(ModelEventMessage)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ModelStatistics) DeepCopyInto(out *ModelStatistics) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelStatistics.
- func (in *ModelStatistics) DeepCopy() *ModelStatistics {
- if in == nil {
- return nil
- }
- out := new(ModelStatistics)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (in *ModelStatistics) DeepCopyAsIntoStatistics(out *model.Statistics) {
- out.Quantity = in.Quantity
- out.EventName = in.EventName
- return
- }
- // DeepCopyFromStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (out *ModelStatistics) DeepCopyFromStatistics(in *model.Statistics) {
- out.Quantity = in.Quantity
- out.EventId = in.EventID
- out.EventName = in.EventName
- return
- }
- // DeepCopyAsStatistics is an autogenerated deepcopy function, copying the receiver, creating a new model.Statistics.
- func (in *ModelStatistics) DeepCopyAsStatistics() *model.Statistics {
- if in == nil {
- return nil
- }
- out := new(model.Statistics)
- in.DeepCopyAsIntoStatistics(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ModelUserInfo) DeepCopyInto(out *ModelUserInfo) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelUserInfo.
- func (in *ModelUserInfo) DeepCopy() *ModelUserInfo {
- if in == nil {
- return nil
- }
- out := new(ModelUserInfo)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (in *ModelUserInfo) DeepCopyAsIntoUserInfo(out *model.UserInfo) {
- out.Mid = in.Mid
- return
- }
- // DeepCopyFromUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (out *ModelUserInfo) DeepCopyFromUserInfo(in *model.UserInfo) {
- if in == nil {
- return
- }
- out.Mid = in.Mid
- out.Id = in.ID
- out.Score = int32(in.Score)
- out.BaseScore = int32(in.BaseScore)
- out.EventScore = int32(in.EventScore)
- out.State = int32(in.State)
- out.ReliveTimes = int32(in.ReliveTimes)
- out.Ctime = int64(in.CTime)
- out.Mtime = int64(in.MTime)
- return
- }
- // DeepCopyAsUserInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.UserInfo.
- func (in *ModelUserInfo) DeepCopyAsUserInfo() *model.UserInfo {
- if in == nil {
- return nil
- }
- out := new(model.UserInfo)
- in.DeepCopyAsIntoUserInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PingReply) DeepCopyInto(out *PingReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PingReply.
- func (in *PingReply) DeepCopy() *PingReply {
- if in == nil {
- return nil
- }
- out := new(PingReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PingReq) DeepCopyInto(out *PingReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PingReq.
- func (in *PingReq) DeepCopy() *PingReq {
- if in == nil {
- return nil
- }
- out := new(PingReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PurgeUserReply) DeepCopyInto(out *PurgeUserReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurgeUserReply.
- func (in *PurgeUserReply) DeepCopy() *PurgeUserReply {
- if in == nil {
- return nil
- }
- out := new(PurgeUserReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PurgeUserReq) DeepCopyInto(out *PurgeUserReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurgeUserReq.
- func (in *PurgeUserReq) DeepCopy() *PurgeUserReq {
- if in == nil {
- return nil
- }
- out := new(PurgeUserReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ReBuildPortraitReply) DeepCopyInto(out *ReBuildPortraitReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReBuildPortraitReply.
- func (in *ReBuildPortraitReply) DeepCopy() *ReBuildPortraitReply {
- if in == nil {
- return nil
- }
- out := new(ReBuildPortraitReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ReBuildPortraitReq) DeepCopyInto(out *ReBuildPortraitReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReBuildPortraitReq.
- func (in *ReBuildPortraitReq) DeepCopy() *ReBuildPortraitReq {
- if in == nil {
- return nil
- }
- out := new(ReBuildPortraitReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *RefreshBaseScoreReply) DeepCopyInto(out *RefreshBaseScoreReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RefreshBaseScoreReply.
- func (in *RefreshBaseScoreReply) DeepCopy() *RefreshBaseScoreReply {
- if in == nil {
- return nil
- }
- out := new(RefreshBaseScoreReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *RefreshBaseScoreReq) DeepCopyInto(out *RefreshBaseScoreReq) {
- *out = *in
- if in.Arg != nil {
- in, out := &in.Arg, &out.Arg
- *out = new(ModelArgReset)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RefreshBaseScoreReq.
- func (in *RefreshBaseScoreReq) DeepCopy() *RefreshBaseScoreReq {
- if in == nil {
- return nil
- }
- out := new(RefreshBaseScoreReq)
- in.DeepCopyInto(out)
- return out
- }
- func (in *RefreshBaseScoreReq) DeepCopyAsIntoArgReset(out *model.ArgReset) {
- if out == nil {
- return
- }
- out.Mid = in.Arg.Mid
- out.BaseScore = in.Arg.BaseScore
- out.EventScore = in.Arg.EventScore
- out.Operator = in.Arg.Operator
- out.ReLiveTime = in.Arg.ReLiveTime
- return
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *StatByIDGroupEventReply) DeepCopyInto(out *StatByIDGroupEventReply) {
- *out = *in
- if in.Res != nil {
- in, out := &in.Res, &out.Res
- *out = make([]*ModelStatistics, len(*in))
- for i := range *in {
- if (*in)[i] != nil {
- in, out := &(*in)[i], &(*out)[i]
- *out = new(ModelStatistics)
- (*in).DeepCopyInto(*out)
- }
- }
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatByIDGroupEventReply.
- func (in *StatByIDGroupEventReply) DeepCopy() *StatByIDGroupEventReply {
- if in == nil {
- return nil
- }
- out := new(StatByIDGroupEventReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (in *StatByIDGroupEventReply) DeepCopyAsIntoStatistics(out *model.Statistics) {
- return
- }
- // DeepCopyFromStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (out *StatByIDGroupEventReply) DeepCopyFromStatistics(in []*model.Statistics) {
- out.Res = make([]*ModelStatistics, 0, len(in))
- for _, v := range in {
- statistic := new(ModelStatistics)
- statistic.DeepCopyFromStatistics(v)
- out.Res = append(out.Res, statistic)
- }
- return
- }
- // DeepCopyAsStatistics is an autogenerated deepcopy function, copying the receiver, creating a new model.Statistics.
- func (in *StatByIDGroupEventReply) DeepCopyAsStatistics() *model.Statistics {
- if in == nil {
- return nil
- }
- out := new(model.Statistics)
- in.DeepCopyAsIntoStatistics(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *StatByIDGroupEventReq) DeepCopyInto(out *StatByIDGroupEventReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatByIDGroupEventReq.
- func (in *StatByIDGroupEventReq) DeepCopy() *StatByIDGroupEventReq {
- if in == nil {
- return nil
- }
- out := new(StatByIDGroupEventReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *StatByIDReply) DeepCopyInto(out *StatByIDReply) {
- *out = *in
- if in.Stat != nil {
- in, out := &in.Stat, &out.Stat
- *out = make([]*ModelStatistics, len(*in))
- for i := range *in {
- if (*in)[i] != nil {
- in, out := &(*in)[i], &(*out)[i]
- *out = new(ModelStatistics)
- (*in).DeepCopyInto(*out)
- }
- }
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatByIDReply.
- func (in *StatByIDReply) DeepCopy() *StatByIDReply {
- if in == nil {
- return nil
- }
- out := new(StatByIDReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (in *StatByIDReply) DeepCopyAsIntoStatistics(out *model.Statistics) {
- return
- }
- // DeepCopyFromStatistics is an autogenerated deepcopy function, copying the receiver, writing into model.Statistics.
- func (out *StatByIDReply) DeepCopyFromStatistics(in []*model.Statistics) {
- out.Stat = make([]*ModelStatistics, 0, len(in))
- for _, v := range in {
- statistic := new(ModelStatistics)
- statistic.DeepCopyFromStatistics(v)
- out.Stat = append(out.Stat, statistic)
- }
- return
- }
- // DeepCopyAsStatistics is an autogenerated deepcopy function, copying the receiver, creating a new model.Statistics.
- func (in *StatByIDReply) DeepCopyAsStatistics() *model.Statistics {
- if in == nil {
- return nil
- }
- out := new(model.Statistics)
- in.DeepCopyAsIntoStatistics(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *StatByIDReq) DeepCopyInto(out *StatByIDReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatByIDReq.
- func (in *StatByIDReq) DeepCopy() *StatByIDReq {
- if in == nil {
- return nil
- }
- out := new(StatByIDReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateBaseScoreReply) DeepCopyInto(out *UpdateBaseScoreReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateBaseScoreReply.
- func (in *UpdateBaseScoreReply) DeepCopy() *UpdateBaseScoreReply {
- if in == nil {
- return nil
- }
- out := new(UpdateBaseScoreReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateBaseScoreReq) DeepCopyInto(out *UpdateBaseScoreReq) {
- *out = *in
- if in.Arg != nil {
- in, out := &in.Arg, &out.Arg
- *out = new(ModelArgReset)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateBaseScoreReq.
- func (in *UpdateBaseScoreReq) DeepCopy() *UpdateBaseScoreReq {
- if in == nil {
- return nil
- }
- out := new(UpdateBaseScoreReq)
- in.DeepCopyInto(out)
- return out
- }
- func (in *UpdateBaseScoreReq) DeepCopyAsIntoArgReset(out *model.ArgReset) {
- if out == nil {
- return
- }
- out.Mid = in.Arg.Mid
- out.BaseScore = in.Arg.BaseScore
- out.EventScore = in.Arg.EventScore
- out.Operator = in.Arg.Operator
- out.ReLiveTime = in.Arg.ReLiveTime
- return
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateEventScoreReply) DeepCopyInto(out *UpdateEventScoreReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateEventScoreReply.
- func (in *UpdateEventScoreReply) DeepCopy() *UpdateEventScoreReply {
- if in == nil {
- return nil
- }
- out := new(UpdateEventScoreReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateEventScoreReq) DeepCopyInto(out *UpdateEventScoreReq) {
- *out = *in
- if in.Arg != nil {
- in, out := &in.Arg, &out.Arg
- *out = new(ModelArgReset)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateEventScoreReq.
- func (in *UpdateEventScoreReq) DeepCopy() *UpdateEventScoreReq {
- if in == nil {
- return nil
- }
- out := new(UpdateEventScoreReq)
- in.DeepCopyInto(out)
- return out
- }
- func (in *UpdateEventScoreReq) DeepCopyAsIntoArgReset(out *model.ArgReset) {
- if out == nil {
- return
- }
- out.Mid = in.Arg.Mid
- out.BaseScore = in.Arg.BaseScore
- out.EventScore = in.Arg.EventScore
- out.Operator = in.Arg.Operator
- out.ReLiveTime = in.Arg.ReLiveTime
- return
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateUserScoreReply) DeepCopyInto(out *UpdateUserScoreReply) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateUserScoreReply.
- func (in *UpdateUserScoreReply) DeepCopy() *UpdateUserScoreReply {
- if in == nil {
- return nil
- }
- out := new(UpdateUserScoreReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UpdateUserScoreReq) DeepCopyInto(out *UpdateUserScoreReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpdateUserScoreReq.
- func (in *UpdateUserScoreReq) DeepCopy() *UpdateUserScoreReq {
- if in == nil {
- return nil
- }
- out := new(UpdateUserScoreReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UserInfoAsynReply) DeepCopyInto(out *UserInfoAsynReply) {
- *out = *in
- if in.Ui != nil {
- in, out := &in.Ui, &out.Ui
- *out = new(ModelUserInfo)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInfoAsynReply.
- func (in *UserInfoAsynReply) DeepCopy() *UserInfoAsynReply {
- if in == nil {
- return nil
- }
- out := new(UserInfoAsynReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (in *UserInfoAsynReply) DeepCopyAsIntoUserInfo(out *model.UserInfo) {
- return
- }
- // DeepCopyFromUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (out *UserInfoAsynReply) DeepCopyFromUserInfo(in *model.UserInfo) {
- if in == nil {
- return
- }
- out.Ui = new(ModelUserInfo)
- out.Ui.DeepCopyFromUserInfo(in)
- return
- }
- // DeepCopyAsUserInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.UserInfo.
- func (in *UserInfoAsynReply) DeepCopyAsUserInfo() *model.UserInfo {
- if in == nil {
- return nil
- }
- out := new(model.UserInfo)
- in.DeepCopyAsIntoUserInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UserInfoAsynReq) DeepCopyInto(out *UserInfoAsynReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInfoAsynReq.
- func (in *UserInfoAsynReq) DeepCopy() *UserInfoAsynReq {
- if in == nil {
- return nil
- }
- out := new(UserInfoAsynReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UserInfoReply) DeepCopyInto(out *UserInfoReply) {
- *out = *in
- if in.Ui != nil {
- in, out := &in.Ui, &out.Ui
- *out = new(ModelUserInfo)
- (*in).DeepCopyInto(*out)
- }
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInfoReply.
- func (in *UserInfoReply) DeepCopy() *UserInfoReply {
- if in == nil {
- return nil
- }
- out := new(UserInfoReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (in *UserInfoReply) DeepCopyAsIntoUserInfo(out *model.UserInfo) {
- return
- }
- // DeepCopyFromUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (out *UserInfoReply) DeepCopyFromUserInfo(in *model.UserInfo) {
- if in == nil {
- return
- }
- out.Ui = new(ModelUserInfo)
- out.Ui.DeepCopyFromUserInfo(in)
- return
- }
- // DeepCopyAsUserInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.UserInfo.
- func (in *UserInfoReply) DeepCopyAsUserInfo() *model.UserInfo {
- if in == nil {
- return nil
- }
- out := new(model.UserInfo)
- in.DeepCopyAsIntoUserInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *UserInfoReq) DeepCopyInto(out *UserInfoReq) {
- *out = *in
- out.XXX_NoUnkeyedLiteral = in.XXX_NoUnkeyedLiteral
- if in.XXX_unrecognized != nil {
- in, out := &in.XXX_unrecognized, &out.XXX_unrecognized
- *out = make([]byte, len(*in))
- copy(*out, *in)
- }
- return
- }
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInfoReq.
- func (in *UserInfoReq) DeepCopy() *UserInfoReq {
- if in == nil {
- return nil
- }
- out := new(UserInfoReq)
- in.DeepCopyInto(out)
- return out
- }
- func (out *InfoReply) DeepCopyFromUserInfo(in *model.UserInfo) {
- if in == nil {
- return
- }
- out.Ui = new(ModelUserInfo)
- out.Ui.DeepCopyFromUserInfo(in)
- return
- }
|