Commit 96f56d71 authored by vipwzw's avatar vipwzw

auto ci

parent 3c399015
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
package types package types
import proto "github.com/golang/protobuf/proto" import (
import fmt "fmt" fmt "fmt"
import math "math" math "math"
proto "github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal var _ = proto.Marshal
...@@ -32,16 +35,17 @@ func (m *PurchaseRecord) Reset() { *m = PurchaseRecord{} } ...@@ -32,16 +35,17 @@ func (m *PurchaseRecord) Reset() { *m = PurchaseRecord{} }
func (m *PurchaseRecord) String() string { return proto.CompactTextString(m) } func (m *PurchaseRecord) String() string { return proto.CompactTextString(m) }
func (*PurchaseRecord) ProtoMessage() {} func (*PurchaseRecord) ProtoMessage() {}
func (*PurchaseRecord) Descriptor() ([]byte, []int) { func (*PurchaseRecord) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{0} return fileDescriptor_2cce7afd61783b10, []int{0}
} }
func (m *PurchaseRecord) XXX_Unmarshal(b []byte) error { func (m *PurchaseRecord) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PurchaseRecord.Unmarshal(m, b) return xxx_messageInfo_PurchaseRecord.Unmarshal(m, b)
} }
func (m *PurchaseRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *PurchaseRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PurchaseRecord.Marshal(b, m, deterministic) return xxx_messageInfo_PurchaseRecord.Marshal(b, m, deterministic)
} }
func (dst *PurchaseRecord) XXX_Merge(src proto.Message) { func (m *PurchaseRecord) XXX_Merge(src proto.Message) {
xxx_messageInfo_PurchaseRecord.Merge(dst, src) xxx_messageInfo_PurchaseRecord.Merge(m, src)
} }
func (m *PurchaseRecord) XXX_Size() int { func (m *PurchaseRecord) XXX_Size() int {
return xxx_messageInfo_PurchaseRecord.Size(m) return xxx_messageInfo_PurchaseRecord.Size(m)
...@@ -94,16 +98,17 @@ func (m *PurchaseRecords) Reset() { *m = PurchaseRecords{} } ...@@ -94,16 +98,17 @@ func (m *PurchaseRecords) Reset() { *m = PurchaseRecords{} }
func (m *PurchaseRecords) String() string { return proto.CompactTextString(m) } func (m *PurchaseRecords) String() string { return proto.CompactTextString(m) }
func (*PurchaseRecords) ProtoMessage() {} func (*PurchaseRecords) ProtoMessage() {}
func (*PurchaseRecords) Descriptor() ([]byte, []int) { func (*PurchaseRecords) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{1} return fileDescriptor_2cce7afd61783b10, []int{1}
} }
func (m *PurchaseRecords) XXX_Unmarshal(b []byte) error { func (m *PurchaseRecords) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PurchaseRecords.Unmarshal(m, b) return xxx_messageInfo_PurchaseRecords.Unmarshal(m, b)
} }
func (m *PurchaseRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *PurchaseRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PurchaseRecords.Marshal(b, m, deterministic) return xxx_messageInfo_PurchaseRecords.Marshal(b, m, deterministic)
} }
func (dst *PurchaseRecords) XXX_Merge(src proto.Message) { func (m *PurchaseRecords) XXX_Merge(src proto.Message) {
xxx_messageInfo_PurchaseRecords.Merge(dst, src) xxx_messageInfo_PurchaseRecords.Merge(m, src)
} }
func (m *PurchaseRecords) XXX_Size() int { func (m *PurchaseRecords) XXX_Size() int {
return xxx_messageInfo_PurchaseRecords.Size(m) return xxx_messageInfo_PurchaseRecords.Size(m)
...@@ -151,7 +156,7 @@ type Lottery struct { ...@@ -151,7 +156,7 @@ type Lottery struct {
DrawBlockNum int64 `protobuf:"varint,6,opt,name=drawBlockNum,proto3" json:"drawBlockNum,omitempty"` DrawBlockNum int64 `protobuf:"varint,6,opt,name=drawBlockNum,proto3" json:"drawBlockNum,omitempty"`
LastTransToPurState int64 `protobuf:"varint,7,opt,name=lastTransToPurState,proto3" json:"lastTransToPurState,omitempty"` LastTransToPurState int64 `protobuf:"varint,7,opt,name=lastTransToPurState,proto3" json:"lastTransToPurState,omitempty"`
LastTransToDrawState int64 `protobuf:"varint,8,opt,name=lastTransToDrawState,proto3" json:"lastTransToDrawState,omitempty"` LastTransToDrawState int64 `protobuf:"varint,8,opt,name=lastTransToDrawState,proto3" json:"lastTransToDrawState,omitempty"`
// map<string, PurchaseRecords> records = 9; //map<string, PurchaseRecords> records = 9;
TotalPurchasedTxNum int64 `protobuf:"varint,10,opt,name=totalPurchasedTxNum,proto3" json:"totalPurchasedTxNum,omitempty"` TotalPurchasedTxNum int64 `protobuf:"varint,10,opt,name=totalPurchasedTxNum,proto3" json:"totalPurchasedTxNum,omitempty"`
CreateAddr string `protobuf:"bytes,11,opt,name=createAddr,proto3" json:"createAddr,omitempty"` CreateAddr string `protobuf:"bytes,11,opt,name=createAddr,proto3" json:"createAddr,omitempty"`
Round int64 `protobuf:"varint,12,opt,name=round,proto3" json:"round,omitempty"` Round int64 `protobuf:"varint,12,opt,name=round,proto3" json:"round,omitempty"`
...@@ -174,16 +179,17 @@ func (m *Lottery) Reset() { *m = Lottery{} } ...@@ -174,16 +179,17 @@ func (m *Lottery) Reset() { *m = Lottery{} }
func (m *Lottery) String() string { return proto.CompactTextString(m) } func (m *Lottery) String() string { return proto.CompactTextString(m) }
func (*Lottery) ProtoMessage() {} func (*Lottery) ProtoMessage() {}
func (*Lottery) Descriptor() ([]byte, []int) { func (*Lottery) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{2} return fileDescriptor_2cce7afd61783b10, []int{2}
} }
func (m *Lottery) XXX_Unmarshal(b []byte) error { func (m *Lottery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Lottery.Unmarshal(m, b) return xxx_messageInfo_Lottery.Unmarshal(m, b)
} }
func (m *Lottery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *Lottery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Lottery.Marshal(b, m, deterministic) return xxx_messageInfo_Lottery.Marshal(b, m, deterministic)
} }
func (dst *Lottery) XXX_Merge(src proto.Message) { func (m *Lottery) XXX_Merge(src proto.Message) {
xxx_messageInfo_Lottery.Merge(dst, src) xxx_messageInfo_Lottery.Merge(m, src)
} }
func (m *Lottery) XXX_Size() int { func (m *Lottery) XXX_Size() int {
return xxx_messageInfo_Lottery.Size(m) return xxx_messageInfo_Lottery.Size(m)
...@@ -352,16 +358,17 @@ func (m *MissingRecord) Reset() { *m = MissingRecord{} } ...@@ -352,16 +358,17 @@ func (m *MissingRecord) Reset() { *m = MissingRecord{} }
func (m *MissingRecord) String() string { return proto.CompactTextString(m) } func (m *MissingRecord) String() string { return proto.CompactTextString(m) }
func (*MissingRecord) ProtoMessage() {} func (*MissingRecord) ProtoMessage() {}
func (*MissingRecord) Descriptor() ([]byte, []int) { func (*MissingRecord) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{3} return fileDescriptor_2cce7afd61783b10, []int{3}
} }
func (m *MissingRecord) XXX_Unmarshal(b []byte) error { func (m *MissingRecord) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MissingRecord.Unmarshal(m, b) return xxx_messageInfo_MissingRecord.Unmarshal(m, b)
} }
func (m *MissingRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *MissingRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MissingRecord.Marshal(b, m, deterministic) return xxx_messageInfo_MissingRecord.Marshal(b, m, deterministic)
} }
func (dst *MissingRecord) XXX_Merge(src proto.Message) { func (m *MissingRecord) XXX_Merge(src proto.Message) {
xxx_messageInfo_MissingRecord.Merge(dst, src) xxx_messageInfo_MissingRecord.Merge(m, src)
} }
func (m *MissingRecord) XXX_Size() int { func (m *MissingRecord) XXX_Size() int {
return xxx_messageInfo_MissingRecord.Size(m) return xxx_messageInfo_MissingRecord.Size(m)
...@@ -396,16 +403,17 @@ func (m *LotteryAction) Reset() { *m = LotteryAction{} } ...@@ -396,16 +403,17 @@ func (m *LotteryAction) Reset() { *m = LotteryAction{} }
func (m *LotteryAction) String() string { return proto.CompactTextString(m) } func (m *LotteryAction) String() string { return proto.CompactTextString(m) }
func (*LotteryAction) ProtoMessage() {} func (*LotteryAction) ProtoMessage() {}
func (*LotteryAction) Descriptor() ([]byte, []int) { func (*LotteryAction) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{4} return fileDescriptor_2cce7afd61783b10, []int{4}
} }
func (m *LotteryAction) XXX_Unmarshal(b []byte) error { func (m *LotteryAction) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryAction.Unmarshal(m, b) return xxx_messageInfo_LotteryAction.Unmarshal(m, b)
} }
func (m *LotteryAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryAction.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryAction.Marshal(b, m, deterministic)
} }
func (dst *LotteryAction) XXX_Merge(src proto.Message) { func (m *LotteryAction) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryAction.Merge(dst, src) xxx_messageInfo_LotteryAction.Merge(m, src)
} }
func (m *LotteryAction) XXX_Size() int { func (m *LotteryAction) XXX_Size() int {
return xxx_messageInfo_LotteryAction.Size(m) return xxx_messageInfo_LotteryAction.Size(m)
...@@ -423,20 +431,26 @@ type isLotteryAction_Value interface { ...@@ -423,20 +431,26 @@ type isLotteryAction_Value interface {
type LotteryAction_Create struct { type LotteryAction_Create struct {
Create *LotteryCreate `protobuf:"bytes,1,opt,name=create,proto3,oneof"` Create *LotteryCreate `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
} }
type LotteryAction_Buy struct { type LotteryAction_Buy struct {
Buy *LotteryBuy `protobuf:"bytes,2,opt,name=buy,proto3,oneof"` Buy *LotteryBuy `protobuf:"bytes,2,opt,name=buy,proto3,oneof"`
} }
type LotteryAction_Draw struct { type LotteryAction_Draw struct {
Draw *LotteryDraw `protobuf:"bytes,3,opt,name=draw,proto3,oneof"` Draw *LotteryDraw `protobuf:"bytes,3,opt,name=draw,proto3,oneof"`
} }
type LotteryAction_Close struct { type LotteryAction_Close struct {
Close *LotteryClose `protobuf:"bytes,4,opt,name=close,proto3,oneof"` Close *LotteryClose `protobuf:"bytes,4,opt,name=close,proto3,oneof"`
} }
func (*LotteryAction_Create) isLotteryAction_Value() {} func (*LotteryAction_Create) isLotteryAction_Value() {}
func (*LotteryAction_Buy) isLotteryAction_Value() {}
func (*LotteryAction_Draw) isLotteryAction_Value() {} func (*LotteryAction_Buy) isLotteryAction_Value() {}
func (*LotteryAction_Close) isLotteryAction_Value() {}
func (*LotteryAction_Draw) isLotteryAction_Value() {}
func (*LotteryAction_Close) isLotteryAction_Value() {}
func (m *LotteryAction) GetValue() isLotteryAction_Value { func (m *LotteryAction) GetValue() isLotteryAction_Value {
if m != nil { if m != nil {
...@@ -606,16 +620,17 @@ func (m *LotteryCreate) Reset() { *m = LotteryCreate{} } ...@@ -606,16 +620,17 @@ func (m *LotteryCreate) Reset() { *m = LotteryCreate{} }
func (m *LotteryCreate) String() string { return proto.CompactTextString(m) } func (m *LotteryCreate) String() string { return proto.CompactTextString(m) }
func (*LotteryCreate) ProtoMessage() {} func (*LotteryCreate) ProtoMessage() {}
func (*LotteryCreate) Descriptor() ([]byte, []int) { func (*LotteryCreate) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{5} return fileDescriptor_2cce7afd61783b10, []int{5}
} }
func (m *LotteryCreate) XXX_Unmarshal(b []byte) error { func (m *LotteryCreate) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryCreate.Unmarshal(m, b) return xxx_messageInfo_LotteryCreate.Unmarshal(m, b)
} }
func (m *LotteryCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryCreate.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryCreate.Marshal(b, m, deterministic)
} }
func (dst *LotteryCreate) XXX_Merge(src proto.Message) { func (m *LotteryCreate) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryCreate.Merge(dst, src) xxx_messageInfo_LotteryCreate.Merge(m, src)
} }
func (m *LotteryCreate) XXX_Size() int { func (m *LotteryCreate) XXX_Size() int {
return xxx_messageInfo_LotteryCreate.Size(m) return xxx_messageInfo_LotteryCreate.Size(m)
...@@ -668,16 +683,17 @@ func (m *LotteryBuy) Reset() { *m = LotteryBuy{} } ...@@ -668,16 +683,17 @@ func (m *LotteryBuy) Reset() { *m = LotteryBuy{} }
func (m *LotteryBuy) String() string { return proto.CompactTextString(m) } func (m *LotteryBuy) String() string { return proto.CompactTextString(m) }
func (*LotteryBuy) ProtoMessage() {} func (*LotteryBuy) ProtoMessage() {}
func (*LotteryBuy) Descriptor() ([]byte, []int) { func (*LotteryBuy) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{6} return fileDescriptor_2cce7afd61783b10, []int{6}
} }
func (m *LotteryBuy) XXX_Unmarshal(b []byte) error { func (m *LotteryBuy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryBuy.Unmarshal(m, b) return xxx_messageInfo_LotteryBuy.Unmarshal(m, b)
} }
func (m *LotteryBuy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryBuy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryBuy.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryBuy.Marshal(b, m, deterministic)
} }
func (dst *LotteryBuy) XXX_Merge(src proto.Message) { func (m *LotteryBuy) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryBuy.Merge(dst, src) xxx_messageInfo_LotteryBuy.Merge(m, src)
} }
func (m *LotteryBuy) XXX_Size() int { func (m *LotteryBuy) XXX_Size() int {
return xxx_messageInfo_LotteryBuy.Size(m) return xxx_messageInfo_LotteryBuy.Size(m)
...@@ -727,16 +743,17 @@ func (m *LotteryDraw) Reset() { *m = LotteryDraw{} } ...@@ -727,16 +743,17 @@ func (m *LotteryDraw) Reset() { *m = LotteryDraw{} }
func (m *LotteryDraw) String() string { return proto.CompactTextString(m) } func (m *LotteryDraw) String() string { return proto.CompactTextString(m) }
func (*LotteryDraw) ProtoMessage() {} func (*LotteryDraw) ProtoMessage() {}
func (*LotteryDraw) Descriptor() ([]byte, []int) { func (*LotteryDraw) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{7} return fileDescriptor_2cce7afd61783b10, []int{7}
} }
func (m *LotteryDraw) XXX_Unmarshal(b []byte) error { func (m *LotteryDraw) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryDraw.Unmarshal(m, b) return xxx_messageInfo_LotteryDraw.Unmarshal(m, b)
} }
func (m *LotteryDraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryDraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryDraw.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryDraw.Marshal(b, m, deterministic)
} }
func (dst *LotteryDraw) XXX_Merge(src proto.Message) { func (m *LotteryDraw) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryDraw.Merge(dst, src) xxx_messageInfo_LotteryDraw.Merge(m, src)
} }
func (m *LotteryDraw) XXX_Size() int { func (m *LotteryDraw) XXX_Size() int {
return xxx_messageInfo_LotteryDraw.Size(m) return xxx_messageInfo_LotteryDraw.Size(m)
...@@ -765,16 +782,17 @@ func (m *LotteryClose) Reset() { *m = LotteryClose{} } ...@@ -765,16 +782,17 @@ func (m *LotteryClose) Reset() { *m = LotteryClose{} }
func (m *LotteryClose) String() string { return proto.CompactTextString(m) } func (m *LotteryClose) String() string { return proto.CompactTextString(m) }
func (*LotteryClose) ProtoMessage() {} func (*LotteryClose) ProtoMessage() {}
func (*LotteryClose) Descriptor() ([]byte, []int) { func (*LotteryClose) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{8} return fileDescriptor_2cce7afd61783b10, []int{8}
} }
func (m *LotteryClose) XXX_Unmarshal(b []byte) error { func (m *LotteryClose) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryClose.Unmarshal(m, b) return xxx_messageInfo_LotteryClose.Unmarshal(m, b)
} }
func (m *LotteryClose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryClose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryClose.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryClose.Marshal(b, m, deterministic)
} }
func (dst *LotteryClose) XXX_Merge(src proto.Message) { func (m *LotteryClose) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryClose.Merge(dst, src) xxx_messageInfo_LotteryClose.Merge(m, src)
} }
func (m *LotteryClose) XXX_Size() int { func (m *LotteryClose) XXX_Size() int {
return xxx_messageInfo_LotteryClose.Size(m) return xxx_messageInfo_LotteryClose.Size(m)
...@@ -817,16 +835,17 @@ func (m *ReceiptLottery) Reset() { *m = ReceiptLottery{} } ...@@ -817,16 +835,17 @@ func (m *ReceiptLottery) Reset() { *m = ReceiptLottery{} }
func (m *ReceiptLottery) String() string { return proto.CompactTextString(m) } func (m *ReceiptLottery) String() string { return proto.CompactTextString(m) }
func (*ReceiptLottery) ProtoMessage() {} func (*ReceiptLottery) ProtoMessage() {}
func (*ReceiptLottery) Descriptor() ([]byte, []int) { func (*ReceiptLottery) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{9} return fileDescriptor_2cce7afd61783b10, []int{9}
} }
func (m *ReceiptLottery) XXX_Unmarshal(b []byte) error { func (m *ReceiptLottery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReceiptLottery.Unmarshal(m, b) return xxx_messageInfo_ReceiptLottery.Unmarshal(m, b)
} }
func (m *ReceiptLottery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReceiptLottery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReceiptLottery.Marshal(b, m, deterministic) return xxx_messageInfo_ReceiptLottery.Marshal(b, m, deterministic)
} }
func (dst *ReceiptLottery) XXX_Merge(src proto.Message) { func (m *ReceiptLottery) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReceiptLottery.Merge(dst, src) xxx_messageInfo_ReceiptLottery.Merge(m, src)
} }
func (m *ReceiptLottery) XXX_Size() int { func (m *ReceiptLottery) XXX_Size() int {
return xxx_messageInfo_ReceiptLottery.Size(m) return xxx_messageInfo_ReceiptLottery.Size(m)
...@@ -953,16 +972,17 @@ func (m *ReqLotteryInfo) Reset() { *m = ReqLotteryInfo{} } ...@@ -953,16 +972,17 @@ func (m *ReqLotteryInfo) Reset() { *m = ReqLotteryInfo{} }
func (m *ReqLotteryInfo) String() string { return proto.CompactTextString(m) } func (m *ReqLotteryInfo) String() string { return proto.CompactTextString(m) }
func (*ReqLotteryInfo) ProtoMessage() {} func (*ReqLotteryInfo) ProtoMessage() {}
func (*ReqLotteryInfo) Descriptor() ([]byte, []int) { func (*ReqLotteryInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{10} return fileDescriptor_2cce7afd61783b10, []int{10}
} }
func (m *ReqLotteryInfo) XXX_Unmarshal(b []byte) error { func (m *ReqLotteryInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqLotteryInfo.Unmarshal(m, b) return xxx_messageInfo_ReqLotteryInfo.Unmarshal(m, b)
} }
func (m *ReqLotteryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReqLotteryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqLotteryInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReqLotteryInfo.Marshal(b, m, deterministic)
} }
func (dst *ReqLotteryInfo) XXX_Merge(src proto.Message) { func (m *ReqLotteryInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqLotteryInfo.Merge(dst, src) xxx_messageInfo_ReqLotteryInfo.Merge(m, src)
} }
func (m *ReqLotteryInfo) XXX_Size() int { func (m *ReqLotteryInfo) XXX_Size() int {
return xxx_messageInfo_ReqLotteryInfo.Size(m) return xxx_messageInfo_ReqLotteryInfo.Size(m)
...@@ -993,16 +1013,17 @@ func (m *ReqLotteryBuyInfo) Reset() { *m = ReqLotteryBuyInfo{} } ...@@ -993,16 +1013,17 @@ func (m *ReqLotteryBuyInfo) Reset() { *m = ReqLotteryBuyInfo{} }
func (m *ReqLotteryBuyInfo) String() string { return proto.CompactTextString(m) } func (m *ReqLotteryBuyInfo) String() string { return proto.CompactTextString(m) }
func (*ReqLotteryBuyInfo) ProtoMessage() {} func (*ReqLotteryBuyInfo) ProtoMessage() {}
func (*ReqLotteryBuyInfo) Descriptor() ([]byte, []int) { func (*ReqLotteryBuyInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{11} return fileDescriptor_2cce7afd61783b10, []int{11}
} }
func (m *ReqLotteryBuyInfo) XXX_Unmarshal(b []byte) error { func (m *ReqLotteryBuyInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqLotteryBuyInfo.Unmarshal(m, b) return xxx_messageInfo_ReqLotteryBuyInfo.Unmarshal(m, b)
} }
func (m *ReqLotteryBuyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReqLotteryBuyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqLotteryBuyInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReqLotteryBuyInfo.Marshal(b, m, deterministic)
} }
func (dst *ReqLotteryBuyInfo) XXX_Merge(src proto.Message) { func (m *ReqLotteryBuyInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqLotteryBuyInfo.Merge(dst, src) xxx_messageInfo_ReqLotteryBuyInfo.Merge(m, src)
} }
func (m *ReqLotteryBuyInfo) XXX_Size() int { func (m *ReqLotteryBuyInfo) XXX_Size() int {
return xxx_messageInfo_ReqLotteryBuyInfo.Size(m) return xxx_messageInfo_ReqLotteryBuyInfo.Size(m)
...@@ -1050,16 +1071,17 @@ func (m *ReqLotteryBuyHistory) Reset() { *m = ReqLotteryBuyHistory{} } ...@@ -1050,16 +1071,17 @@ func (m *ReqLotteryBuyHistory) Reset() { *m = ReqLotteryBuyHistory{} }
func (m *ReqLotteryBuyHistory) String() string { return proto.CompactTextString(m) } func (m *ReqLotteryBuyHistory) String() string { return proto.CompactTextString(m) }
func (*ReqLotteryBuyHistory) ProtoMessage() {} func (*ReqLotteryBuyHistory) ProtoMessage() {}
func (*ReqLotteryBuyHistory) Descriptor() ([]byte, []int) { func (*ReqLotteryBuyHistory) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{12} return fileDescriptor_2cce7afd61783b10, []int{12}
} }
func (m *ReqLotteryBuyHistory) XXX_Unmarshal(b []byte) error { func (m *ReqLotteryBuyHistory) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqLotteryBuyHistory.Unmarshal(m, b) return xxx_messageInfo_ReqLotteryBuyHistory.Unmarshal(m, b)
} }
func (m *ReqLotteryBuyHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReqLotteryBuyHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqLotteryBuyHistory.Marshal(b, m, deterministic) return xxx_messageInfo_ReqLotteryBuyHistory.Marshal(b, m, deterministic)
} }
func (dst *ReqLotteryBuyHistory) XXX_Merge(src proto.Message) { func (m *ReqLotteryBuyHistory) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqLotteryBuyHistory.Merge(dst, src) xxx_messageInfo_ReqLotteryBuyHistory.Merge(m, src)
} }
func (m *ReqLotteryBuyHistory) XXX_Size() int { func (m *ReqLotteryBuyHistory) XXX_Size() int {
return xxx_messageInfo_ReqLotteryBuyHistory.Size(m) return xxx_messageInfo_ReqLotteryBuyHistory.Size(m)
...@@ -1124,16 +1146,17 @@ func (m *ReqLotteryLuckyInfo) Reset() { *m = ReqLotteryLuckyInfo{} } ...@@ -1124,16 +1146,17 @@ func (m *ReqLotteryLuckyInfo) Reset() { *m = ReqLotteryLuckyInfo{} }
func (m *ReqLotteryLuckyInfo) String() string { return proto.CompactTextString(m) } func (m *ReqLotteryLuckyInfo) String() string { return proto.CompactTextString(m) }
func (*ReqLotteryLuckyInfo) ProtoMessage() {} func (*ReqLotteryLuckyInfo) ProtoMessage() {}
func (*ReqLotteryLuckyInfo) Descriptor() ([]byte, []int) { func (*ReqLotteryLuckyInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{13} return fileDescriptor_2cce7afd61783b10, []int{13}
} }
func (m *ReqLotteryLuckyInfo) XXX_Unmarshal(b []byte) error { func (m *ReqLotteryLuckyInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqLotteryLuckyInfo.Unmarshal(m, b) return xxx_messageInfo_ReqLotteryLuckyInfo.Unmarshal(m, b)
} }
func (m *ReqLotteryLuckyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReqLotteryLuckyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqLotteryLuckyInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReqLotteryLuckyInfo.Marshal(b, m, deterministic)
} }
func (dst *ReqLotteryLuckyInfo) XXX_Merge(src proto.Message) { func (m *ReqLotteryLuckyInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqLotteryLuckyInfo.Merge(dst, src) xxx_messageInfo_ReqLotteryLuckyInfo.Merge(m, src)
} }
func (m *ReqLotteryLuckyInfo) XXX_Size() int { func (m *ReqLotteryLuckyInfo) XXX_Size() int {
return xxx_messageInfo_ReqLotteryLuckyInfo.Size(m) return xxx_messageInfo_ReqLotteryLuckyInfo.Size(m)
...@@ -1172,16 +1195,17 @@ func (m *ReqLotteryLuckyHistory) Reset() { *m = ReqLotteryLuckyHistory{} ...@@ -1172,16 +1195,17 @@ func (m *ReqLotteryLuckyHistory) Reset() { *m = ReqLotteryLuckyHistory{}
func (m *ReqLotteryLuckyHistory) String() string { return proto.CompactTextString(m) } func (m *ReqLotteryLuckyHistory) String() string { return proto.CompactTextString(m) }
func (*ReqLotteryLuckyHistory) ProtoMessage() {} func (*ReqLotteryLuckyHistory) ProtoMessage() {}
func (*ReqLotteryLuckyHistory) Descriptor() ([]byte, []int) { func (*ReqLotteryLuckyHistory) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{14} return fileDescriptor_2cce7afd61783b10, []int{14}
} }
func (m *ReqLotteryLuckyHistory) XXX_Unmarshal(b []byte) error { func (m *ReqLotteryLuckyHistory) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqLotteryLuckyHistory.Unmarshal(m, b) return xxx_messageInfo_ReqLotteryLuckyHistory.Unmarshal(m, b)
} }
func (m *ReqLotteryLuckyHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReqLotteryLuckyHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReqLotteryLuckyHistory.Marshal(b, m, deterministic) return xxx_messageInfo_ReqLotteryLuckyHistory.Marshal(b, m, deterministic)
} }
func (dst *ReqLotteryLuckyHistory) XXX_Merge(src proto.Message) { func (m *ReqLotteryLuckyHistory) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReqLotteryLuckyHistory.Merge(dst, src) xxx_messageInfo_ReqLotteryLuckyHistory.Merge(m, src)
} }
func (m *ReqLotteryLuckyHistory) XXX_Size() int { func (m *ReqLotteryLuckyHistory) XXX_Size() int {
return xxx_messageInfo_ReqLotteryLuckyHistory.Size(m) return xxx_messageInfo_ReqLotteryLuckyHistory.Size(m)
...@@ -1236,16 +1260,17 @@ func (m *ReplyLotteryNormalInfo) Reset() { *m = ReplyLotteryNormalInfo{} ...@@ -1236,16 +1260,17 @@ func (m *ReplyLotteryNormalInfo) Reset() { *m = ReplyLotteryNormalInfo{}
func (m *ReplyLotteryNormalInfo) String() string { return proto.CompactTextString(m) } func (m *ReplyLotteryNormalInfo) String() string { return proto.CompactTextString(m) }
func (*ReplyLotteryNormalInfo) ProtoMessage() {} func (*ReplyLotteryNormalInfo) ProtoMessage() {}
func (*ReplyLotteryNormalInfo) Descriptor() ([]byte, []int) { func (*ReplyLotteryNormalInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{15} return fileDescriptor_2cce7afd61783b10, []int{15}
} }
func (m *ReplyLotteryNormalInfo) XXX_Unmarshal(b []byte) error { func (m *ReplyLotteryNormalInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyLotteryNormalInfo.Unmarshal(m, b) return xxx_messageInfo_ReplyLotteryNormalInfo.Unmarshal(m, b)
} }
func (m *ReplyLotteryNormalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReplyLotteryNormalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyLotteryNormalInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReplyLotteryNormalInfo.Marshal(b, m, deterministic)
} }
func (dst *ReplyLotteryNormalInfo) XXX_Merge(src proto.Message) { func (m *ReplyLotteryNormalInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyLotteryNormalInfo.Merge(dst, src) xxx_messageInfo_ReplyLotteryNormalInfo.Merge(m, src)
} }
func (m *ReplyLotteryNormalInfo) XXX_Size() int { func (m *ReplyLotteryNormalInfo) XXX_Size() int {
return xxx_messageInfo_ReplyLotteryNormalInfo.Size(m) return xxx_messageInfo_ReplyLotteryNormalInfo.Size(m)
...@@ -1322,16 +1347,17 @@ func (m *ReplyLotteryCurrentInfo) Reset() { *m = ReplyLotteryCurrentInfo ...@@ -1322,16 +1347,17 @@ func (m *ReplyLotteryCurrentInfo) Reset() { *m = ReplyLotteryCurrentInfo
func (m *ReplyLotteryCurrentInfo) String() string { return proto.CompactTextString(m) } func (m *ReplyLotteryCurrentInfo) String() string { return proto.CompactTextString(m) }
func (*ReplyLotteryCurrentInfo) ProtoMessage() {} func (*ReplyLotteryCurrentInfo) ProtoMessage() {}
func (*ReplyLotteryCurrentInfo) Descriptor() ([]byte, []int) { func (*ReplyLotteryCurrentInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{16} return fileDescriptor_2cce7afd61783b10, []int{16}
} }
func (m *ReplyLotteryCurrentInfo) XXX_Unmarshal(b []byte) error { func (m *ReplyLotteryCurrentInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyLotteryCurrentInfo.Unmarshal(m, b) return xxx_messageInfo_ReplyLotteryCurrentInfo.Unmarshal(m, b)
} }
func (m *ReplyLotteryCurrentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReplyLotteryCurrentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyLotteryCurrentInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReplyLotteryCurrentInfo.Marshal(b, m, deterministic)
} }
func (dst *ReplyLotteryCurrentInfo) XXX_Merge(src proto.Message) { func (m *ReplyLotteryCurrentInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyLotteryCurrentInfo.Merge(dst, src) xxx_messageInfo_ReplyLotteryCurrentInfo.Merge(m, src)
} }
func (m *ReplyLotteryCurrentInfo) XXX_Size() int { func (m *ReplyLotteryCurrentInfo) XXX_Size() int {
return xxx_messageInfo_ReplyLotteryCurrentInfo.Size(m) return xxx_messageInfo_ReplyLotteryCurrentInfo.Size(m)
...@@ -1451,16 +1477,17 @@ func (m *ReplyLotteryHistoryLuckyNumber) Reset() { *m = ReplyLotteryHist ...@@ -1451,16 +1477,17 @@ func (m *ReplyLotteryHistoryLuckyNumber) Reset() { *m = ReplyLotteryHist
func (m *ReplyLotteryHistoryLuckyNumber) String() string { return proto.CompactTextString(m) } func (m *ReplyLotteryHistoryLuckyNumber) String() string { return proto.CompactTextString(m) }
func (*ReplyLotteryHistoryLuckyNumber) ProtoMessage() {} func (*ReplyLotteryHistoryLuckyNumber) ProtoMessage() {}
func (*ReplyLotteryHistoryLuckyNumber) Descriptor() ([]byte, []int) { func (*ReplyLotteryHistoryLuckyNumber) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{17} return fileDescriptor_2cce7afd61783b10, []int{17}
} }
func (m *ReplyLotteryHistoryLuckyNumber) XXX_Unmarshal(b []byte) error { func (m *ReplyLotteryHistoryLuckyNumber) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Unmarshal(m, b) return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Unmarshal(m, b)
} }
func (m *ReplyLotteryHistoryLuckyNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReplyLotteryHistoryLuckyNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Marshal(b, m, deterministic) return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Marshal(b, m, deterministic)
} }
func (dst *ReplyLotteryHistoryLuckyNumber) XXX_Merge(src proto.Message) { func (m *ReplyLotteryHistoryLuckyNumber) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Merge(dst, src) xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Merge(m, src)
} }
func (m *ReplyLotteryHistoryLuckyNumber) XXX_Size() int { func (m *ReplyLotteryHistoryLuckyNumber) XXX_Size() int {
return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Size(m) return xxx_messageInfo_ReplyLotteryHistoryLuckyNumber.Size(m)
...@@ -1489,16 +1516,17 @@ func (m *ReplyLotteryShowInfo) Reset() { *m = ReplyLotteryShowInfo{} } ...@@ -1489,16 +1516,17 @@ func (m *ReplyLotteryShowInfo) Reset() { *m = ReplyLotteryShowInfo{} }
func (m *ReplyLotteryShowInfo) String() string { return proto.CompactTextString(m) } func (m *ReplyLotteryShowInfo) String() string { return proto.CompactTextString(m) }
func (*ReplyLotteryShowInfo) ProtoMessage() {} func (*ReplyLotteryShowInfo) ProtoMessage() {}
func (*ReplyLotteryShowInfo) Descriptor() ([]byte, []int) { func (*ReplyLotteryShowInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{18} return fileDescriptor_2cce7afd61783b10, []int{18}
} }
func (m *ReplyLotteryShowInfo) XXX_Unmarshal(b []byte) error { func (m *ReplyLotteryShowInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyLotteryShowInfo.Unmarshal(m, b) return xxx_messageInfo_ReplyLotteryShowInfo.Unmarshal(m, b)
} }
func (m *ReplyLotteryShowInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReplyLotteryShowInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyLotteryShowInfo.Marshal(b, m, deterministic) return xxx_messageInfo_ReplyLotteryShowInfo.Marshal(b, m, deterministic)
} }
func (dst *ReplyLotteryShowInfo) XXX_Merge(src proto.Message) { func (m *ReplyLotteryShowInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyLotteryShowInfo.Merge(dst, src) xxx_messageInfo_ReplyLotteryShowInfo.Merge(m, src)
} }
func (m *ReplyLotteryShowInfo) XXX_Size() int { func (m *ReplyLotteryShowInfo) XXX_Size() int {
return xxx_messageInfo_ReplyLotteryShowInfo.Size(m) return xxx_messageInfo_ReplyLotteryShowInfo.Size(m)
...@@ -1528,16 +1556,17 @@ func (m *LotteryNumberRecord) Reset() { *m = LotteryNumberRecord{} } ...@@ -1528,16 +1556,17 @@ func (m *LotteryNumberRecord) Reset() { *m = LotteryNumberRecord{} }
func (m *LotteryNumberRecord) String() string { return proto.CompactTextString(m) } func (m *LotteryNumberRecord) String() string { return proto.CompactTextString(m) }
func (*LotteryNumberRecord) ProtoMessage() {} func (*LotteryNumberRecord) ProtoMessage() {}
func (*LotteryNumberRecord) Descriptor() ([]byte, []int) { func (*LotteryNumberRecord) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{19} return fileDescriptor_2cce7afd61783b10, []int{19}
} }
func (m *LotteryNumberRecord) XXX_Unmarshal(b []byte) error { func (m *LotteryNumberRecord) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryNumberRecord.Unmarshal(m, b) return xxx_messageInfo_LotteryNumberRecord.Unmarshal(m, b)
} }
func (m *LotteryNumberRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryNumberRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryNumberRecord.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryNumberRecord.Marshal(b, m, deterministic)
} }
func (dst *LotteryNumberRecord) XXX_Merge(src proto.Message) { func (m *LotteryNumberRecord) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryNumberRecord.Merge(dst, src) xxx_messageInfo_LotteryNumberRecord.Merge(m, src)
} }
func (m *LotteryNumberRecord) XXX_Size() int { func (m *LotteryNumberRecord) XXX_Size() int {
return xxx_messageInfo_LotteryNumberRecord.Size(m) return xxx_messageInfo_LotteryNumberRecord.Size(m)
...@@ -1581,16 +1610,17 @@ func (m *LotteryBuyRecord) Reset() { *m = LotteryBuyRecord{} } ...@@ -1581,16 +1610,17 @@ func (m *LotteryBuyRecord) Reset() { *m = LotteryBuyRecord{} }
func (m *LotteryBuyRecord) String() string { return proto.CompactTextString(m) } func (m *LotteryBuyRecord) String() string { return proto.CompactTextString(m) }
func (*LotteryBuyRecord) ProtoMessage() {} func (*LotteryBuyRecord) ProtoMessage() {}
func (*LotteryBuyRecord) Descriptor() ([]byte, []int) { func (*LotteryBuyRecord) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{20} return fileDescriptor_2cce7afd61783b10, []int{20}
} }
func (m *LotteryBuyRecord) XXX_Unmarshal(b []byte) error { func (m *LotteryBuyRecord) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryBuyRecord.Unmarshal(m, b) return xxx_messageInfo_LotteryBuyRecord.Unmarshal(m, b)
} }
func (m *LotteryBuyRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryBuyRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryBuyRecord.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryBuyRecord.Marshal(b, m, deterministic)
} }
func (dst *LotteryBuyRecord) XXX_Merge(src proto.Message) { func (m *LotteryBuyRecord) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryBuyRecord.Merge(dst, src) xxx_messageInfo_LotteryBuyRecord.Merge(m, src)
} }
func (m *LotteryBuyRecord) XXX_Size() int { func (m *LotteryBuyRecord) XXX_Size() int {
return xxx_messageInfo_LotteryBuyRecord.Size(m) return xxx_messageInfo_LotteryBuyRecord.Size(m)
...@@ -1668,16 +1698,17 @@ func (m *LotteryBuyRecords) Reset() { *m = LotteryBuyRecords{} } ...@@ -1668,16 +1698,17 @@ func (m *LotteryBuyRecords) Reset() { *m = LotteryBuyRecords{} }
func (m *LotteryBuyRecords) String() string { return proto.CompactTextString(m) } func (m *LotteryBuyRecords) String() string { return proto.CompactTextString(m) }
func (*LotteryBuyRecords) ProtoMessage() {} func (*LotteryBuyRecords) ProtoMessage() {}
func (*LotteryBuyRecords) Descriptor() ([]byte, []int) { func (*LotteryBuyRecords) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{21} return fileDescriptor_2cce7afd61783b10, []int{21}
} }
func (m *LotteryBuyRecords) XXX_Unmarshal(b []byte) error { func (m *LotteryBuyRecords) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryBuyRecords.Unmarshal(m, b) return xxx_messageInfo_LotteryBuyRecords.Unmarshal(m, b)
} }
func (m *LotteryBuyRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryBuyRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryBuyRecords.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryBuyRecords.Marshal(b, m, deterministic)
} }
func (dst *LotteryBuyRecords) XXX_Merge(src proto.Message) { func (m *LotteryBuyRecords) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryBuyRecords.Merge(dst, src) xxx_messageInfo_LotteryBuyRecords.Merge(m, src)
} }
func (m *LotteryBuyRecords) XXX_Size() int { func (m *LotteryBuyRecords) XXX_Size() int {
return xxx_messageInfo_LotteryBuyRecords.Size(m) return xxx_messageInfo_LotteryBuyRecords.Size(m)
...@@ -1711,16 +1742,17 @@ func (m *LotteryDrawRecord) Reset() { *m = LotteryDrawRecord{} } ...@@ -1711,16 +1742,17 @@ func (m *LotteryDrawRecord) Reset() { *m = LotteryDrawRecord{} }
func (m *LotteryDrawRecord) String() string { return proto.CompactTextString(m) } func (m *LotteryDrawRecord) String() string { return proto.CompactTextString(m) }
func (*LotteryDrawRecord) ProtoMessage() {} func (*LotteryDrawRecord) ProtoMessage() {}
func (*LotteryDrawRecord) Descriptor() ([]byte, []int) { func (*LotteryDrawRecord) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{22} return fileDescriptor_2cce7afd61783b10, []int{22}
} }
func (m *LotteryDrawRecord) XXX_Unmarshal(b []byte) error { func (m *LotteryDrawRecord) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryDrawRecord.Unmarshal(m, b) return xxx_messageInfo_LotteryDrawRecord.Unmarshal(m, b)
} }
func (m *LotteryDrawRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryDrawRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryDrawRecord.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryDrawRecord.Marshal(b, m, deterministic)
} }
func (dst *LotteryDrawRecord) XXX_Merge(src proto.Message) { func (m *LotteryDrawRecord) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryDrawRecord.Merge(dst, src) xxx_messageInfo_LotteryDrawRecord.Merge(m, src)
} }
func (m *LotteryDrawRecord) XXX_Size() int { func (m *LotteryDrawRecord) XXX_Size() int {
return xxx_messageInfo_LotteryDrawRecord.Size(m) return xxx_messageInfo_LotteryDrawRecord.Size(m)
...@@ -1784,16 +1816,17 @@ func (m *LotteryDrawRecords) Reset() { *m = LotteryDrawRecords{} } ...@@ -1784,16 +1816,17 @@ func (m *LotteryDrawRecords) Reset() { *m = LotteryDrawRecords{} }
func (m *LotteryDrawRecords) String() string { return proto.CompactTextString(m) } func (m *LotteryDrawRecords) String() string { return proto.CompactTextString(m) }
func (*LotteryDrawRecords) ProtoMessage() {} func (*LotteryDrawRecords) ProtoMessage() {}
func (*LotteryDrawRecords) Descriptor() ([]byte, []int) { func (*LotteryDrawRecords) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{23} return fileDescriptor_2cce7afd61783b10, []int{23}
} }
func (m *LotteryDrawRecords) XXX_Unmarshal(b []byte) error { func (m *LotteryDrawRecords) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryDrawRecords.Unmarshal(m, b) return xxx_messageInfo_LotteryDrawRecords.Unmarshal(m, b)
} }
func (m *LotteryDrawRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryDrawRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryDrawRecords.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryDrawRecords.Marshal(b, m, deterministic)
} }
func (dst *LotteryDrawRecords) XXX_Merge(src proto.Message) { func (m *LotteryDrawRecords) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryDrawRecords.Merge(dst, src) xxx_messageInfo_LotteryDrawRecords.Merge(m, src)
} }
func (m *LotteryDrawRecords) XXX_Size() int { func (m *LotteryDrawRecords) XXX_Size() int {
return xxx_messageInfo_LotteryDrawRecords.Size(m) return xxx_messageInfo_LotteryDrawRecords.Size(m)
...@@ -1823,16 +1856,17 @@ func (m *LotteryUpdateRec) Reset() { *m = LotteryUpdateRec{} } ...@@ -1823,16 +1856,17 @@ func (m *LotteryUpdateRec) Reset() { *m = LotteryUpdateRec{} }
func (m *LotteryUpdateRec) String() string { return proto.CompactTextString(m) } func (m *LotteryUpdateRec) String() string { return proto.CompactTextString(m) }
func (*LotteryUpdateRec) ProtoMessage() {} func (*LotteryUpdateRec) ProtoMessage() {}
func (*LotteryUpdateRec) Descriptor() ([]byte, []int) { func (*LotteryUpdateRec) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{24} return fileDescriptor_2cce7afd61783b10, []int{24}
} }
func (m *LotteryUpdateRec) XXX_Unmarshal(b []byte) error { func (m *LotteryUpdateRec) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryUpdateRec.Unmarshal(m, b) return xxx_messageInfo_LotteryUpdateRec.Unmarshal(m, b)
} }
func (m *LotteryUpdateRec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryUpdateRec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryUpdateRec.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryUpdateRec.Marshal(b, m, deterministic)
} }
func (dst *LotteryUpdateRec) XXX_Merge(src proto.Message) { func (m *LotteryUpdateRec) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryUpdateRec.Merge(dst, src) xxx_messageInfo_LotteryUpdateRec.Merge(m, src)
} }
func (m *LotteryUpdateRec) XXX_Size() int { func (m *LotteryUpdateRec) XXX_Size() int {
return xxx_messageInfo_LotteryUpdateRec.Size(m) return xxx_messageInfo_LotteryUpdateRec.Size(m)
...@@ -1868,16 +1902,17 @@ func (m *LotteryUpdateRecs) Reset() { *m = LotteryUpdateRecs{} } ...@@ -1868,16 +1902,17 @@ func (m *LotteryUpdateRecs) Reset() { *m = LotteryUpdateRecs{} }
func (m *LotteryUpdateRecs) String() string { return proto.CompactTextString(m) } func (m *LotteryUpdateRecs) String() string { return proto.CompactTextString(m) }
func (*LotteryUpdateRecs) ProtoMessage() {} func (*LotteryUpdateRecs) ProtoMessage() {}
func (*LotteryUpdateRecs) Descriptor() ([]byte, []int) { func (*LotteryUpdateRecs) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{25} return fileDescriptor_2cce7afd61783b10, []int{25}
} }
func (m *LotteryUpdateRecs) XXX_Unmarshal(b []byte) error { func (m *LotteryUpdateRecs) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryUpdateRecs.Unmarshal(m, b) return xxx_messageInfo_LotteryUpdateRecs.Unmarshal(m, b)
} }
func (m *LotteryUpdateRecs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryUpdateRecs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryUpdateRecs.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryUpdateRecs.Marshal(b, m, deterministic)
} }
func (dst *LotteryUpdateRecs) XXX_Merge(src proto.Message) { func (m *LotteryUpdateRecs) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryUpdateRecs.Merge(dst, src) xxx_messageInfo_LotteryUpdateRecs.Merge(m, src)
} }
func (m *LotteryUpdateRecs) XXX_Size() int { func (m *LotteryUpdateRecs) XXX_Size() int {
return xxx_messageInfo_LotteryUpdateRecs.Size(m) return xxx_messageInfo_LotteryUpdateRecs.Size(m)
...@@ -1906,16 +1941,17 @@ func (m *LotteryUpdateBuyInfo) Reset() { *m = LotteryUpdateBuyInfo{} } ...@@ -1906,16 +1941,17 @@ func (m *LotteryUpdateBuyInfo) Reset() { *m = LotteryUpdateBuyInfo{} }
func (m *LotteryUpdateBuyInfo) String() string { return proto.CompactTextString(m) } func (m *LotteryUpdateBuyInfo) String() string { return proto.CompactTextString(m) }
func (*LotteryUpdateBuyInfo) ProtoMessage() {} func (*LotteryUpdateBuyInfo) ProtoMessage() {}
func (*LotteryUpdateBuyInfo) Descriptor() ([]byte, []int) { func (*LotteryUpdateBuyInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{26} return fileDescriptor_2cce7afd61783b10, []int{26}
} }
func (m *LotteryUpdateBuyInfo) XXX_Unmarshal(b []byte) error { func (m *LotteryUpdateBuyInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LotteryUpdateBuyInfo.Unmarshal(m, b) return xxx_messageInfo_LotteryUpdateBuyInfo.Unmarshal(m, b)
} }
func (m *LotteryUpdateBuyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *LotteryUpdateBuyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LotteryUpdateBuyInfo.Marshal(b, m, deterministic) return xxx_messageInfo_LotteryUpdateBuyInfo.Marshal(b, m, deterministic)
} }
func (dst *LotteryUpdateBuyInfo) XXX_Merge(src proto.Message) { func (m *LotteryUpdateBuyInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_LotteryUpdateBuyInfo.Merge(dst, src) xxx_messageInfo_LotteryUpdateBuyInfo.Merge(m, src)
} }
func (m *LotteryUpdateBuyInfo) XXX_Size() int { func (m *LotteryUpdateBuyInfo) XXX_Size() int {
return xxx_messageInfo_LotteryUpdateBuyInfo.Size(m) return xxx_messageInfo_LotteryUpdateBuyInfo.Size(m)
...@@ -1944,16 +1980,17 @@ func (m *ReplyLotteryPurchaseAddr) Reset() { *m = ReplyLotteryPurchaseAd ...@@ -1944,16 +1980,17 @@ func (m *ReplyLotteryPurchaseAddr) Reset() { *m = ReplyLotteryPurchaseAd
func (m *ReplyLotteryPurchaseAddr) String() string { return proto.CompactTextString(m) } func (m *ReplyLotteryPurchaseAddr) String() string { return proto.CompactTextString(m) }
func (*ReplyLotteryPurchaseAddr) ProtoMessage() {} func (*ReplyLotteryPurchaseAddr) ProtoMessage() {}
func (*ReplyLotteryPurchaseAddr) Descriptor() ([]byte, []int) { func (*ReplyLotteryPurchaseAddr) Descriptor() ([]byte, []int) {
return fileDescriptor_lottery_2a813bc9ca021826, []int{27} return fileDescriptor_2cce7afd61783b10, []int{27}
} }
func (m *ReplyLotteryPurchaseAddr) XXX_Unmarshal(b []byte) error { func (m *ReplyLotteryPurchaseAddr) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReplyLotteryPurchaseAddr.Unmarshal(m, b) return xxx_messageInfo_ReplyLotteryPurchaseAddr.Unmarshal(m, b)
} }
func (m *ReplyLotteryPurchaseAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { func (m *ReplyLotteryPurchaseAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReplyLotteryPurchaseAddr.Marshal(b, m, deterministic) return xxx_messageInfo_ReplyLotteryPurchaseAddr.Marshal(b, m, deterministic)
} }
func (dst *ReplyLotteryPurchaseAddr) XXX_Merge(src proto.Message) { func (m *ReplyLotteryPurchaseAddr) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReplyLotteryPurchaseAddr.Merge(dst, src) xxx_messageInfo_ReplyLotteryPurchaseAddr.Merge(m, src)
} }
func (m *ReplyLotteryPurchaseAddr) XXX_Size() int { func (m *ReplyLotteryPurchaseAddr) XXX_Size() int {
return xxx_messageInfo_ReplyLotteryPurchaseAddr.Size(m) return xxx_messageInfo_ReplyLotteryPurchaseAddr.Size(m)
...@@ -2003,9 +2040,9 @@ func init() { ...@@ -2003,9 +2040,9 @@ func init() {
proto.RegisterType((*ReplyLotteryPurchaseAddr)(nil), "types.ReplyLotteryPurchaseAddr") proto.RegisterType((*ReplyLotteryPurchaseAddr)(nil), "types.ReplyLotteryPurchaseAddr")
} }
func init() { proto.RegisterFile("lottery.proto", fileDescriptor_lottery_2a813bc9ca021826) } func init() { proto.RegisterFile("lottery.proto", fileDescriptor_2cce7afd61783b10) }
var fileDescriptor_lottery_2a813bc9ca021826 = []byte{ var fileDescriptor_2cce7afd61783b10 = []byte{
// 1342 bytes of a gzipped FileDescriptorProto // 1342 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0x5f, 0x8f, 0xdb, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0x5f, 0x8f, 0xdb, 0x44,
0x10, 0x3f, 0xc7, 0x71, 0x72, 0x99, 0xfc, 0x69, 0x6f, 0x2f, 0xbd, 0x9a, 0x82, 0xaa, 0x93, 0x45, 0x10, 0x3f, 0xc7, 0x71, 0x72, 0x99, 0xfc, 0x69, 0x6f, 0x2f, 0xbd, 0x9a, 0x82, 0xaa, 0x93, 0x45,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment