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
8a67a5cf
Commit
8a67a5cf
authored
Jan 01, 2019
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del no use file
parent
7c71130e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
26 deletions
+0
-26
rpc.go
plugin/dapp/js/rpc/rpc.go
+0
-1
rpc_real_test.go
plugin/dapp/js/rpc/rpc_real_test.go
+0
-0
types.go
plugin/dapp/js/rpc/types.go
+0
-25
No files found.
plugin/dapp/js/rpc/rpc.go
deleted
100644 → 0
View file @
7c71130e
package
rpc
plugin/dapp/js/rpc/
jrpc
.go
→
plugin/dapp/js/rpc/
rpc_real_test
.go
View file @
8a67a5cf
File moved
plugin/dapp/js/rpc/types.go
deleted
100644 → 0
View file @
7c71130e
package
rpc
import
(
ptypes
"github.com/33cn/chain33/plugin/dapp/js/types"
rpctypes
"github.com/33cn/chain33/rpc/types"
)
type
channelClient
struct
{
rpctypes
.
ChannelClient
}
type
Jrpc
struct
{
cli
*
channelClient
}
type
Grpc
struct
{
*
channelClient
}
func
Init
(
name
string
,
s
rpctypes
.
RPCServer
)
{
cli
:=
&
channelClient
{}
grpc
:=
&
Grpc
{
channelClient
:
cli
}
cli
.
Init
(
name
,
s
,
&
Jrpc
{
cli
:
cli
},
grpc
)
ptypes
.
RegisterTradeServer
(
s
.
GRPC
(),
grpc
)
}
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