123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960 |
- // +build !ignore_autogenerated
- // Code generated by deepcopy-gen. DO NOT EDIT.
- package api
- import (
- model "go-common/app/service/main/tv/internal/model"
- )
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ChangeHistoryReply) DeepCopyInto(out *ChangeHistoryReply) {
- *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 ChangeHistoryReply.
- func (in *ChangeHistoryReply) DeepCopy() *ChangeHistoryReply {
- if in == nil {
- return nil
- }
- out := new(ChangeHistoryReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoUserChangeHistory is an autogenerated deepcopy function, copying the receiver, writing into model.UserChangeHistory.
- func (in *ChangeHistoryReply) DeepCopyAsIntoUserChangeHistory(out *model.UserChangeHistory) {
- out.ChangeType = in.ChangeType
- out.ChangeTime = in.ChangeTime
- out.OrderNo = in.OrderNo
- out.Days = in.Days
- out.OperatorId = in.OperatorId
- out.Ctime = in.Ctime
- out.Mtime = in.Mtime
- return
- }
- // DeepCopyFromUserChangeHistory is an autogenerated deepcopy function, copying the receiver, writing into model.UserChangeHistory.
- func (out *ChangeHistoryReply) DeepCopyFromUserChangeHistory(in *model.UserChangeHistory) {
- out.ChangeType = in.ChangeType
- out.ChangeTime = in.ChangeTime
- out.OrderNo = in.OrderNo
- out.Days = in.Days
- out.OperatorId = in.OperatorId
- out.Ctime = in.Ctime
- out.Mtime = in.Mtime
- return
- }
- // DeepCopyAsUserChangeHistory is an autogenerated deepcopy function, copying the receiver, creating a new model.UserChangeHistory.
- func (in *ChangeHistoryReply) DeepCopyAsUserChangeHistory() *model.UserChangeHistory {
- if in == nil {
- return nil
- }
- out := new(model.UserChangeHistory)
- in.DeepCopyAsIntoUserChangeHistory(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ChangeHistoryReq) DeepCopyInto(out *ChangeHistoryReq) {
- *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 ChangeHistoryReq.
- func (in *ChangeHistoryReq) DeepCopy() *ChangeHistoryReq {
- if in == nil {
- return nil
- }
- out := new(ChangeHistoryReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ChangeHistorysReply) DeepCopyInto(out *ChangeHistorysReply) {
- *out = *in
- if in.Historys != nil {
- in, out := &in.Historys, &out.Historys
- *out = make([]*ChangeHistoryReply, len(*in))
- for i := range *in {
- if (*in)[i] != nil {
- in, out := &(*in)[i], &(*out)[i]
- *out = new(ChangeHistoryReply)
- (*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 ChangeHistorysReply.
- func (in *ChangeHistorysReply) DeepCopy() *ChangeHistorysReply {
- if in == nil {
- return nil
- }
- out := new(ChangeHistorysReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *ChangeHistorysReq) DeepCopyInto(out *ChangeHistorysReq) {
- *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 ChangeHistorysReq.
- func (in *ChangeHistorysReq) DeepCopy() *ChangeHistorysReq {
- if in == nil {
- return nil
- }
- out := new(ChangeHistorysReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateGuestOrderReply) DeepCopyInto(out *CreateGuestOrderReply) {
- *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 CreateGuestOrderReply.
- func (in *CreateGuestOrderReply) DeepCopy() *CreateGuestOrderReply {
- if in == nil {
- return nil
- }
- out := new(CreateGuestOrderReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoPayInfo is an autogenerated deepcopy function, copying the receiver, writing into model.PayInfo.
- func (in *CreateGuestOrderReply) DeepCopyAsIntoPayInfo(out *model.PayInfo) {
- out.OrderNo = in.OrderNo
- out.PaymentType = in.PaymentType
- out.CodeUrl = in.CodeUrl
- out.PaymentMoney = in.PaymentMoney
- return
- }
- // DeepCopyFromPayInfo is an autogenerated deepcopy function, copying the receiver, writing into model.PayInfo.
- func (out *CreateGuestOrderReply) DeepCopyFromPayInfo(in *model.PayInfo) {
- out.OrderNo = in.OrderNo
- out.PaymentType = in.PaymentType
- out.CodeUrl = in.CodeUrl
- out.PaymentMoney = in.PaymentMoney
- return
- }
- // DeepCopyAsPayInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.PayInfo.
- func (in *CreateGuestOrderReply) DeepCopyAsPayInfo() *model.PayInfo {
- if in == nil {
- return nil
- }
- out := new(model.PayInfo)
- in.DeepCopyAsIntoPayInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateGuestOrderReq) DeepCopyInto(out *CreateGuestOrderReq) {
- *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 CreateGuestOrderReq.
- func (in *CreateGuestOrderReq) DeepCopy() *CreateGuestOrderReq {
- if in == nil {
- return nil
- }
- out := new(CreateGuestOrderReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateGuestQrReply) DeepCopyInto(out *CreateGuestQrReply) {
- *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 CreateGuestQrReply.
- func (in *CreateGuestQrReply) DeepCopy() *CreateGuestQrReply {
- if in == nil {
- return nil
- }
- out := new(CreateGuestQrReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoQR is an autogenerated deepcopy function, copying the receiver, writing into model.QR.
- func (in *CreateGuestQrReply) DeepCopyAsIntoQR(out *model.QR) {
- out.Token = in.Token
- return
- }
- // DeepCopyFromQR is an autogenerated deepcopy function, copying the receiver, writing into model.QR.
- func (out *CreateGuestQrReply) DeepCopyFromQR(in *model.QR) {
- out.Url = in.URL
- out.ExpireAt = in.ExpireAt
- out.Token = in.Token
- return
- }
- // DeepCopyAsQR is an autogenerated deepcopy function, copying the receiver, creating a new model.QR.
- func (in *CreateGuestQrReply) DeepCopyAsQR() *model.QR {
- if in == nil {
- return nil
- }
- out := new(model.QR)
- in.DeepCopyAsIntoQR(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateGuestQrReq) DeepCopyInto(out *CreateGuestQrReq) {
- *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 CreateGuestQrReq.
- func (in *CreateGuestQrReq) DeepCopy() *CreateGuestQrReq {
- if in == nil {
- return nil
- }
- out := new(CreateGuestQrReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateOrderReply) DeepCopyInto(out *CreateOrderReply) {
- *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 CreateOrderReply.
- func (in *CreateOrderReply) DeepCopy() *CreateOrderReply {
- if in == nil {
- return nil
- }
- out := new(CreateOrderReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoPayInfo is an autogenerated deepcopy function, copying the receiver, writing into model.PayInfo.
- func (in *CreateOrderReply) DeepCopyAsIntoPayInfo(out *model.PayInfo) {
- out.OrderNo = in.OrderNo
- out.PaymentType = in.PaymentType
- out.CodeUrl = in.CodeUrl
- out.PaymentMoney = in.PaymentMoney
- return
- }
- // DeepCopyFromPayInfo is an autogenerated deepcopy function, copying the receiver, writing into model.PayInfo.
- func (out *CreateOrderReply) DeepCopyFromPayInfo(in *model.PayInfo) {
- out.OrderNo = in.OrderNo
- out.PaymentType = in.PaymentType
- out.CodeUrl = in.CodeUrl
- out.PaymentMoney = in.PaymentMoney
- return
- }
- // DeepCopyAsPayInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.PayInfo.
- func (in *CreateOrderReply) DeepCopyAsPayInfo() *model.PayInfo {
- if in == nil {
- return nil
- }
- out := new(model.PayInfo)
- in.DeepCopyAsIntoPayInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateOrderReq) DeepCopyInto(out *CreateOrderReq) {
- *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 CreateOrderReq.
- func (in *CreateOrderReq) DeepCopy() *CreateOrderReq {
- if in == nil {
- return nil
- }
- out := new(CreateOrderReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateQrReply) DeepCopyInto(out *CreateQrReply) {
- *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 CreateQrReply.
- func (in *CreateQrReply) DeepCopy() *CreateQrReply {
- if in == nil {
- return nil
- }
- out := new(CreateQrReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoQR is an autogenerated deepcopy function, copying the receiver, writing into model.QR.
- func (in *CreateQrReply) DeepCopyAsIntoQR(out *model.QR) {
- out.Token = in.Token
- return
- }
- // DeepCopyFromQR is an autogenerated deepcopy function, copying the receiver, writing into model.QR.
- func (out *CreateQrReply) DeepCopyFromQR(in *model.QR) {
- out.Url = in.URL
- out.ExpireAt = in.ExpireAt
- out.Token = in.Token
- return
- }
- // DeepCopyAsQR is an autogenerated deepcopy function, copying the receiver, creating a new model.QR.
- func (in *CreateQrReply) DeepCopyAsQR() *model.QR {
- if in == nil {
- return nil
- }
- out := new(model.QR)
- in.DeepCopyAsIntoQR(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *CreateQrReq) DeepCopyInto(out *CreateQrReq) {
- *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 CreateQrReq.
- func (in *CreateQrReq) DeepCopy() *CreateQrReq {
- if in == nil {
- return nil
- }
- out := new(CreateQrReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *GuestPanelInfoReq) DeepCopyInto(out *GuestPanelInfoReq) {
- *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 GuestPanelInfoReq.
- func (in *GuestPanelInfoReq) DeepCopy() *GuestPanelInfoReq {
- if in == nil {
- return nil
- }
- out := new(GuestPanelInfoReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PanelInfoReq) DeepCopyInto(out *PanelInfoReq) {
- *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 PanelInfoReq.
- func (in *PanelInfoReq) DeepCopy() *PanelInfoReq {
- if in == nil {
- return nil
- }
- out := new(PanelInfoReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PanelPriceConfig) DeepCopyInto(out *PanelPriceConfig) {
- *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 PanelPriceConfig.
- func (in *PanelPriceConfig) DeepCopy() *PanelPriceConfig {
- if in == nil {
- return nil
- }
- out := new(PanelPriceConfig)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoPanelPriceConfig is an autogenerated deepcopy function, copying the receiver, writing into model.PanelPriceConfig.
- func (in *PanelPriceConfig) DeepCopyAsIntoPanelPriceConfig(out *model.PanelPriceConfig) {
- out.OriginPrice = in.OriginPrice
- out.MaxNum = in.MaxNum
- return
- }
- // DeepCopyFromPanelPriceConfig is an autogenerated deepcopy function, copying the receiver, writing into model.PanelPriceConfig.
- func (out *PanelPriceConfig) DeepCopyFromPanelPriceConfig(in *model.PanelPriceConfig) {
- out.Id = in.ID
- out.Pid = in.Pid
- out.Platform = in.Platform
- out.ProductName = in.ProductName
- out.SuitType = in.SubType
- out.Month = in.Month
- out.SubType = in.SubType
- out.Price = in.Price
- out.Remark = in.Remark
- out.Status = in.Status
- out.Superscript = in.Superscript
- out.MaxNum = in.MaxNum
- out.OriginPrice = in.OriginPrice
- return
- }
- // DeepCopyAsPanelPriceConfig is an autogenerated deepcopy function, copying the receiver, creating a new model.PanelPriceConfig.
- func (in *PanelPriceConfig) DeepCopyAsPanelPriceConfig() *model.PanelPriceConfig {
- if in == nil {
- return nil
- }
- out := new(model.PanelPriceConfig)
- in.DeepCopyAsIntoPanelPriceConfig(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PanelPriceConfigs) DeepCopyInto(out *PanelPriceConfigs) {
- *out = *in
- if in.PriceConfigs != nil {
- in, out := &in.PriceConfigs, &out.PriceConfigs
- *out = make([]*PanelPriceConfig, len(*in))
- for i := range *in {
- if (*in)[i] != nil {
- in, out := &(*in)[i], &(*out)[i]
- *out = new(PanelPriceConfig)
- (*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 PanelPriceConfigs.
- func (in *PanelPriceConfigs) DeepCopy() *PanelPriceConfigs {
- if in == nil {
- return nil
- }
- out := new(PanelPriceConfigs)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PayCallbackReply) DeepCopyInto(out *PayCallbackReply) {
- *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 PayCallbackReply.
- func (in *PayCallbackReply) DeepCopy() *PayCallbackReply {
- if in == nil {
- return nil
- }
- out := new(PayCallbackReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoYstPayCallbackReply is an autogenerated deepcopy function, copying the receiver, writing into model.YstPayCallbackReply.
- func (in *PayCallbackReply) DeepCopyAsIntoYstPayCallbackReply(out *model.YstPayCallbackReply) {
- out.TraceNo = in.TraceNo
- out.Result = in.Result
- out.Msg = in.Msg
- return
- }
- // DeepCopyFromYstPayCallbackReply is an autogenerated deepcopy function, copying the receiver, writing into model.YstPayCallbackReply.
- func (out *PayCallbackReply) DeepCopyFromYstPayCallbackReply(in *model.YstPayCallbackReply) {
- out.TraceNo = in.TraceNo
- out.Result = in.Result
- out.Msg = in.Msg
- return
- }
- // DeepCopyAsYstPayCallbackReply is an autogenerated deepcopy function, copying the receiver, creating a new model.YstPayCallbackReply.
- func (in *PayCallbackReply) DeepCopyAsYstPayCallbackReply() *model.YstPayCallbackReply {
- if in == nil {
- return nil
- }
- out := new(model.YstPayCallbackReply)
- in.DeepCopyAsIntoYstPayCallbackReply(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PayCallbackReq) DeepCopyInto(out *PayCallbackReq) {
- *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 PayCallbackReq.
- func (in *PayCallbackReq) DeepCopy() *PayCallbackReq {
- if in == nil {
- return nil
- }
- out := new(PayCallbackReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoYstPayCallbackReq is an autogenerated deepcopy function, copying the receiver, writing into model.YstPayCallbackReq.
- func (in *PayCallbackReq) DeepCopyAsIntoYstPayCallbackReq(out *model.YstPayCallbackReq) {
- out.SeqNo = in.SeqNo
- out.TraceNo = in.TraceNo
- out.TradeState = in.TradeState
- out.ContractId = in.ContractId
- out.Sign = in.Sign
- return
- }
- // DeepCopyFromYstPayCallbackReq is an autogenerated deepcopy function, copying the receiver, writing into model.YstPayCallbackReq.
- func (out *PayCallbackReq) DeepCopyFromYstPayCallbackReq(in *model.YstPayCallbackReq) {
- out.SeqNo = in.SeqNo
- out.TraceNo = in.TraceNo
- out.TradeState = in.TradeState
- out.ContractId = in.ContractId
- out.Sign = in.Sign
- return
- }
- // DeepCopyAsYstPayCallbackReq is an autogenerated deepcopy function, copying the receiver, creating a new model.YstPayCallbackReq.
- func (in *PayCallbackReq) DeepCopyAsYstPayCallbackReq() *model.YstPayCallbackReq {
- if in == nil {
- return nil
- }
- out := new(model.YstPayCallbackReq)
- in.DeepCopyAsIntoYstPayCallbackReq(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PayOrderReply) DeepCopyInto(out *PayOrderReply) {
- *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 PayOrderReply.
- func (in *PayOrderReply) DeepCopy() *PayOrderReply {
- if in == nil {
- return nil
- }
- out := new(PayOrderReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoPayOrder is an autogenerated deepcopy function, copying the receiver, writing into model.PayOrder.
- func (in *PayOrderReply) DeepCopyAsIntoPayOrder(out *model.PayOrder) {
- out.OrderNo = in.OrderNo
- out.Platform = in.Platform
- out.OrderType = in.OrderType
- out.BuyMonths = in.BuyMonths
- out.ProductId = in.ProductId
- out.Money = in.Money
- out.Quantity = in.Quantity
- out.Status = in.Status
- out.ThirdTradeNo = in.ThirdTradeNo
- out.PaymentMoney = in.PaymentMoney
- out.PaymentType = in.PaymentType
- out.PaymentTime = in.PaymentTime
- out.Ctime = in.Ctime
- out.Mtime = in.Mtime
- return
- }
- // DeepCopyFromPayOrder is an autogenerated deepcopy function, copying the receiver, writing into model.PayOrder.
- func (out *PayOrderReply) DeepCopyFromPayOrder(in *model.PayOrder) {
- out.OrderNo = in.OrderNo
- out.Platform = in.Platform
- out.OrderType = in.OrderType
- out.BuyMonths = in.BuyMonths
- out.ProductId = in.ProductId
- out.Money = in.Money
- out.Quantity = in.Quantity
- out.Status = in.Status
- out.ThirdTradeNo = in.ThirdTradeNo
- out.PaymentMoney = in.PaymentMoney
- out.PaymentType = in.PaymentType
- out.PaymentTime = in.PaymentTime
- out.Ctime = in.Ctime
- out.Mtime = in.Mtime
- return
- }
- // DeepCopyAsPayOrder is an autogenerated deepcopy function, copying the receiver, creating a new model.PayOrder.
- func (in *PayOrderReply) DeepCopyAsPayOrder() *model.PayOrder {
- if in == nil {
- return nil
- }
- out := new(model.PayOrder)
- in.DeepCopyAsIntoPayOrder(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *PayOrderReq) DeepCopyInto(out *PayOrderReq) {
- *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 PayOrderReq.
- func (in *PayOrderReq) DeepCopy() *PayOrderReq {
- if in == nil {
- return nil
- }
- out := new(PayOrderReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *RenewVipReply) DeepCopyInto(out *RenewVipReply) {
- *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 RenewVipReply.
- func (in *RenewVipReply) DeepCopy() *RenewVipReply {
- if in == nil {
- return nil
- }
- out := new(RenewVipReply)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *RenewVipReq) DeepCopyInto(out *RenewVipReq) {
- *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 RenewVipReq.
- func (in *RenewVipReq) DeepCopy() *RenewVipReq {
- if in == nil {
- return nil
- }
- out := new(RenewVipReq)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *TokenInfo) DeepCopyInto(out *TokenInfo) {
- *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 TokenInfo.
- func (in *TokenInfo) DeepCopy() *TokenInfo {
- if in == nil {
- return nil
- }
- out := new(TokenInfo)
- in.DeepCopyInto(out)
- return out
- }
- // DeepCopyAsIntoTokenInfo is an autogenerated deepcopy function, copying the receiver, writing into model.TokenInfo.
- func (in *TokenInfo) DeepCopyAsIntoTokenInfo(out *model.TokenInfo) {
- out.OrderNo = in.OrderNo
- out.Status = in.Status
- return
- }
- // DeepCopyFromTokenInfo is an autogenerated deepcopy function, copying the receiver, writing into model.TokenInfo.
- func (out *TokenInfo) DeepCopyFromTokenInfo(in *model.TokenInfo) {
- out.Token = in.Token
- out.OrderNo = in.OrderNo
- out.Status = in.Status
- out.Mid = in.Mid
- return
- }
- // DeepCopyAsTokenInfo is an autogenerated deepcopy function, copying the receiver, creating a new model.TokenInfo.
- func (in *TokenInfo) DeepCopyAsTokenInfo() *model.TokenInfo {
- if in == nil {
- return nil
- }
- out := new(model.TokenInfo)
- in.DeepCopyAsIntoTokenInfo(out)
- return out
- }
- // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
- func (in *TokenInfoReq) DeepCopyInto(out *TokenInfoReq) {
- *out = *in
- if in.Token != nil {
- in, out := &in.Token, &out.Token
- *out = make([]string, len(*in))
- copy(*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 TokenInfoReq.
- func (in *TokenInfoReq) DeepCopy() *TokenInfoReq {
- if in == nil {
- return nil
- }
- out := new(TokenInfoReq)
- 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
- 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) {
- out.VipType = in.VipType
- out.PayType = in.PayType
- out.PayChannelId = in.PayChannelId
- out.Status = in.Status
- out.OverdueTime = in.OverdueTime
- return
- }
- // DeepCopyFromUserInfo is an autogenerated deepcopy function, copying the receiver, writing into model.UserInfo.
- func (out *UserInfoReply) DeepCopyFromUserInfo(in *model.UserInfo) {
- out.Mid = in.Mid
- out.VipType = in.VipType
- out.PayType = in.PayType
- out.PayChannelId = in.PayChannelId
- out.Status = in.Status
- out.OverdueTime = in.OverdueTime
- 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 *YstUserInfoReply) DeepCopyFromUserInfo(in *model.UserInfo) {
- out.Mid = in.Mid
- out.PayType = in.PayType
- out.Status = in.Status
- out.PayChannelId = in.PayChannelId
- out.OverdueTime = in.OverdueTime
- }
- func (in *YstUserInfoReq) DeepCopyAsYstUserInfoReq() *model.YstUserInfoReq {
- if in == nil {
- return nil
- }
- out := new(model.YstUserInfoReq)
- out.Mid = int32(in.Mid)
- out.Sign = in.Sign
- return out
- }
|