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
0990bcda
Commit
0990bcda
authored
Nov 28, 2018
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix linter
parent
d4a29fb8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
35 deletions
+32
-35
init.go
plugin/consensus/init/init.go
+5
-5
init.go
plugin/crypto/init/init.go
+2
-2
init.go
plugin/dapp/init/init.go
+16
-16
init.go
plugin/init.go
+6
-9
init.go
plugin/store/init/init.go
+3
-3
No files found.
plugin/consensus/init/init.go
View file @
0990bcda
package
init
package
init
import
(
import
(
_
"github.com/33cn/plugin/plugin/consensus/para"
_
"github.com/33cn/plugin/plugin/consensus/para"
//auto gen
_
"github.com/33cn/plugin/plugin/consensus/pbft"
_
"github.com/33cn/plugin/plugin/consensus/pbft"
//auto gen
_
"github.com/33cn/plugin/plugin/consensus/raft"
_
"github.com/33cn/plugin/plugin/consensus/raft"
//auto gen
_
"github.com/33cn/plugin/plugin/consensus/tendermint"
_
"github.com/33cn/plugin/plugin/consensus/tendermint"
//auto gen
_
"github.com/33cn/plugin/plugin/consensus/ticket"
_
"github.com/33cn/plugin/plugin/consensus/ticket"
//auto gen
)
)
plugin/crypto/init/init.go
View file @
0990bcda
package
init
package
init
import
(
import
(
_
"github.com/33cn/plugin/plugin/crypto/ecdsa"
_
"github.com/33cn/plugin/plugin/crypto/ecdsa"
//auto gen
_
"github.com/33cn/plugin/plugin/crypto/sm2"
_
"github.com/33cn/plugin/plugin/crypto/sm2"
//auto gen
)
)
plugin/dapp/init/init.go
View file @
0990bcda
package
init
package
init
import
(
import
(
_
"github.com/33cn/plugin/plugin/dapp/blackwhite"
_
"github.com/33cn/plugin/plugin/dapp/blackwhite"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/cert"
_
"github.com/33cn/plugin/plugin/dapp/cert"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/evm"
_
"github.com/33cn/plugin/plugin/dapp/evm"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/game"
_
"github.com/33cn/plugin/plugin/dapp/game"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/hashlock"
_
"github.com/33cn/plugin/plugin/dapp/hashlock"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/lottery"
_
"github.com/33cn/plugin/plugin/dapp/lottery"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/norm"
_
"github.com/33cn/plugin/plugin/dapp/norm"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/paracross"
_
"github.com/33cn/plugin/plugin/dapp/paracross"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/pokerbull"
_
"github.com/33cn/plugin/plugin/dapp/pokerbull"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/privacy"
_
"github.com/33cn/plugin/plugin/dapp/privacy"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/relay"
_
"github.com/33cn/plugin/plugin/dapp/relay"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/retrieve"
_
"github.com/33cn/plugin/plugin/dapp/retrieve"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/ticket"
_
"github.com/33cn/plugin/plugin/dapp/ticket"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/token"
_
"github.com/33cn/plugin/plugin/dapp/token"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/trade"
_
"github.com/33cn/plugin/plugin/dapp/trade"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/valnode"
_
"github.com/33cn/plugin/plugin/dapp/valnode"
//auto gen
)
)
plugin/init.go
View file @
0990bcda
// Copyright Fuzamei Corp. 2018 All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
plugin
package
plugin
import
(
import
(
_
"github.com/33cn/plugin/plugin/consensus/init"
//
register consensus init package
_
"github.com/33cn/plugin/plugin/consensus/init"
//
consensus init
_
"github.com/33cn/plugin/plugin/crypto/init"
_
"github.com/33cn/plugin/plugin/crypto/init"
//crypto init
_
"github.com/33cn/plugin/plugin/dapp/init"
_
"github.com/33cn/plugin/plugin/dapp/init"
//dapp init
_
"github.com/33cn/plugin/plugin/store/init"
_
"github.com/33cn/plugin/plugin/store/init
//store init
"
)
)
\ No newline at end of file
plugin/store/init/init.go
View file @
0990bcda
package
init
package
init
import
(
import
(
_
"github.com/33cn/plugin/plugin/store/kvdb"
_
"github.com/33cn/plugin/plugin/store/kvdb"
//auto gen
_
"github.com/33cn/plugin/plugin/store/kvmvcc"
_
"github.com/33cn/plugin/plugin/store/kvmvcc"
//auto gen
_
"github.com/33cn/plugin/plugin/store/mpt"
_
"github.com/33cn/plugin/plugin/store/mpt"
//auto gen
)
)
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