Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
96f56d71
Commit
96f56d71
authored
Dec 07, 2018
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
3c399015
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
130 additions
and
93 deletions
+130
-93
lottery.pb.go
plugin/dapp/lottery/types/lottery.pb.go
+130
-93
No files found.
plugin/dapp/lottery/types/lottery.pb.go
View file @
96f56d71
...
...
@@ -3,9 +3,12 @@
package
types
import
proto
"github.com/golang/protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
(
fmt
"fmt"
math
"math"
proto
"github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.
var
_
=
proto
.
Marshal
...
...
@@ -32,16 +35,17 @@ func (m *PurchaseRecord) Reset() { *m = PurchaseRecord{} }
func
(
m
*
PurchaseRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
PurchaseRecord
)
ProtoMessage
()
{}
func
(
*
PurchaseRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
0
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
0
}
}
func
(
m
*
PurchaseRecord
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_PurchaseRecord
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
PurchaseRecord
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_PurchaseRecord
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
PurchaseRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_PurchaseRecord
.
Merge
(
dst
,
src
)
func
(
m
*
PurchaseRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_PurchaseRecord
.
Merge
(
m
,
src
)
}
func
(
m
*
PurchaseRecord
)
XXX_Size
()
int
{
return
xxx_messageInfo_PurchaseRecord
.
Size
(
m
)
...
...
@@ -94,16 +98,17 @@ func (m *PurchaseRecords) Reset() { *m = PurchaseRecords{} }
func
(
m
*
PurchaseRecords
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
PurchaseRecords
)
ProtoMessage
()
{}
func
(
*
PurchaseRecords
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
1
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
1
}
}
func
(
m
*
PurchaseRecords
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_PurchaseRecords
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
PurchaseRecords
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_PurchaseRecords
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
PurchaseRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_PurchaseRecords
.
Merge
(
dst
,
src
)
func
(
m
*
PurchaseRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_PurchaseRecords
.
Merge
(
m
,
src
)
}
func
(
m
*
PurchaseRecords
)
XXX_Size
()
int
{
return
xxx_messageInfo_PurchaseRecords
.
Size
(
m
)
...
...
@@ -151,7 +156,7 @@ type Lottery struct {
DrawBlockNum
int64
`protobuf:"varint,6,opt,name=drawBlockNum,proto3" json:"drawBlockNum,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"`
//
map<string, PurchaseRecords> records = 9;
//map<string, PurchaseRecords> records = 9;
TotalPurchasedTxNum
int64
`protobuf:"varint,10,opt,name=totalPurchasedTxNum,proto3" json:"totalPurchasedTxNum,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"`
...
...
@@ -174,16 +179,17 @@ func (m *Lottery) Reset() { *m = Lottery{} }
func
(
m
*
Lottery
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
Lottery
)
ProtoMessage
()
{}
func
(
*
Lottery
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
2
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
2
}
}
func
(
m
*
Lottery
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_Lottery
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
Lottery
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_Lottery
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
Lottery
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_Lottery
.
Merge
(
dst
,
src
)
func
(
m
*
Lottery
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_Lottery
.
Merge
(
m
,
src
)
}
func
(
m
*
Lottery
)
XXX_Size
()
int
{
return
xxx_messageInfo_Lottery
.
Size
(
m
)
...
...
@@ -352,16 +358,17 @@ func (m *MissingRecord) Reset() { *m = MissingRecord{} }
func
(
m
*
MissingRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
MissingRecord
)
ProtoMessage
()
{}
func
(
*
MissingRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
3
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
3
}
}
func
(
m
*
MissingRecord
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_MissingRecord
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
MissingRecord
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_MissingRecord
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
MissingRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_MissingRecord
.
Merge
(
dst
,
src
)
func
(
m
*
MissingRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_MissingRecord
.
Merge
(
m
,
src
)
}
func
(
m
*
MissingRecord
)
XXX_Size
()
int
{
return
xxx_messageInfo_MissingRecord
.
Size
(
m
)
...
...
@@ -396,16 +403,17 @@ func (m *LotteryAction) Reset() { *m = LotteryAction{} }
func
(
m
*
LotteryAction
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryAction
)
ProtoMessage
()
{}
func
(
*
LotteryAction
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
4
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
4
}
}
func
(
m
*
LotteryAction
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryAction
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryAction
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryAction
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryAction
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryAction
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryAction
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryAction
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryAction
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryAction
.
Size
(
m
)
...
...
@@ -423,20 +431,26 @@ type isLotteryAction_Value interface {
type
LotteryAction_Create
struct
{
Create
*
LotteryCreate
`protobuf:"bytes,1,opt,name=create,proto3,oneof"`
}
type
LotteryAction_Buy
struct
{
Buy
*
LotteryBuy
`protobuf:"bytes,2,opt,name=buy,proto3,oneof"`
}
type
LotteryAction_Draw
struct
{
Draw
*
LotteryDraw
`protobuf:"bytes,3,opt,name=draw,proto3,oneof"`
}
type
LotteryAction_Close
struct
{
Close
*
LotteryClose
`protobuf:"bytes,4,opt,name=close,proto3,oneof"`
}
func
(
*
LotteryAction_Create
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Buy
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Draw
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Close
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Buy
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Draw
)
isLotteryAction_Value
()
{}
func
(
*
LotteryAction_Close
)
isLotteryAction_Value
()
{}
func
(
m
*
LotteryAction
)
GetValue
()
isLotteryAction_Value
{
if
m
!=
nil
{
...
...
@@ -606,16 +620,17 @@ func (m *LotteryCreate) Reset() { *m = LotteryCreate{} }
func
(
m
*
LotteryCreate
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryCreate
)
ProtoMessage
()
{}
func
(
*
LotteryCreate
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
5
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
5
}
}
func
(
m
*
LotteryCreate
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryCreate
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryCreate
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryCreate
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryCreate
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryCreate
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryCreate
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryCreate
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryCreate
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryCreate
.
Size
(
m
)
...
...
@@ -668,16 +683,17 @@ func (m *LotteryBuy) Reset() { *m = LotteryBuy{} }
func
(
m
*
LotteryBuy
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryBuy
)
ProtoMessage
()
{}
func
(
*
LotteryBuy
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
6
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
6
}
}
func
(
m
*
LotteryBuy
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryBuy
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryBuy
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryBuy
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryBuy
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuy
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryBuy
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuy
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryBuy
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryBuy
.
Size
(
m
)
...
...
@@ -727,16 +743,17 @@ func (m *LotteryDraw) Reset() { *m = LotteryDraw{} }
func
(
m
*
LotteryDraw
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryDraw
)
ProtoMessage
()
{}
func
(
*
LotteryDraw
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
7
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
7
}
}
func
(
m
*
LotteryDraw
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryDraw
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryDraw
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryDraw
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryDraw
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDraw
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryDraw
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDraw
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryDraw
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryDraw
.
Size
(
m
)
...
...
@@ -765,16 +782,17 @@ func (m *LotteryClose) Reset() { *m = LotteryClose{} }
func
(
m
*
LotteryClose
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryClose
)
ProtoMessage
()
{}
func
(
*
LotteryClose
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
8
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
8
}
}
func
(
m
*
LotteryClose
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryClose
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryClose
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryClose
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryClose
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryClose
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryClose
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryClose
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryClose
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryClose
.
Size
(
m
)
...
...
@@ -817,16 +835,17 @@ func (m *ReceiptLottery) Reset() { *m = ReceiptLottery{} }
func
(
m
*
ReceiptLottery
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReceiptLottery
)
ProtoMessage
()
{}
func
(
*
ReceiptLottery
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
9
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
9
}
}
func
(
m
*
ReceiptLottery
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReceiptLottery
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReceiptLottery
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReceiptLottery
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReceiptLottery
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReceiptLottery
.
Merge
(
dst
,
src
)
func
(
m
*
ReceiptLottery
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReceiptLottery
.
Merge
(
m
,
src
)
}
func
(
m
*
ReceiptLottery
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReceiptLottery
.
Size
(
m
)
...
...
@@ -953,16 +972,17 @@ func (m *ReqLotteryInfo) Reset() { *m = ReqLotteryInfo{} }
func
(
m
*
ReqLotteryInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReqLotteryInfo
)
ProtoMessage
()
{}
func
(
*
ReqLotteryInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
10
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
10
}
}
func
(
m
*
ReqLotteryInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReqLotteryInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReqLotteryInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReqLotteryInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReqLotteryInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReqLotteryInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReqLotteryInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReqLotteryInfo
.
Size
(
m
)
...
...
@@ -993,16 +1013,17 @@ func (m *ReqLotteryBuyInfo) Reset() { *m = ReqLotteryBuyInfo{} }
func
(
m
*
ReqLotteryBuyInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReqLotteryBuyInfo
)
ProtoMessage
()
{}
func
(
*
ReqLotteryBuyInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
11
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
11
}
}
func
(
m
*
ReqLotteryBuyInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReqLotteryBuyInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReqLotteryBuyInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReqLotteryBuyInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReqLotteryBuyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryBuyInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReqLotteryBuyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryBuyInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReqLotteryBuyInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReqLotteryBuyInfo
.
Size
(
m
)
...
...
@@ -1050,16 +1071,17 @@ func (m *ReqLotteryBuyHistory) Reset() { *m = ReqLotteryBuyHistory{} }
func
(
m
*
ReqLotteryBuyHistory
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReqLotteryBuyHistory
)
ProtoMessage
()
{}
func
(
*
ReqLotteryBuyHistory
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
12
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
12
}
}
func
(
m
*
ReqLotteryBuyHistory
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReqLotteryBuyHistory
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReqLotteryBuyHistory
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReqLotteryBuyHistory
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReqLotteryBuyHistory
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryBuyHistory
.
Merge
(
dst
,
src
)
func
(
m
*
ReqLotteryBuyHistory
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryBuyHistory
.
Merge
(
m
,
src
)
}
func
(
m
*
ReqLotteryBuyHistory
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReqLotteryBuyHistory
.
Size
(
m
)
...
...
@@ -1124,16 +1146,17 @@ func (m *ReqLotteryLuckyInfo) Reset() { *m = ReqLotteryLuckyInfo{} }
func
(
m
*
ReqLotteryLuckyInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReqLotteryLuckyInfo
)
ProtoMessage
()
{}
func
(
*
ReqLotteryLuckyInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
13
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
13
}
}
func
(
m
*
ReqLotteryLuckyInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReqLotteryLuckyInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReqLotteryLuckyInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReqLotteryLuckyInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReqLotteryLuckyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryLuckyInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReqLotteryLuckyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryLuckyInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReqLotteryLuckyInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReqLotteryLuckyInfo
.
Size
(
m
)
...
...
@@ -1172,16 +1195,17 @@ func (m *ReqLotteryLuckyHistory) Reset() { *m = ReqLotteryLuckyHistory{}
func
(
m
*
ReqLotteryLuckyHistory
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReqLotteryLuckyHistory
)
ProtoMessage
()
{}
func
(
*
ReqLotteryLuckyHistory
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
14
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
14
}
}
func
(
m
*
ReqLotteryLuckyHistory
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReqLotteryLuckyHistory
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReqLotteryLuckyHistory
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReqLotteryLuckyHistory
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReqLotteryLuckyHistory
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryLuckyHistory
.
Merge
(
dst
,
src
)
func
(
m
*
ReqLotteryLuckyHistory
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReqLotteryLuckyHistory
.
Merge
(
m
,
src
)
}
func
(
m
*
ReqLotteryLuckyHistory
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReqLotteryLuckyHistory
.
Size
(
m
)
...
...
@@ -1236,16 +1260,17 @@ func (m *ReplyLotteryNormalInfo) Reset() { *m = ReplyLotteryNormalInfo{}
func
(
m
*
ReplyLotteryNormalInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReplyLotteryNormalInfo
)
ProtoMessage
()
{}
func
(
*
ReplyLotteryNormalInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
15
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
15
}
}
func
(
m
*
ReplyLotteryNormalInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReplyLotteryNormalInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReplyLotteryNormalInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReplyLotteryNormalInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReplyLotteryNormalInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryNormalInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReplyLotteryNormalInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryNormalInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReplyLotteryNormalInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReplyLotteryNormalInfo
.
Size
(
m
)
...
...
@@ -1322,16 +1347,17 @@ func (m *ReplyLotteryCurrentInfo) Reset() { *m = ReplyLotteryCurrentInfo
func
(
m
*
ReplyLotteryCurrentInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReplyLotteryCurrentInfo
)
ProtoMessage
()
{}
func
(
*
ReplyLotteryCurrentInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
16
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
16
}
}
func
(
m
*
ReplyLotteryCurrentInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReplyLotteryCurrentInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReplyLotteryCurrentInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReplyLotteryCurrentInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReplyLotteryCurrentInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryCurrentInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReplyLotteryCurrentInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryCurrentInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReplyLotteryCurrentInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReplyLotteryCurrentInfo
.
Size
(
m
)
...
...
@@ -1451,16 +1477,17 @@ func (m *ReplyLotteryHistoryLuckyNumber) Reset() { *m = ReplyLotteryHist
func
(
m
*
ReplyLotteryHistoryLuckyNumber
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReplyLotteryHistoryLuckyNumber
)
ProtoMessage
()
{}
func
(
*
ReplyLotteryHistoryLuckyNumber
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
17
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
17
}
}
func
(
m
*
ReplyLotteryHistoryLuckyNumber
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReplyLotteryHistoryLuckyNumber
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReplyLotteryHistoryLuckyNumber
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber
.
Merge
(
dst
,
src
)
func
(
m
*
ReplyLotteryHistoryLuckyNumber
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber
.
Merge
(
m
,
src
)
}
func
(
m
*
ReplyLotteryHistoryLuckyNumber
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReplyLotteryHistoryLuckyNumber
.
Size
(
m
)
...
...
@@ -1489,16 +1516,17 @@ func (m *ReplyLotteryShowInfo) Reset() { *m = ReplyLotteryShowInfo{} }
func
(
m
*
ReplyLotteryShowInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReplyLotteryShowInfo
)
ProtoMessage
()
{}
func
(
*
ReplyLotteryShowInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
18
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
18
}
}
func
(
m
*
ReplyLotteryShowInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReplyLotteryShowInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReplyLotteryShowInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReplyLotteryShowInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReplyLotteryShowInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryShowInfo
.
Merge
(
dst
,
src
)
func
(
m
*
ReplyLotteryShowInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryShowInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
ReplyLotteryShowInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReplyLotteryShowInfo
.
Size
(
m
)
...
...
@@ -1528,16 +1556,17 @@ func (m *LotteryNumberRecord) Reset() { *m = LotteryNumberRecord{} }
func
(
m
*
LotteryNumberRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryNumberRecord
)
ProtoMessage
()
{}
func
(
*
LotteryNumberRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
19
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
19
}
}
func
(
m
*
LotteryNumberRecord
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryNumberRecord
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryNumberRecord
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryNumberRecord
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryNumberRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryNumberRecord
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryNumberRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryNumberRecord
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryNumberRecord
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryNumberRecord
.
Size
(
m
)
...
...
@@ -1581,16 +1610,17 @@ func (m *LotteryBuyRecord) Reset() { *m = LotteryBuyRecord{} }
func
(
m
*
LotteryBuyRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryBuyRecord
)
ProtoMessage
()
{}
func
(
*
LotteryBuyRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
20
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
20
}
}
func
(
m
*
LotteryBuyRecord
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryBuyRecord
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryBuyRecord
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryBuyRecord
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryBuyRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuyRecord
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryBuyRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuyRecord
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryBuyRecord
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryBuyRecord
.
Size
(
m
)
...
...
@@ -1668,16 +1698,17 @@ func (m *LotteryBuyRecords) Reset() { *m = LotteryBuyRecords{} }
func
(
m
*
LotteryBuyRecords
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryBuyRecords
)
ProtoMessage
()
{}
func
(
*
LotteryBuyRecords
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
21
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
21
}
}
func
(
m
*
LotteryBuyRecords
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryBuyRecords
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryBuyRecords
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryBuyRecords
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryBuyRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuyRecords
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryBuyRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryBuyRecords
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryBuyRecords
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryBuyRecords
.
Size
(
m
)
...
...
@@ -1711,16 +1742,17 @@ func (m *LotteryDrawRecord) Reset() { *m = LotteryDrawRecord{} }
func
(
m
*
LotteryDrawRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryDrawRecord
)
ProtoMessage
()
{}
func
(
*
LotteryDrawRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
22
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
22
}
}
func
(
m
*
LotteryDrawRecord
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryDrawRecord
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryDrawRecord
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryDrawRecord
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryDrawRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDrawRecord
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryDrawRecord
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDrawRecord
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryDrawRecord
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryDrawRecord
.
Size
(
m
)
...
...
@@ -1784,16 +1816,17 @@ func (m *LotteryDrawRecords) Reset() { *m = LotteryDrawRecords{} }
func
(
m
*
LotteryDrawRecords
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryDrawRecords
)
ProtoMessage
()
{}
func
(
*
LotteryDrawRecords
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
23
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
23
}
}
func
(
m
*
LotteryDrawRecords
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryDrawRecords
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryDrawRecords
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryDrawRecords
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryDrawRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDrawRecords
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryDrawRecords
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryDrawRecords
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryDrawRecords
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryDrawRecords
.
Size
(
m
)
...
...
@@ -1823,16 +1856,17 @@ func (m *LotteryUpdateRec) Reset() { *m = LotteryUpdateRec{} }
func
(
m
*
LotteryUpdateRec
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryUpdateRec
)
ProtoMessage
()
{}
func
(
*
LotteryUpdateRec
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
24
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
24
}
}
func
(
m
*
LotteryUpdateRec
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryUpdateRec
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryUpdateRec
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryUpdateRec
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryUpdateRec
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateRec
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryUpdateRec
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateRec
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryUpdateRec
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryUpdateRec
.
Size
(
m
)
...
...
@@ -1868,16 +1902,17 @@ func (m *LotteryUpdateRecs) Reset() { *m = LotteryUpdateRecs{} }
func
(
m
*
LotteryUpdateRecs
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryUpdateRecs
)
ProtoMessage
()
{}
func
(
*
LotteryUpdateRecs
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
25
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
25
}
}
func
(
m
*
LotteryUpdateRecs
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryUpdateRecs
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryUpdateRecs
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryUpdateRecs
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryUpdateRecs
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateRecs
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryUpdateRecs
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateRecs
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryUpdateRecs
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryUpdateRecs
.
Size
(
m
)
...
...
@@ -1906,16 +1941,17 @@ func (m *LotteryUpdateBuyInfo) Reset() { *m = LotteryUpdateBuyInfo{} }
func
(
m
*
LotteryUpdateBuyInfo
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
LotteryUpdateBuyInfo
)
ProtoMessage
()
{}
func
(
*
LotteryUpdateBuyInfo
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
26
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
26
}
}
func
(
m
*
LotteryUpdateBuyInfo
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_LotteryUpdateBuyInfo
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
LotteryUpdateBuyInfo
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_LotteryUpdateBuyInfo
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
LotteryUpdateBuyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateBuyInfo
.
Merge
(
dst
,
src
)
func
(
m
*
LotteryUpdateBuyInfo
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_LotteryUpdateBuyInfo
.
Merge
(
m
,
src
)
}
func
(
m
*
LotteryUpdateBuyInfo
)
XXX_Size
()
int
{
return
xxx_messageInfo_LotteryUpdateBuyInfo
.
Size
(
m
)
...
...
@@ -1944,16 +1980,17 @@ func (m *ReplyLotteryPurchaseAddr) Reset() { *m = ReplyLotteryPurchaseAd
func
(
m
*
ReplyLotteryPurchaseAddr
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ReplyLotteryPurchaseAddr
)
ProtoMessage
()
{}
func
(
*
ReplyLotteryPurchaseAddr
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_
lottery_2a813bc9ca021826
,
[]
int
{
27
}
return
fileDescriptor_
2cce7afd61783b10
,
[]
int
{
27
}
}
func
(
m
*
ReplyLotteryPurchaseAddr
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_ReplyLotteryPurchaseAddr
.
Unmarshal
(
m
,
b
)
}
func
(
m
*
ReplyLotteryPurchaseAddr
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_ReplyLotteryPurchaseAddr
.
Marshal
(
b
,
m
,
deterministic
)
}
func
(
dst
*
ReplyLotteryPurchaseAddr
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryPurchaseAddr
.
Merge
(
dst
,
src
)
func
(
m
*
ReplyLotteryPurchaseAddr
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_ReplyLotteryPurchaseAddr
.
Merge
(
m
,
src
)
}
func
(
m
*
ReplyLotteryPurchaseAddr
)
XXX_Size
()
int
{
return
xxx_messageInfo_ReplyLotteryPurchaseAddr
.
Size
(
m
)
...
...
@@ -2003,9 +2040,9 @@ func init() {
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
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment