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
a7258f1b
Commit
a7258f1b
authored
Aug 26, 2019
by
liuyuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gen pb
parent
734b345b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
246 additions
and
0 deletions
+246
-0
autonomy.pb.go
plugin/dapp/autonomy/types/autonomy.pb.go
+0
-0
board.pb.go
plugin/dapp/autonomy/types/board.pb.go
+0
-0
change.pb.go
plugin/dapp/autonomy/types/change.pb.go
+0
-0
lcommon.pb.go
plugin/dapp/autonomy/types/lcommon.pb.go
+246
-0
project.pb.go
plugin/dapp/autonomy/types/project.pb.go
+0
-0
rule.pb.go
plugin/dapp/autonomy/types/rule.pb.go
+0
-0
No files found.
plugin/dapp/autonomy/types/autonomy.pb.go
0 → 100644
View file @
a7258f1b
This diff is collapsed.
Click to expand it.
plugin/dapp/autonomy/types/board.pb.go
0 → 100644
View file @
a7258f1b
This diff is collapsed.
Click to expand it.
plugin/dapp/autonomy/types/change.pb.go
0 → 100644
View file @
a7258f1b
This diff is collapsed.
Click to expand it.
plugin/dapp/autonomy/types/lcommon.pb.go
0 → 100644
View file @
a7258f1b
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: lcommon.proto
package
types
import
proto
"github.com/golang/protobuf/proto"
import
fmt
"fmt"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
var
_
=
proto
.
Marshal
var
_
=
fmt
.
Errorf
var
_
=
math
.
Inf
type
VoteResult
struct
{
// 总票数
TotalVotes
int32
`protobuf:"varint,1,opt,name=totalVotes" json:"totalVotes,omitempty"`
// 赞成票
ApproveVotes
int32
`protobuf:"varint,2,opt,name=approveVotes" json:"approveVotes,omitempty"`
// 反对票
OpposeVotes
int32
`protobuf:"varint,3,opt,name=opposeVotes" json:"opposeVotes,omitempty"`
// 是否通过
Pass
bool
`protobuf:"varint,4,opt,name=pass" json:"pass,omitempty"`
}
func
(
m
*
VoteResult
)
Reset
()
{
*
m
=
VoteResult
{}
}
func
(
m
*
VoteResult
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
VoteResult
)
ProtoMessage
()
{}
func
(
*
VoteResult
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor3
,
[]
int
{
0
}
}
func
(
m
*
VoteResult
)
GetTotalVotes
()
int32
{
if
m
!=
nil
{
return
m
.
TotalVotes
}
return
0
}
func
(
m
*
VoteResult
)
GetApproveVotes
()
int32
{
if
m
!=
nil
{
return
m
.
ApproveVotes
}
return
0
}
func
(
m
*
VoteResult
)
GetOpposeVotes
()
int32
{
if
m
!=
nil
{
return
m
.
OpposeVotes
}
return
0
}
func
(
m
*
VoteResult
)
GetPass
()
bool
{
if
m
!=
nil
{
return
m
.
Pass
}
return
false
}
type
PublicVote
struct
{
// 是否需要公示
Publicity
bool
`protobuf:"varint,1,opt,name=publicity" json:"publicity,omitempty"`
// 总票数
TotalVotes
int32
`protobuf:"varint,2,opt,name=totalVotes" json:"totalVotes,omitempty"`
// 全体持票人反对票
OpposeVotes
int32
`protobuf:"varint,3,opt,name=opposeVotes" json:"opposeVotes,omitempty"`
// 是否通过
PubPass
bool
`protobuf:"varint,4,opt,name=pubPass" json:"pubPass,omitempty"`
}
func
(
m
*
PublicVote
)
Reset
()
{
*
m
=
PublicVote
{}
}
func
(
m
*
PublicVote
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
PublicVote
)
ProtoMessage
()
{}
func
(
*
PublicVote
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor3
,
[]
int
{
1
}
}
func
(
m
*
PublicVote
)
GetPublicity
()
bool
{
if
m
!=
nil
{
return
m
.
Publicity
}
return
false
}
func
(
m
*
PublicVote
)
GetTotalVotes
()
int32
{
if
m
!=
nil
{
return
m
.
TotalVotes
}
return
0
}
func
(
m
*
PublicVote
)
GetOpposeVotes
()
int32
{
if
m
!=
nil
{
return
m
.
OpposeVotes
}
return
0
}
func
(
m
*
PublicVote
)
GetPubPass
()
bool
{
if
m
!=
nil
{
return
m
.
PubPass
}
return
false
}
type
VotesRecord
struct
{
Address
[]
string
`protobuf:"bytes,1,rep,name=address" json:"address,omitempty"`
}
func
(
m
*
VotesRecord
)
Reset
()
{
*
m
=
VotesRecord
{}
}
func
(
m
*
VotesRecord
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
VotesRecord
)
ProtoMessage
()
{}
func
(
*
VotesRecord
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor3
,
[]
int
{
2
}
}
func
(
m
*
VotesRecord
)
GetAddress
()
[]
string
{
if
m
!=
nil
{
return
m
.
Address
}
return
nil
}
type
RuleConfig
struct
{
// 董事会成员赞成率,以%为单位,只保留整数部分
BoardApproveRatio
int32
`protobuf:"varint,1,opt,name=boardApproveRatio" json:"boardApproveRatio,omitempty"`
// 全体持票人否决率
PubOpposeRatio
int32
`protobuf:"varint,2,opt,name=pubOpposeRatio" json:"pubOpposeRatio,omitempty"`
// 提案金额
ProposalAmount
int64
`protobuf:"varint,3,opt,name=proposalAmount" json:"proposalAmount,omitempty"`
// 重大项目公示金额阈值
LargeProjectAmount
int64
`protobuf:"varint,4,opt,name=largeProjectAmount" json:"largeProjectAmount,omitempty"`
// 重大项目公示时间(以区块数为单位)
PublicPeriod
int32
`protobuf:"varint,5,opt,name=publicPeriod" json:"publicPeriod,omitempty"`
}
func
(
m
*
RuleConfig
)
Reset
()
{
*
m
=
RuleConfig
{}
}
func
(
m
*
RuleConfig
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
RuleConfig
)
ProtoMessage
()
{}
func
(
*
RuleConfig
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor3
,
[]
int
{
3
}
}
func
(
m
*
RuleConfig
)
GetBoardApproveRatio
()
int32
{
if
m
!=
nil
{
return
m
.
BoardApproveRatio
}
return
0
}
func
(
m
*
RuleConfig
)
GetPubOpposeRatio
()
int32
{
if
m
!=
nil
{
return
m
.
PubOpposeRatio
}
return
0
}
func
(
m
*
RuleConfig
)
GetProposalAmount
()
int64
{
if
m
!=
nil
{
return
m
.
ProposalAmount
}
return
0
}
func
(
m
*
RuleConfig
)
GetLargeProjectAmount
()
int64
{
if
m
!=
nil
{
return
m
.
LargeProjectAmount
}
return
0
}
func
(
m
*
RuleConfig
)
GetPublicPeriod
()
int32
{
if
m
!=
nil
{
return
m
.
PublicPeriod
}
return
0
}
type
ActiveBoard
struct
{
Boards
[]
string
`protobuf:"bytes,1,rep,name=boards" json:"boards,omitempty"`
Revboards
[]
string
`protobuf:"bytes,2,rep,name=revboards" json:"revboards,omitempty"`
Amount
int64
`protobuf:"varint,3,opt,name=amount" json:"amount,omitempty"`
StartHeight
int64
`protobuf:"varint,4,opt,name=startHeight" json:"startHeight,omitempty"`
}
func
(
m
*
ActiveBoard
)
Reset
()
{
*
m
=
ActiveBoard
{}
}
func
(
m
*
ActiveBoard
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
ActiveBoard
)
ProtoMessage
()
{}
func
(
*
ActiveBoard
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor3
,
[]
int
{
4
}
}
func
(
m
*
ActiveBoard
)
GetBoards
()
[]
string
{
if
m
!=
nil
{
return
m
.
Boards
}
return
nil
}
func
(
m
*
ActiveBoard
)
GetRevboards
()
[]
string
{
if
m
!=
nil
{
return
m
.
Revboards
}
return
nil
}
func
(
m
*
ActiveBoard
)
GetAmount
()
int64
{
if
m
!=
nil
{
return
m
.
Amount
}
return
0
}
func
(
m
*
ActiveBoard
)
GetStartHeight
()
int64
{
if
m
!=
nil
{
return
m
.
StartHeight
}
return
0
}
func
init
()
{
proto
.
RegisterType
((
*
VoteResult
)(
nil
),
"types.VoteResult"
)
proto
.
RegisterType
((
*
PublicVote
)(
nil
),
"types.PublicVote"
)
proto
.
RegisterType
((
*
VotesRecord
)(
nil
),
"types.VotesRecord"
)
proto
.
RegisterType
((
*
RuleConfig
)(
nil
),
"types.RuleConfig"
)
proto
.
RegisterType
((
*
ActiveBoard
)(
nil
),
"types.ActiveBoard"
)
}
func
init
()
{
proto
.
RegisterFile
(
"lcommon.proto"
,
fileDescriptor3
)
}
var
fileDescriptor3
=
[]
byte
{
// 352 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x84
,
0x92
,
0xbf
,
0x4e
,
0xe3
,
0x40
,
0x10
,
0x87
,
0xe5
,
0xfc
,
0xbb
,
0x64
,
0x72
,
0x77
,
0xd2
,
0x6d
,
0x71
,
0x72
,
0x81
,
0x50
,
0xe4
,
0x02
,
0x52
,
0xa0
,
0x34
,
0x3c
,
0x41
,
0xa0
,
0xa1
,
0xc3
,
0xda
,
0x82
,
0x7e
,
0x6d
,
0x2f
,
0x61
,
0xd1
,
0x26
,
0xb3
,
0xda
,
0x1d
,
0x47
,
0x4a
,
0x41
,
0xcb
,
0x63
,
0xf2
,
0x2c
,
0x68
,
0xc7
,
0xb6
,
0x62
,
0x12
,
0x24
,
0x3a
,
0xcf
,
0x6f
,
0x3e
,
0x4b
,
0xdf
,
0xcc
,
0x2c
,
0xfc
,
0xb1
,
0x25
,
0x6e
,
0xb7
,
0xb8
,
0x5b
,
0x39
,
0x8f
,
0x84
,
0x62
,
0x4c
,
0x07
,
0xa7
,
0x43
,
0xf6
,
0x9e
,
0x00
,
0x3c
,
0x21
,
0x69
,
0xa9
,
0x43
,
0x6d
,
0x49
,
0x5c
,
0x02
,
0x10
,
0x92
,
0xb2
,
0x31
,
0x0a
,
0x69
,
0xb2
,
0x48
,
0x96
,
0x63
,
0xd9
,
0x4b
,
0x44
,
0x06
,
0xbf
,
0x95
,
0x73
,
0x1e
,
0xf7
,
0xba
,
0x21
,
0x06
,
0x4c
,
0x7c
,
0xc9
,
0xc4
,
0x02
,
0xe6
,
0xe8
,
0x1c
,
0x86
,
0x16
,
0x19
,
0x32
,
0xd2
,
0x8f
,
0x84
,
0x80
,
0x91
,
0x53
,
0x21
,
0xa4
,
0xa3
,
0x45
,
0xb2
,
0x9c
,
0x4a
,
0xfe
,
0x66
,
0x91
,
0xbc
,
0x2e
,
0xac
,
0x29
,
0x23
,
0x23
,
0x2e
,
0x60
,
0xe6
,
0xb8
,
0x32
,
0x74
,
0x60
,
0x8f
,
0xa9
,
0x3c
,
0x06
,
0x27
,
0x9a
,
0x83
,
0x33
,
0xcd
,
0x9f
,
0x15
,
0x52
,
0xf8
,
0xe5
,
0xea
,
0x22
,
0x3f
,
0x5a
,
0x74
,
0x65
,
0x76
,
0x0d
,
0x73
,
0x46
,
0xa4
,
0x2e
,
0xd1
,
0x57
,
0x11
,
0x54
,
0x55
,
0xe5
,
0x75
,
0x88
,
0xeb
,
0x18
,
0x2e
,
0x67
,
0xb2
,
0x2b
,
0xb3
,
0x8f
,
0x04
,
0x40
,
0xd6
,
0x56
,
0xdf
,
0xe3
,
0xee
,
0xd9
,
0x6c
,
0xc4
,
0x0d
,
0xfc
,
0x2b
,
0x50
,
0xf9
,
0x6a
,
0xdd
,
0xec
,
0x42
,
0x2a
,
0x32
,
0xd8
,
0x6e
,
0xf0
,
0xbc
,
0x21
,
0xae
,
0xe0
,
0xaf
,
0xab
,
0x8b
,
0x47
,
0x36
,
0x6a
,
0xd0
,
0x66
,
0x8a
,
0x93
,
0x94
,
0x39
,
0x8f
,
0x0e
,
0x83
,
0xb2
,
0xeb
,
0x2d
,
0xd6
,
0x3b
,
0xe2
,
0x61
,
0x86
,
0xf2
,
0x24
,
0x15
,
0x2b
,
0x10
,
0x56
,
0xf9
,
0x8d
,
0xce
,
0x3d
,
0xbe
,
0xea
,
0x92
,
0x5a
,
0x76
,
0xc4
,
0xec
,
0x37
,
0x9d
,
0x78
,
0xc8
,
0x66
,
0x9d
,
0xb9
,
0xf6
,
0x06
,
0xab
,
0x74
,
0xdc
,
0x1c
,
0xb2
,
0x9f
,
0x65
,
0x6f
,
0x30
,
0x5f
,
0x97
,
0x64
,
0xf6
,
0xfa
,
0x2e
,
0xea
,
0x8b
,
0xff
,
0x30
,
0xe1
,
0x39
,
0xba
,
0x45
,
0xb4
,
0x55
,
0x3c
,
0x95
,
0xd7
,
0xfb
,
0xb6
,
0x35
,
0xe0
,
0xd6
,
0x31
,
0x88
,
0x7f
,
0xa9
,
0xbe
,
0x78
,
0x5b
,
0xc5
,
0x13
,
0x05
,
0x52
,
0x9e
,
0x1e
,
0xb4
,
0xd9
,
0xbc
,
0x74
,
0xa6
,
0xfd
,
0xa8
,
0x98
,
0xf0
,
0x43
,
0xbd
,
0xfd
,
0x0c
,
0x00
,
0x00
,
0xff
,
0xff
,
0xaf
,
0xca
,
0x0f
,
0x60
,
0xb9
,
0x02
,
0x00
,
0x00
,
}
plugin/dapp/autonomy/types/project.pb.go
0 → 100644
View file @
a7258f1b
This diff is collapsed.
Click to expand it.
plugin/dapp/autonomy/types/rule.pb.go
0 → 100644
View file @
a7258f1b
This diff is collapsed.
Click to expand it.
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