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
c1e66a6a
Commit
c1e66a6a
authored
Oct 17, 2018
by
黄刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update trace组件设计草稿.md
parent
ece86020
Hide 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 @
c1e66a6a
# tra
ce组件工作流程
# tra
ce组件工作流程
...
@@ -74,7 +74,7 @@ type TraceTask struct {
...
@@ -74,7 +74,7 @@ type TraceTask struct {
//开始任务
//开始任务
func
StartTask
(
ctx
context
.
Context
,
taskId
string
,
condition
map
[
string
]
string
)
error
func
StartTask
(
ctx
context
.
Context
,
taskId
string
,
condition
map
[
string
]
string
)
error
//停止任务
//停止任务
func
StopTask
(
ctx
context
.
Context
,
taskId
string
,
condition
map
[
string
]
string
)
error
func
StopTask
(
ctx
context
.
Context
,
taskId
string
)
error
//删除任务
//删除任务
func
DeleteTask
(
ctx
context
.
Context
,
taskId
string
)
error
func
DeleteTask
(
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