Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
share
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄刚
share
Commits
ece86020
Commit
ece86020
authored
Oct 16, 2018
by
黄刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CreateTask接口最后一个参数改为map
parent
e9f5e5de
Pipeline
#3838
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trace组件设计草稿.md
trace组件设计草稿.md
+2
-2
No files found.
trace组件设计草稿.md
View file @
ece86020
# tra
ce组件工作流程
# tra
ce组件工作流程
...
@@ -50,7 +50,7 @@ type ReplyTraceList struct {
...
@@ -50,7 +50,7 @@ type ReplyTraceList struct {
TraceList
[]
*
TraceInfo
TraceList
[]
*
TraceInfo
}
}
//创建任务
//创建任务
func
CreateTask
(
ctx
context
.
Context
,
taskId
string
,
ty
TaskType
,
taskName
string
,
nodeList
[]
string
,
c
tx
...
interface
{}
)
error
func
CreateTask
(
ctx
context
.
Context
,
taskId
string
,
ty
TaskType
,
taskName
string
,
nodeList
[]
string
,
c
ondition
map
[
string
]
string
)
error
//开始任务
//开始任务
func
StartTask
(
ctx
context
.
Context
,
taskId
string
)
error
func
StartTask
(
ctx
context
.
Context
,
taskId
string
)
error
//停止任务
//停止任务
...
...
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