Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sidecar
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
sidecar
Commits
8378d3be
Commit
8378d3be
authored
Oct 12, 2021
by
suyanlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug
parent
ef14a915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
map.go
internal/port/map.go
+1
-0
interface.go
internal/router/interface.go
+4
-0
No files found.
internal/port/map.go
View file @
8378d3be
...
@@ -22,6 +22,7 @@ func NewPortMap() *PortMap {
...
@@ -22,6 +22,7 @@ func NewPortMap() *PortMap {
peerPort
:
map
[
string
]
Port
{},
peerPort
:
map
[
string
]
Port
{},
appchainPort
:
map
[
string
]
Port
{},
appchainPort
:
map
[
string
]
Port
{},
hubPort
:
nil
,
hubPort
:
nil
,
local
:
nil
,
}
}
}
}
...
...
internal/router/interface.go
View file @
8378d3be
...
@@ -41,3 +41,7 @@ type Router interface {
...
@@ -41,3 +41,7 @@ type Router interface {
// 1、用户交易内部的路由规则最高。
// 1、用户交易内部的路由规则最高。
// 2、用户在程序设定。
// 2、用户在程序设定。
// 3、系统默认。
// 3、系统默认。
// 1、交易分装、转发、路由,回执、查询、校验、 系统合约管理。(基本逻辑)
// 2、事务、(路由、合约管理)规则、跨链交易的背书与完成校验。(功能完善)
// 3、VM。(功能完善)
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